summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/Copy of cmd_enable.txt
blob: e54551fe8d26cb3b4bfa8af99bbb6214cddd5691 (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
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("alps", "ALPS exec commands");
enableC.addSC("archive", "manage archive files");
enableC.addSC("audio-prompt", "load ivr prompt");
enableC.addSC("bfe", "For manual emergency modes setting");
enableC.addSC("cd", "Change current directory");
enableC.addSC("clear", "Reset functions");
   enableC.clear.addSC("dlsw", "Data Link Switching (DLSw)");
   enableC.clear.addSC("h323", "Clear H.323 protocol related 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("bgp", "Clear BGP connections");
      enableC.clear.ip.addSC("cache", "Delete cache table entries");
      enableC.clear.ip.addSC("eigrp", "Clear IP-EIGRP");
      enableC.clear.ip.addSC("igmp", "IGMP clear commands");
       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("ospf", "OSPF clear commands");
       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("trigger-authentication", "Clear trigger-authentication host table");
      enableC.clear.ip.addSC("wccp", "Reset wccp information");
   enableC.clear.addSC("ipx", "Reset Novell/IPX information");
   enableC.clear.addSC("isis", "Clear IS-IS data structures");
   enableC.clear.addSC("kerberos", "Clear Kerberos Values");
   enableC.clear.addSC("line", "Reset a terminal line");
   enableC.clear.addSC("logging", "Clear logging buffer");
   enableC.clear.addSC("tcp", "Clear a TCP connection or statistics");
enableC.addSC("clock", "Manage the system clock");
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("rcp:", "Copy from rcp: file system");
   enableC.copy.addSC("running-config", "Copy from current system configuration");
      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.addSC("startup-config", "Copy from startup configuration");
enableC.addSC("debug", "Debugging functions (see also 'undebug')");
   enableC.debug.addSC("aaa", "AAA Authentication, Authorization and Accounting");
   enableC.debug.addSC("all", "Enable all debugging");
   enableC.debug.addSC("ethernet-interface", "Ethernet network interface events");
   enableC.debug.addSC("fastethernet", "Fast Ethernet interface information");
   enableC.debug.addSC("frame-relay", "Frame Relay");
   enableC.debug.addSC("interface", "interface");
   enableC.debug.addSC("ip", "IP information");
      enableC.debug.ip.addSC("bgp", "BGP information");
      enableC.debug.ip.addSC("nat", "NAT events");
      enableC.debug.ip.addSC("ospf", "OSPF information");
         enableC.debug.ip.ospf.addSC("adj", "OSPF adjacency events");
         enableC.debug.ip.ospf.addSC("database-timer", "OSPF database timer");
         enableC.debug.ip.ospf.addSC("events", "OSPF events");
         enableC.debug.ip.ospf.addSC("flood", "OSPF flooding");
         enableC.debug.ip.ospf.addSC("lsa-generation", "OSPF lsa generation");
         enableC.debug.ip.ospf.addSC("packet", "OSPF packets");
         enableC.debug.ip.ospf.addSC("retransmission", "OSPF retransmission events");
         enableC.debug.ip.ospf.addSC("spf", "OSPF spf");
         enableC.debug.ip.ospf.addSC("tree", "OSPF database tree");
      enableC.debug.ip.addSC("packet", "General IP debugging and IPSO security transactions");
      enableC.debug.ip.addSC("policy", "Policy routing");
      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.addSC("socket", "Socket event");
      enableC.debug.ip.addSC("tcp", "TCP information");
      enableC.debug.ip.addSC("tempacl", "IP temporary ACL");
      enableC.debug.ip.addSC("trigger-authentication", "Trigger authentication");
      enableC.debug.ip.addSC("udp", "UDP based transactions");
   enableC.debug.addSC("ipx", "Novell/IPX information");
   enableC.debug.addSC("isis", "IS-IS Information");
      enableC.debug.isis.addSC("adj-packets", "IS-IS Adjacency related packets");
      enableC.debug.isis.addSC("checksum-errors", "IS-IS LSP checksum errors");
      enableC.debug.isis.addSC("local-updates", "IS-IS local update packets");
      enableC.debug.isis.addSC("protocol-errors", "IS-IS LSP protocol errors");
      enableC.debug.isis.addSC("snp-packets", "IS-IS CSNP/PSNP packets");
      enableC.debug.isis.addSC("spf-events", "IS-IS Shortest Path First Events");
      enableC.debug.isis.addSC("spf-statistics", "IS-IS SPF Timing and Statistic Data");
      enableC.debug.isis.addSC("spf-triggers", "IS-IS SPF triggering events");
      enableC.debug.isis.addSC("update-packets", "IS-IS Update related packets");
   enableC.debug.addSC("kerberos", "KERBEROS authentication and authorization");
   enableC.debug.addSC("serial", "Serial interface information");
   enableC.debug.addSC("telnet", "Incoming telnet connections");
   enableC.debug.addSC("tftp", "TFTP debugging");
   enableC.debug.addSC("translate", "Protocol translation events");
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("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("name-connection", "Name an existing network connection");
enableC.addSC("no", "Disable debugging functions");
enableC.addSC("pad", "Open a X.29 PAD connection");
enableC.addSC("ping", "Send echo messages");
   enableC.ping.addSC("WORD", "Ping destination address or hostname");
   enableC.ping.addSC("apollo", "Apollo echo");
   enableC.ping.addSC("appletalk", "Appletalk echo");
   enableC.ping.addSC("clns", "CLNS echo");
   enableC.ping.addSC("decnet", "DECnet echo");
   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("srb", "srb echo");
      enableC.ping.srb.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.ping.addSC("vines", "Vines echo");
      enableC.ping.vines.addSC("WORD", "Ping destination address or hostname");
   enableC.ping.addSC("xns", "XNS echo");
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("send", "Send a message to other tty lines");
enableC.addSC("set", "Set system parameter (not config)");
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("aliases", "Display alias commands");
   enableC.show.addSC("arap", "Show Appletalk Remote Access statistics");
   enableC.show.addSC("arp", "ARP table");
   enableC.show.addSC("async", "Information on terminal lines used as router interfaces");
   enableC.show.addSC("backup", "Backup status");
   enableC.show.addSC("call", "Show Calls");
   enableC.show.addSC("cdp", "CDP information");
   enableC.show.addSC("class-map", "Show QoS Class Map");
   enableC.show.addSC("clns", "CLNS network information");
      enableC.show.clns.addSC("cache", "CLNS fast-switching route cache");
      enableC.show.clns.addSC("es-neighbors", "ES neighbor adjacencies");
      enableC.show.clns.addSC("filter-set", "CLNS filter sets");
      enableC.show.clns.addSC("interface", "CLNS interface status and configuration");
      enableC.show.clns.addSC("is-neighbors", "IS neighbor adjacencies");
      enableC.show.clns.addSC("neighbors", "CLNS neighbor adjacencies");
         enableC.show.clns.neighbors.addSC("Async", "Async interface");
            enableC.show.clns.neighbors.Async.addSC("<1-65>", "Async interface number");
         enableC.show.clns.neighbors.addSC("Dialer", "Dialer interface");
            enableC.show.clns.neighbors.Dialer.addSC("<0-255>", "Dialer interface number");
         enableC.show.clns.neighbors.addSC("FastEthernet", "FastEthernet IEEE 802.3");
            enableC.show.clns.neighbors.FastEthernet.addSC("<0-1>", "FastEthernet interface number");
         enableC.show.clns.neighbors.addSC("Serial", "Serial");
            enableC.show.clns.neighbors.Serial.addSC("<0-1>", "Serial interface number");
         enableC.show.clns.neighbors.addSC("areas", "CLNS multiarea adjacencies");
            enableC.show.clns.neighbors.areas.addSC("Async", "Async interface");
               enableC.show.clns.neighbors.areas.Async.addSC("<1-65>", "Async interface number");
            enableC.show.clns.neighbors.areas.addSC("Dialer", "Dialer interface");
               enableC.show.clns.neighbors.areas.Dialer.addSC("<0-255>", "Dialer interface number");
            enableC.show.clns.neighbors.areas.addSC("FastEthernet", "FastEthernet IEEE 802.3");
               enableC.show.clns.neighbors.areas.FastEthernet.addSC("<0-1>", "FastEthernet interface number");
            enableC.show.clns.neighbors.areas.addSC("Serial", "Serial");
               enableC.show.clns.neighbors.areas.Serial.addSC("<0-1>", "Serial interface number");
         enableC.show.clns.neighbors.addSC("detail", "Show detailed information");
      enableC.show.clns.addSC("protocol", "CLNS routing protocol process information");
      enableC.show.clns.addSC("redirects", "CLNS redirect information");
      enableC.show.clns.addSC("route", "CLNS prefix routing table");
      enableC.show.clns.addSC("traffic", "CLNS protocol statistics");
   enableC.show.addSC("clock", "Display the system clock");
   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("crypto", "Encryption module");
      enableC.show.crypto.addSC("dynamic-map", "Crypto map templates");
      enableC.show.crypto.addSC("ipsec", "Show IPSEC policy");
         enableC.show.crypto.ipsec.addSC("sa", "IPSEC SA table");
            enableC.show.crypto.ipsec.sa.addSC("address", "IPSEC SA table in (dest) address order");
            enableC.show.crypto.ipsec.sa.addSC("detail", "show counter detail");
            enableC.show.crypto.ipsec.sa.addSC("identity", "IPSEC SADB identity tree");
               enableC.show.crypto.ipsec.sa.identity.addSC("detail", "show counter detail");
               enableC.show.crypto.ipsec.sa.identity.addSC("interface", "show info for specific interface");
                  enableC.show.crypto.ipsec.sa.identity.interface.addSC("Async", "Async interface");
                  enableC.show.crypto.ipsec.sa.identity.interface.addSC("Dialer", "Dialer interface");
                  enableC.show.crypto.ipsec.sa.identity.interface.addSC("FastEthernet", "FastEthernet IEEE 802.3");
                  enableC.show.crypto.ipsec.sa.identity.interface.addSC("Loopback", "Loopback interface");
                  enableC.show.crypto.ipsec.sa.identity.interface.addSC("Null", "Null interface");
                  enableC.show.crypto.ipsec.sa.identity.interface.addSC("Serial", "Serial");
            enableC.show.crypto.ipsec.sa.addSC("interface", "Show info for specific interface");
            enableC.show.crypto.ipsec.sa.addSC("map", "IPSEC SA table for a specific crypto map");
               enableC.show.crypto.ipsec.sa.map.addSC("WORD", "crypto map tag");
                  enableC.show.crypto.ipsec.sa.map.WORD.addSC("detail", "show counter detail");
         enableC.show.crypto.ipsec.addSC("transform-set", "Crypto transform sets");
      enableC.show.crypto.addSC("isakmp", "Show ISAKMP Security Associations");
         enableC.show.crypto.isakmp.addSC("policy", "Show ISAKMP protection suite policy");
         enableC.show.crypto.isakmp.addSC("sa", "Show ISAKMP Security Associations");
      enableC.show.crypto.addSC("key", "Show long term public keys");
      enableC.show.crypto.addSC("map", "Crypto maps");
         enableC.show.crypto.map.addSC("interface", "Crypto maps for an interface.");
            enableC.show.crypto.map.interface.addSC("Async", "Async interface");
               enableC.show.crypto.map.interface.Async.addSC("<1-65>", "Async interface number");
            enableC.show.crypto.map.interface.addSC("Dialer", "Dialer interface");
               enableC.show.crypto.map.interface.Dialer.addSC("<0-255>", "Dialer interface number");
            enableC.show.crypto.map.interface.addSC("FastEthernet", "FastEthernet IEEE 802.3");
               enableC.show.crypto.map.interface.FastEthernet.addSC("<0-1>", "FastEthernet interface number");
            enableC.show.crypto.map.interface.addSC("Loopback", "Loopback interface");
               enableC.show.crypto.map.interface.Loopback.addSC("<0-2147483647>", "Loopback interface number");
            enableC.show.crypto.map.interface.addSC("Serial", "Serial");
               enableC.show.crypto.map.interface.Serial.addSC("<0-1>", "Serial interface number");
         enableC.show.crypto.map.addSC("tag", "Crypto maps with a given tag.");
            enableC.show.crypto.map.tag.addSC("WORD", "Crypto map tag");
   enableC.show.addSC("debugging", "State of each debugging option");
   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("frame-relay", "Frame-Relay information");
      enableC.show["frame-relay"].addSC("end-to-end", "Frame-relay end-to-end VC information");
      enableC.show["frame-relay"].addSC("fragment", "show frame relay fragmentation information");
      enableC.show["frame-relay"].addSC("ip", "show frame relay IP 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("Serial", "Serial");
               enableC.show["frame-relay"].pvc.interface.Serial.addSC("<0-1>", "Serial 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("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("bgp", "BGP information");
      enableC.show.ip.addSC("dhcp", "Show items in the DHCP database");
      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("Async", "Async interface");
               enableC.show.ip.eigrp.interfaces.Async.addSC("<1-65>", "Async 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("FastEthernet", "FastEthernet IEEE 802.3");
               enableC.show.ip.eigrp.interfaces.FastEthernet.addSC("<0-1>", "FastEthernet 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.Loopback["<0-2147483647>"].addSC("<1-65535>", "AS 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("Serial", "Serial");
               enableC.show.ip.eigrp.interfaces.Serial.addSC("<0-1>", "Serial interface number");
            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("Async", "Async interface");
                  enableC.show.ip.eigrp.interfaces.detail.Async.addSC("<1-65>", "Async 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("FastEthernet", "FastEthernet IEEE 802.3");
                  enableC.show.ip.eigrp.interfaces.detail.FastEthernet.addSC("<0-1>", "FastEthernet 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("Null", "Null interface");
                  enableC.show.ip.eigrp.interfaces.detail.Null.addSC("<0-0>", "Null interface number");
               enableC.show.ip.eigrp.interfaces.detail.addSC("Serial", "Serial");
                  enableC.show.ip.eigrp.interfaces.detail.Serial.addSC("<0-1>", "Serial interface number");
         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("Async", "Async interface");
               enableC.show.ip.eigrp.neighbors.Async.addSC("<1-65>", "Async 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("FastEthernet", "FastEthernet IEEE 802.3");
               enableC.show.ip.eigrp.neighbors.FastEthernet.addSC("<0-1>", "FastEthernet 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.Loopback["<0-2147483647>"].addSC("<1-65535>", "AS 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("Serial", "Serial");
               enableC.show.ip.eigrp.neighbors.Serial.addSC("<0-1>", "Serial interface number");
            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("Async", "Async interface");
                  enableC.show.ip.eigrp.neighbors.detail.Async.addSC("<1-65>", "Async 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("FastEthernet", "FastEthernet IEEE 802.3");
                  enableC.show.ip.eigrp.neighbors.detail.FastEthernet.addSC("<0-1>", "FastEthernet 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("Null", "Null interface");
                  enableC.show.ip.eigrp.neighbors.detail.Null.addSC("<0-0>", "Null interface number");
               enableC.show.ip.eigrp.neighbors.detail.addSC("Serial", "Serial");
                  enableC.show.ip.eigrp.neighbors.detail.Serial.addSC("<0-1>", "Serial interface number");
         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("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("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("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("verbose", "Show extra information");
      enableC.show.ip.addSC("nhrp", "NHRP information");
      enableC.show.ip.addSC("ospf", "OSPF information");
         enableC.show.ip.ospf.addSC("<1-4294967295>", "Process ID number");
            enableC.show.ip.ospf["<1-4294967295>"].addSC("<0-4294967295>", "OSPF area ID as a decimal number");
            enableC.show.ip.ospf["<1-4294967295>"].addSC("A.B.C.D", "OSPF area ID in IP address format");
         enableC.show.ip.ospf.addSC("border-routers", "Border and Boundary Router Information");
         enableC.show.ip.ospf.addSC("database", "Database summary");
            enableC.show.ip.ospf.database.addSC("adv-router", "Advertising Router link states");
               enableC.show.ip.ospf.database["adv-router"].addSC("A.B.C.D", "Advertising Router (as an IP address)");
            enableC.show.ip.ospf.database.addSC("asbr-summary", "ASBR summary link states");
               enableC.show.ip.ospf.database["asbr-summary"].addSC("A.B.C.D", "Link state ID (as an IP address)");
               enableC.show.ip.ospf.database["asbr-summary"].addSC("adv-router", "Advertising Router link states");
                  enableC.show.ip.ospf.database["asbr-summary"]["adv-router"].addSC("A.B.C.D", "Advertising Router (as an IP address)");
               enableC.show.ip.ospf.database["asbr-summary"].addSC("internal", "Internal LSA information");
                  enableC.show.ip.ospf.database["asbr-summary"].internal.addSC("adv-router", "Advertising Router link states");
            enableC.show.ip.ospf.database.addSC("database-summary", "Summary of database");
            enableC.show.ip.ospf.database.addSC("external", "External link states");
               enableC.show.ip.ospf.database.external.addSC("A.B.C.D", "Link state ID (as an IP address)");
               enableC.show.ip.ospf.database.external.addSC("adv-router", "Advertising Router link states");
                  enableC.show.ip.ospf.database.external["adv-router"].addSC("A.B.C.D", "Advertising Router (as an IP address)");
               enableC.show.ip.ospf.database.external.addSC("internal", "Internal LSA information");
                  enableC.show.ip.ospf.database.external.internal.addSC("adv-router", "Advertising Router link states");
            enableC.show.ip.ospf.database.addSC("network", "Network link states");
               enableC.show.ip.ospf.database.network.addSC("A.B.C.D", "Link state ID (as an IP address)");
               enableC.show.ip.ospf.database.network.addSC("adv-router", "Advertising Router link states");
                  enableC.show.ip.ospf.database.network["adv-router"].addSC("A.B.C.D", "Advertising Router (as an IP address)");
               enableC.show.ip.ospf.database.network.addSC("internal", "Internal LSA information");
                  enableC.show.ip.ospf.database.network.internal.addSC("adv-router", "Advertising Router link states");
            enableC.show.ip.ospf.database.addSC("nssa-external", "NSSA External link states");
               enableC.show.ip.ospf.database["nssa-external"].addSC("A.B.C.D", "Link state ID (as an IP address)");
               enableC.show.ip.ospf.database["nssa-external"].addSC("adv-router", "Advertising Router link states");
                  enableC.show.ip.ospf.database["nssa-external"]["adv-router"].addSC("A.B.C.D", "Advertising Router (as an IP address)");
               enableC.show.ip.ospf.database["nssa-external"].addSC("internal", "Internal LSA information");
                  enableC.show.ip.ospf.database["nssa-external"].internal.addSC("adv-router", "Advertising Router link states");
            enableC.show.ip.ospf.database.addSC("router", "Router link states");
               enableC.show.ip.ospf.database.router.addSC("A.B.C.D", "Link state ID (as an IP address)");
               enableC.show.ip.ospf.database.router.addSC("adv-router", "Advertising Router link states");
                  enableC.show.ip.ospf.database.router["adv-router"].addSC("A.B.C.D", "Advertising Router (as an IP address)");
               enableC.show.ip.ospf.database.router.addSC("internal", "Internal LSA information");
                  enableC.show.ip.ospf.database.router.internal.addSC("adv-router", "Advertising Router link states");
            enableC.show.ip.ospf.database.addSC("self-originate", "Self-originated link states");
            enableC.show.ip.ospf.database.addSC("summary", "Network summary link states");
               enableC.show.ip.ospf.database.summary.addSC("A.B.C.D", "Link state ID (as an IP address)");
               enableC.show.ip.ospf.database.summary.addSC("adv-router", "Advertising Router link states");
                  enableC.show.ip.ospf.database.summary["adv-router"].addSC("A.B.C.D", "Advertising Router (as an IP address)");
               enableC.show.ip.ospf.database.summary.addSC("internal", "Internal LSA information");
                  enableC.show.ip.ospf.database.summary.internal.addSC("adv-router", "Advertising Router link states");
               enableC.show.ip.ospf.database.summary.addSC("self-originate", "Self-originated link states");
         enableC.show.ip.ospf.addSC("flood-list", "Link state flood list");
         enableC.show.ip.ospf.addSC("interface", "Interface information");
         enableC.show.ip.ospf.addSC("neighbor", "Neighbor list");
            enableC.show.ip.ospf.neighbor.addSC("Async", "Async interface");
            enableC.show.ip.ospf.neighbor.addSC("Dialer", "Dialer interface");
            enableC.show.ip.ospf.neighbor.addSC("FastEthernet", "FastEthernet IEEE 802.3");
               enableC.show.ip.ospf.neighbor.FastEthernet.addSC("<0-1>", "FastEthernet interface number");
            enableC.show.ip.ospf.neighbor.addSC("Loopback", "Loopback interface");
            enableC.show.ip.ospf.neighbor.addSC("Null", "Null interface");
            enableC.show.ip.ospf.neighbor.addSC("Serial", "Serial");
            enableC.show.ip.ospf.neighbor.addSC("detail", "detail of all neighbors");
               enableC.show.ip.ospf.neighbor.detail.addSC("Async", "Async interface");
                  enableC.show.ip.ospf.neighbor.detail.Async.addSC("<1-65>", "Async interface number");
               enableC.show.ip.ospf.neighbor.detail.addSC("Dialer", "Dialer interface");
                  enableC.show.ip.ospf.neighbor.detail.Dialer.addSC("<0-255>", "Dialer interface number");
               enableC.show.ip.ospf.neighbor.detail.addSC("FastEthernet", "FastEthernet IEEE 802.3");
                  enableC.show.ip.ospf.neighbor.detail.FastEthernet.addSC("<0-1>", "FastEthernet interface number");
               enableC.show.ip.ospf.neighbor.detail.addSC("Loopback", "Loopback interface");
                  enableC.show.ip.ospf.neighbor.detail.Loopback.addSC("<0-2147483647>", "Loopback interface number");
               enableC.show.ip.ospf.neighbor.detail.addSC("Null", "Null interface");
                  enableC.show.ip.ospf.neighbor.detail.Null.addSC("<0-0>", "Null interface number");
               enableC.show.ip.ospf.neighbor.detail.addSC("Serial", "Serial");
                  enableC.show.ip.ospf.neighbor.detail.Serial.addSC("<0-1>", "Serial interface number");
         enableC.show.ip.ospf.addSC("request-list", "Link state request list");
         enableC.show.ip.ospf.addSC("retransmission-list", "Link state retransmission list");
         enableC.show.ip.ospf.addSC("summary-address", "Summary-address redistribution Information");
         enableC.show.ip.ospf.addSC("virtual-links", "Virtual link information");
      enableC.show.ip.addSC("pgm", "PGM Reliable Transport Protocol");
      enableC.show.ip.addSC("pim", "PIM information");
      enableC.show.ip.addSC("policy", "Policy routing");
      enableC.show.ip.addSC("port-map", "Port to Application Mapping (PAM) information");
      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.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("traffic-engineering", "Traffic engineered routes");
         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("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("trigger-authentication", "Trigger-authentication host table");
      enableC.show.ip.addSC("vrf", "VPN Routing/Forwarding instance information");
      enableC.show.ip.addSC("wccp", "WCCP information");
   enableC.show.addSC("ipx", "Novell IPX information");
   enableC.show.addSC("isis", "IS-IS routing information");
      enableC.show.isis.addSC("database", "IS-IS link state database");
         enableC.show.isis.database.addSC("detail", "Detailed link state database information");
         enableC.show.isis.database.addSC("l1", "IS-IS Level-1 routing link state database");
         enableC.show.isis.database.addSC("l2", "IS-IS Level-2 routing link state database");
         enableC.show.isis.database.addSC("level-1", "IS-IS Level-1 routing link state database");
         enableC.show.isis.database.addSC("level-2", "IS-IS Level-2 routing link state database");
      enableC.show.isis.addSC("hostname", "IS-IS Dynamic hostname mapping");
      enableC.show.isis.addSC("lsp-log", "IS-IS LSP log");
      enableC.show.isis.addSC("mesh-groups", "IS-IS mesh groups");
      enableC.show.isis.addSC("route", "IS-IS level-1 routing table");
      enableC.show.isis.addSC("spf-log", "IS-IS SPF log");
      enableC.show.isis.addSC("topology", "IS-IS paths to Intermediate Systems");
   enableC.show.addSC("kerberos", "Show Kerberos Values");
   enableC.show.addSC("key", "Key information");
   enableC.show.addSC("keymap", "Terminal keyboard mappings");
   enableC.show.addSC("lat", "DEC LAT information");
   enableC.show.addSC("line", "TTY line information");
      enableC.show.line.addSC("<0-70>", "First Line range");
         enableC.show.line["<0-70>"].addSC("<1-70>", "Last Line range");
      enableC.show.line.addSC("aux", "Auxiliary line");
         enableC.show.line.aux.addSC("<0-0>", "First Line range");
      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("tty", "Terminal controller");
         enableC.show.line.tty.addSC("<1-64>", "First Line range");
            enableC.show.line.tty["<1-64>"].addSC("<2-64>", "Last Line range");
            enableC.show.line.tty["<1-64>"].addSC("summary", "Quick line status summary");
      enableC.show.line.addSC("vty", "Virtual terminal");
         enableC.show.line.vty.addSC("<0-133>", "First Line range");
            enableC.show.line.vty["<0-133>"].addSC("<1-133>", "Last Line range");
            enableC.show.line.vty["<0-133>"].addSC("summary", "Quick line status summary");
   enableC.show.addSC("llc2", "IBM LLC2 circuit information");
   enableC.show.addSC("lnm", "IBM LAN manager");
   enableC.show.addSC("local-ack", "Local Acknowledgement virtual circuits");
   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("modemcap", "Show Modem Capabilities database");
   enableC.show.addSC("mpoa", "MPOA show commands");
   enableC.show.addSC("nbf", "NBF (NetBEUI) information");
   enableC.show.addSC("ncia", "Native Client Interface Architecture");
   enableC.show.addSC("netbios-cache", "NetBIOS name cache contents");
   enableC.show.addSC("node", "Show known LAT nodes");
   enableC.show.addSC("policy-map", "Show QoS Policy Map");
      enableC.show["policy-map"].addSC("WORD", "policy-map name");
         enableC.show["policy-map"].WORD.addSC("class", "Show Qos Policy actions for a indvidual class");
            enableC.show["policy-map"].WORD.class.addSC("WORD", "class-map name");
      enableC.show["policy-map"].addSC("interface", "Show Qos Policy Interface");
         enableC.show["policy-map"].interface.addSC("Async", "Async interface");
            enableC.show["policy-map"].interface.Async.addSC("<1-65>", "Async 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.addSC("FastEthernet", "FastEthernet IEEE 802.3");
            enableC.show["policy-map"].interface.FastEthernet.addSC("<0-1>", "FastEthernet 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("Null", "Null interface");
            enableC.show["policy-map"].interface.Null.addSC("<0-0>", "Null interface number");
         enableC.show["policy-map"].interface.addSC("Serial", "Serial");
            enableC.show["policy-map"].interface.Serial.addSC("<0-1>", "Serial interface number");
   enableC.show.addSC("ppp", "PPP parameters and statistics");
   enableC.show.addSC("printers", "Show LPD printer information");
   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("qllc", "Display qllc-llc2 and qllc-sdlc conversion information");
   enableC.show.addSC("queue", "Show queue contents");
   enableC.show.addSC("queueing", "Show queueing configuration");
   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("rtr", "Response Time Reporter (RTR)");
   enableC.show.addSC("running-config", "Current operating configuration");
      enableC.show["running-config"].addSC("interface", "Show interface configuration");
         enableC.show["running-config"].interface.addSC("Async", "Async interface");
            enableC.show["running-config"].interface.Async.addSC("<1-65>", "Async 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("FastEthernet", "FastEthernet IEEE 802.3");
            enableC.show["running-config"].interface.FastEthernet.addSC("<0-1>", "FastEthernet 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("Null", "Null interface");
            enableC.show["running-config"].interface.Null.addSC("<0-0>", "Null interface number");
         enableC.show["running-config"].interface.addSC("Serial", "Serial");
            enableC.show["running-config"].interface.Serial.addSC("<0-1>", "Serial interface number");
   enableC.show.addSC("sdllc", "Display sdlc - llc2 conversion information");
   enableC.show.addSC("sessions", "Information about Telnet connections");
   enableC.show.addSC("standby", "Hot standby protocol information");
   enableC.show.addSC("startup-config", "Contents of startup configuration");
   enableC.show.addSC("stun", "STUN status and configuration");
   enableC.show.addSC("subscriber-policy", "Subscriber policy");
   enableC.show.addSC("tcp", "Status of TCP connections");
   enableC.show.addSC("terminal", "Display terminal configuration parameters");
   enableC.show.addSC("time-range", "Time range");
   enableC.show.addSC("tn3270", "TN3270 settings");
   enableC.show.addSC("traffic-shape", "traffic rate shaping configuration");
      enableC.show["traffic-shape"].addSC("Async", "Async interface");
      enableC.show["traffic-shape"].addSC("Dialer", "Dialer interface");
      enableC.show["traffic-shape"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
      enableC.show["traffic-shape"].addSC("Loopback", "Loopback interface");
      enableC.show["traffic-shape"].addSC("Null", "Null interface");
      enableC.show["traffic-shape"].addSC("Serial", "Serial");
         enableC.show["traffic-shape"].statistics.addSC("Async", "Async interface");
            enableC.show["traffic-shape"].statistics.Async.addSC("<1-65>", "Async interface number");
         enableC.show["traffic-shape"].statistics.addSC("Loopback", "Loopback interface");
            enableC.show["traffic-shape"].statistics.Loopback.addSC("<0-2147483647>", "Loopback interface number");
         enableC.show["traffic-shape"].statistics.addSC("Serial", "Serial");
            enableC.show["traffic-shape"].statistics.Serial.addSC("<0-1>", "Serial interface number");
   enableC.show.addSC("users", "Display information about terminal lines");
   enableC.show.addSC("version", "System hardware and software status");
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("tn3270", "Open a tn3270 connection");
enableC.addSC("traceroute", "Trace route to destination");
   enableC.traceroute.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("ipx", "IPX Trace");
      enableC.traceroute.ipx.addSC("WORD", "Trace route to destination address or hostname");
enableC.addSC("tunnel", "Open a tunnel connection");
enableC.addSC("verify", "Verify a file");
enableC.addSC("where", "List active connections");
enableC.addSC("which-route", "Do OSI route table lookup and display results");
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");