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
|
globalC.addSC("aaa", "Authentication, Authorization and Accounting.");
globalC.addSC("access-list", "Add an access list entry");
globalC.addSC("alias", "Create command alias");
globalC.addSC("alps", "Configure Airline Protocol Support");
globalC.addSC("apollo", "Apollo global configuration commands");
globalC.addSC("appletalk", "Appletalk global configuration commands");
globalC.addSC("arap", "Appletalk Remote Access Protocol");
globalC.addSC("arp", "Set a static ARP entry");
globalC.addSC("async-bootp", "Modify system bootp parameters");
globalC.addSC("autonomous-system", "Specify local AS number to which we belong");
globalC.addSC("banner", "Define a login banner");
globalC.addSC("boot", "Modify system boot parameters");
globalC.addSC("bridge", "Bridge Group.");
globalC.addSC("bstun", "BSTUN global configuration commands");
globalC.addSC("buffers", "Adjust system buffer pool parameters");
globalC.addSC("busy-message", "Display message when connection to host fails");
globalC.addSC("call-history-mib", "Define call history mib parameters");
globalC.addSC("cdp", "Global CDP configuration subcommands");
globalC.addSC("chat-script", "Define a modem chat script");
globalC.addSC("class-map", "Configure QoS Class Map");
globalC["class-map"].addSC("WORD", "class-map name");
globalC.addSC("clns", "Global CLNS configuration subcommands");
globalC.addSC("clock", "Configure time-of-day clock");
globalC.addSC("cns", "CNS Subsystems");
globalC.addSC("config-register", "Define the configuration register");
globalC.addSC("controller", "Configure a specific controller");
globalC.addSC("crypto", "Encryption module");
globalC.crypto.addSC("ca", "Certification authority");
globalC.crypto.addSC("cisco", "Configure cisco encryption policy");
globalC.crypto.addSC("dynamic-map", "Specify a dynamic crypto map template");
globalC.crypto.addSC("ipsec", "Configure IPSEC policy");
globalC.crypto.ipsec.addSC("security-association", "Security association parameters");
globalC.crypto.ipsec.addSC("transform-set", "Define transform and settings");
globalC.crypto.ipsec["transform-set"].addSC("WORD", "Transform set tag");
globalC.crypto.ipsec["transform-set"].WORD.addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD.addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("esp-des", "ESP transform using DES cipher (56 bits)");
globalC.crypto.ipsec["transform-set"].WORD["esp-des"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-des"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-des"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("esp-md5-hmac", "ESP transform using HMAC-MD5 auth");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"].addSC("esp-des", "ESP transform using DES cipher (56 bits)");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"]["esp-des"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"]["esp-des"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"]["esp-des"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("esp-null", "ESP transform w/o cipher");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"].addSC("esp-md5-hmac", "ESP transform using HMAC-MD5 auth");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"]["esp-md5-hmac"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"]["esp-md5-hmac"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"]["esp-md5-hmac"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("esp-rfc1829", "ESP-DES-CBC transform (RFC1829)");
globalC.crypto.ipsec["transform-set"].WORD["esp-rfc1829"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-rfc1829"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-rfc1829"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("esp-sha-hmac", "ESP transform using HMAC-SHA auth");
globalC.crypto.addSC("isakmp", "Configure ISAKMP policy");
globalC.crypto.isakmp.addSC("enable", "Enable ISAKMP");
globalC.crypto.isakmp.addSC("identity", "Set the identity which ISAKMP will use");
globalC.crypto.isakmp.addSC("keepalive", "Set a keepalive interval for use with IOS peers");
globalC.crypto.isakmp.addSC("key", "Set pre-shared key for remote peer");
globalC.crypto.isakmp.key.addSC("WORD", "pre-shared key");
globalC.crypto.isakmp.key.WORD.addSC("address", "define shared key with IP address");
globalC.crypto.isakmp.key.WORD.address.addSC("A.B.C.D", "Peer IP address");
globalC.crypto.isakmp.key.WORD.addSC("hostname", "define shared key with hostname");
globalC.crypto.isakmp.key.WORD.hostname.addSC("WORD", "hostname of peer with whom the key is shared");
globalC.crypto.isakmp.addSC("policy", "Set policy for an ISAKMP protection suite");
globalC.crypto.isakmp.policy.addSC("<1-10000>", "Priority of protection suite");
globalC.crypto.addSC("key", "Long term key operations");
globalC.crypto.addSC("map", "Enter a crypto map");
globalC.crypto.map.addSC("WORD", "Crypto map tag");
globalC.crypto.map.WORD.addSC("<0-65535>", "Sequence to insert into crypto map entry");
globalC.crypto.map.WORD["<0-65535>"].addSC("cisco", "Cisco proprietary encryption");
globalC.crypto.map.WORD["<0-65535>"].addSC("ipsec-isakmp", "IPSEC w/ISAKMP");
globalC.crypto.map.WORD["<0-65535>"]["ipsec-isakmp"].addSC("dynamic", "Enable dynamic crypto map support");
globalC.crypto.map.WORD["<0-65535>"]["ipsec-isakmp"].dynamic.addSC("WORD", "Name of dynamic-map template");
globalC.crypto.map.WORD["<0-65535>"].addSC("ipsec-manual", "IPSEC w/manual keying");
globalC.crypto.map.WORD.addSC("local-address", "Interface to use for local address for this crypto map");
globalC.addSC("decnet", "Global DECnet configuration subcommands");
globalC.addSC("default", "Set a command to its defaults");
globalC.addSC("default-value", "Default character-bits values");
globalC.addSC("dial-control-mib", "Define Dial Control Mib parameters");
globalC.addSC("dial-peer", "Dial Map (Peer) configuration commands");
globalC.addSC("dialer", "Dialer commands");
globalC.addSC("dialer-list", "Create a dialer list entry");
globalC["dialer-list"].addSC("<1-10>", "Dialer group number");
globalC["dialer-list"]["<1-10>"].addSC("protocol", "Permit or Deny based on protocols");
globalC["dialer-list"]["<1-10>"].protocol.addSC("appletalk", "AppleTalk");
globalC["dialer-list"]["<1-10>"].protocol.appletalk.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.appletalk.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.appletalk.list.addSC("<600-699>", "AppleTalk access list");
globalC["dialer-list"]["<1-10>"].protocol.appletalk.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("bridge", "Bridging");
globalC["dialer-list"]["<1-10>"].protocol.bridge.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.bridge.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.bridge.list.addSC("<200-299>", "Ethernet-typecode access list");
globalC["dialer-list"]["<1-10>"].protocol.bridge.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("clns", "OSI Connectionless Network Service");
globalC["dialer-list"]["<1-10>"].protocol.clns.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.clns.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.clns.list.addSC("WORD", "Name of CLNS filter expression or set");
globalC["dialer-list"]["<1-10>"].protocol.clns.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("clns_es", "CLNS End System");
globalC["dialer-list"]["<1-10>"].protocol["clns_es"].addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol["clns_es"].addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol["clns_es"].list.addSC("WORD", "Name of CLNS filter expression or set");
globalC["dialer-list"]["<1-10>"].protocol["clns_es"].addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("clns_is", "CLNS Intermediate System");
globalC["dialer-list"]["<1-10>"].protocol["clns_is"].addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol["clns_is"].addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol["clns_is"].list.addSC("WORD", "Name of CLNS filter expression or set");
globalC["dialer-list"]["<1-10>"].protocol["clns_is"].addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("decnet", "DECnet");
globalC["dialer-list"]["<1-10>"].protocol.decnet.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.decnet.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.decnet.list.addSC("<300-399>", "DECNET access list");
globalC["dialer-list"]["<1-10>"].protocol.decnet.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("decnet_node", "DECnet node");
globalC["dialer-list"]["<1-10>"].protocol["decnet_node"].addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol["decnet_node"].addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_node"].list.addSC("<300-399>", "DECNET access list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_node"].addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("decnet_router-L1", "DECnet router L1");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L1"].addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L1"].addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L1"].list.addSC("<300-399>", "DECNET access list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L1"].addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("decnet_router-L2", "DECnet router L2");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L2"].addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L2"].addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L2"].list.addSC("<300-399>", "DECNET access list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L2"].addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("hpr", "HPR");
globalC["dialer-list"]["<1-10>"].protocol.hpr.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.hpr.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.hpr.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("ip", "IP");
globalC["dialer-list"]["<1-10>"].protocol.ip.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.ip.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.ip.list.addSC("<1-199>", "IP access list");
globalC["dialer-list"]["<1-10>"].protocol.ip.list.addSC("<1300-2699>", "IP expanded access list");
globalC["dialer-list"]["<1-10>"].protocol.ip.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("ipx", "Novell IPX");
globalC["dialer-list"]["<1-10>"].protocol.ipx.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.ipx.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.ipx.list.addSC("<800-1099>", "Novell access list");
globalC["dialer-list"]["<1-10>"].protocol.ipx.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("llc2", "LLC2");
globalC["dialer-list"]["<1-10>"].protocol.llc2.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.llc2.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.llc2.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("netbios", "NETBIOS");
globalC["dialer-list"]["<1-10>"].protocol.netbios.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.netbios.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.netbios.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("vines", "Banyan Vines");
globalC["dialer-list"]["<1-10>"].protocol.vines.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.vines.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.vines.list.addSC("<1-300>", "Vines access list");
globalC["dialer-list"]["<1-10>"].protocol.vines.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("xns", "XNS");
globalC["dialer-list"]["<1-10>"].protocol.xns.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.xns.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.xns.list.addSC("<400-599>", "XNS access list");
globalC["dialer-list"]["<1-10>"].protocol.xns.addSC("permit", "Permit specified protocol");
globalC.addSC("dlsw", "Data Link Switching global configuration commands");
globalC.addSC("dnsix-dmdp", "Provide DMDP service for DNSIX");
globalC.addSC("dnsix-nat", "Provide DNSIX service for audit trails");
globalC.addSC("downward-compatible-config", "Generate a configuration compatible with older software");
globalC.addSC("dspu", "DownStream Physical Unit Command");
globalC.addSC("enable", "Modify enable password parameters");
globalC.enable.addSC("last-resort", "Define enable action if no TACACS servers respond");
globalC.enable["last-resort"].addSC("password", "Enable by giving the local enable password");
globalC.enable["last-resort"].addSC("succeed", "Enable without further question");
globalC.enable.addSC("password", "Assign the privileged level password");
globalC.enable.password.addSC("0", "Specifies an UNENCRYPTED password will follow");
globalC.enable.password.addSC("7", "Specifies a HIDDEN password will follow");
globalC.enable.password.addSC("LINE", "The UNENCRYPTED (cleartext) 'enable' password");
globalC.enable.password.addSC("level", "Set exec level password");
globalC.enable.password.level.addSC("<1-15>", "Level number");
globalC.enable.password.level["<1-15>"].addSC("0", "Specifies an UNENCRYPTED password will follow");
globalC.enable.password.level["<1-15>"].addSC("7", "Specifies a HIDDEN password will follow");
globalC.enable.password.level["<1-15>"].addSC("LINE", "The UNENCRYPTED (cleartext) 'enable' password");
globalC.enable.addSC("secret", "Assign the privileged level secret");
globalC.enable.secret.addSC("0", "Specifies an UNENCRYPTED password will follow");
globalC.enable.secret.addSC("5", "Specifies an ENCRYPTED secret will follow");
globalC.enable.secret.addSC("LINE", "The UNENCRYPTED (cleartext) 'enable' secret");
globalC.enable.secret.addSC("level", "Set exec level password");
globalC.enable.secret.level.addSC("<1-15>", "Level number");
globalC.enable.secret.level["<1-15>"].addSC("0", "Specifies an UNENCRYPTED password will follow");
globalC.enable.secret.level["<1-15>"].addSC("5", "Specifies an ENCRYPTED secret will follow");
globalC.enable.secret.level["<1-15>"].addSC("LINE", "The UNENCRYPTED (cleartext) 'enable' secret");
globalC.enable.addSC("use-tacacs", "Use TACACS to check enable passwords");
globalC.addSC("end", "Exit from configure mode");
globalC.addSC("endnode", "SNA APPN endnode command");
globalC.addSC("exception", "Exception handling");
globalC.addSC("exit", "Exit from configure mode");
globalC.addSC("file", "Adjust file system parameters");
globalC.addSC("frame-relay", "global frame relay configuration commands");
globalC.addSC("gateway", "Gateway");
globalC.addSC("gw-accounting", "Enable voip gateway accounting.");
globalC.addSC("help", "Description of the interactive help system");
globalC.addSC("hostname", "Set system's network name");
globalC.hostname.addSC("WORD", "This system's network name");
globalC.addSC("interface", "Select an interface to configure");
globalC.interface.addSC("Async", "Async interface");
globalC.interface.addSC("BVI", "Bridge-Group Virtual Interface");
globalC.interface.addSC("Dialer", "Dialer interface");
globalC.interface.addSC("FastEthernet", "FastEthernet IEEE 802.3");
globalC.interface.FastEthernet.addSC("<0-1>", "FastEthernet interface number");
globalC.interface.addSC("Group-Async", "Async Group interface");
globalC.interface.addSC("Lex", "Lex interface");
globalC.interface.addSC("Loopback", "Loopback interface");
globalC.interface.Loopback.addSC("<0-2147483647>", "Loopback interface number");
globalC.interface.addSC("Multilink", "Multilink-group interface");
globalC.interface.addSC("Null", "Null interface");
globalC.interface.addSC("Port-channel", "Ethernet Channel of interfaces");
globalC.interface.addSC("Serial", "Serial");
globalC.interface.Serial.addSC("<0-1>", "Serial interface number");
globalC.interface.addSC("Tunnel", "Tunnel interface");
globalC.interface.addSC("Virtual-Template", "Virtual Template interface");
globalC.interface.addSC("Virtual-TokenRing", "Virtual TokenRing");
globalC.interface.addSC("Vlan", "Catalyst Vlans");
globalC.addSC("ip", "Global IP configuration subcommands");
globalC.ip.addSC("access-list", "Named access-list");
globalC.ip.addSC("accounting-list", "Select hosts for which IP accounting information is kept");
globalC.ip.addSC("accounting-threshold", "Sets the maximum number of accounting entries");
globalC.ip.addSC("accounting-transits", "Sets the maximum number of transit entries");
globalC.ip.addSC("address-pool", "Specify default IP address pooling mechanism");
globalC.ip.addSC("alias", "Alias an IP address to a TCP port");
globalC.ip.addSC("as-path", "BGP autonomous system path filter");
globalC.ip.addSC("audit", "Intrusion Detection System");
globalC.ip.addSC("auth-proxy", "Authentication Proxy");
globalC.ip.addSC("bgp-community", "format for BGP community");
globalC.ip.addSC("bootp", "Config BOOTP services");
globalC.ip.addSC("cef", "Cisco Express Forwarding");
globalC.ip.addSC("classless", "Follow classless routing forwarding rules");
globalC.ip.addSC("community-list", "Add a community list entry");
globalC.ip.addSC("default-gateway", "Specify default gateway (if not routing IP)");
globalC.ip.addSC("default-network", "Flags networks as candidates for default routes");
globalC.ip["default-network"].addSC("A.B.C.D", "IP address of default network");
globalC.ip.addSC("dhcp", "Configure DHCP server and relay parameters");
globalC.ip.addSC("dhcp-server", "Specify address of DHCP server to use");
globalC.ip.addSC("domain-list", "Domain name to complete unqualified host names.");
globalC.ip.addSC("domain-lookup", "Enable IP Domain Name System hostname translation");
globalC.ip.addSC("domain-name", "Define the default domain name");
globalC.ip.addSC("drp", "Director response protocol configuration commands");
globalC.ip.addSC("dvmrp", "DVMRP global commands");
globalC.ip.addSC("finger", "finger server");
globalC.ip.addSC("flow-aggregation", "Configure flow aggregation");
globalC.ip.addSC("flow-cache", "Configure netflow cache parameters");
globalC.ip.addSC("flow-export", "Specify host/port to send flow statistics");
globalC.ip.addSC("forward-protocol", "Controls forwarding of physical and directed IP broadcasts");
globalC.ip.addSC("ftp", "FTP configuration commands");
globalC.ip.addSC("gdp", "Router discovery mechanism");
globalC.ip.addSC("gratuitous-arps", "Generate gratuitous ARPs for PPP/SLIP peer addresses");
globalC.ip.addSC("host", "Add an entry to the ip hostname table");
globalC.ip.host.addSC("WORD", "Name of host");
globalC.ip.addSC("host-routing", "Enable host-based routing (proxy ARP and redirect)");
globalC.ip.addSC("hp-host", "Enable the HP proxy probe service");
globalC.ip.addSC("http", "HTTP server configuration");
globalC.ip.addSC("icmp", "ICMP options");
globalC.ip.addSC("identd", "Ident server");
globalC.ip.addSC("inspect", "Context-based Access Control Engine");
globalC.ip.addSC("local", "Specify local options");
globalC.ip.addSC("mobile", "Enable Mobile IP services");
globalC.ip.addSC("mrm", "Configure IP Multicast Routing Monitor test parameters");
globalC.ip.addSC("mroute", "Configure static multicast routes");
globalC.ip.addSC("multicast", "Global IP Multicast Commands");
globalC.ip.addSC("multicast-routing", "Enable IP multicast forwarding");
globalC.ip.addSC("name-server", "Specify address of name server to use");
globalC.ip.addSC("nat", "NAT configuration commands");
globalC.ip.nat.addSC("inside", "Inside address translation");
globalC.ip.nat.inside.addSC("destination", "Destination address translation");
globalC.ip.nat.inside.addSC("source", "Source address translation");
globalC.ip.nat.inside.source.addSC("list", "Specify access list describing local addresses");
globalC.ip.nat.inside.source.list.addSC("<1-199>", "Access list number for local addresses");
globalC.ip.nat.inside.source.list["<1-199>"].addSC("interface", "Specify interface for global address");
globalC.ip.nat.inside.source.list["<1-199>"].addSC("pool", "Name pool of global addresses");
globalC.ip.nat.inside.source.list.addSC("WORD", "Access list name for local addresses");
globalC.ip.nat.inside.source.list.WORD.addSC("interface", "Specify interface for global address");
globalC.ip.nat.inside.source.list.WORD.addSC("pool", "Name pool of global addresses");
globalC.ip.nat.inside.source.addSC("route-map", "Specify route-map");
globalC.ip.nat.inside.source.addSC("static", "Specify static local->global mapping");
globalC.ip.nat.inside.source.static.addSC("A.B.C.D", "Inside local IP address");
globalC.ip.nat.inside.source.static["A.B.C.D"].addSC("A.B.C.D", "Inside global IP address");
globalC.ip.nat.inside.source.static.addSC("network", "Subnet translation");
globalC.ip.nat.inside.source.static.network.addSC("A.B.C.D", "Inside local network");
globalC.ip.nat.inside.source.static.addSC("tcp", "Transmission Control Protocol");
globalC.ip.nat.inside.source.static.tcp.addSC("A.B.C.D", "Inside local IP address");
globalC.ip.nat.inside.source.static.addSC("udp", "User Datagram Protocol");
globalC.ip.nat.inside.source.static.udp.addSC("A.B.C.D", "Inside local IP address");
globalC.ip.nat.addSC("outside", "Outside address translation");
globalC.ip.nat.addSC("pool", "Define pool of addresses");
globalC.ip.nat.pool.addSC("WORD", "Pool name");
globalC.ip.nat.pool.WORD.addSC("A.B.C.D", "Start IP address");
globalC.ip.nat.pool.WORD["A.B.C.D"].addSC("A.B.C.D", "End IP address");
globalC.ip.nat.pool.WORD.addSC("netmask", "Specify the network mask");
globalC.ip.nat.pool.WORD.netmask.addSC("A.B.C.D", "Network mask");
globalC.ip.nat.pool.WORD.netmask["A.B.C.D"].addSC("type", "Specify the pool type");
globalC.ip.nat.pool.WORD.addSC("prefix-length", "Specify the prefix length");
globalC.ip.nat.pool.WORD["prefix-length"].addSC("<1-32>", "Prefix length");
globalC.ip.nat.pool.WORD["prefix-length"]["<1-32>"].addSC("type", "Specify the pool type");
globalC.ip.nat.addSC("service", "Special translation for application using non-standard port");
globalC.ip.nat.addSC("translation", "NAT translation entry configuration");
globalC.ip.nat.translation.addSC("dns-timeout", "Specify timeout for NAT DNS flows");
globalC.ip.nat.translation.addSC("finrst-timeout", "Specify timeout for NAT TCP flows after a FIN or RST");
globalC.ip.nat.translation.addSC("icmp-timeout", "Specify timeout for NAT ICMP flows");
globalC.ip.nat.translation.addSC("max-entries", "Specify maximum number of NAT entries");
globalC.ip.nat.translation.addSC("port-timeout", "Specify timeout for NAT TCP/UDP port specific flows");
globalC.ip.nat.translation.addSC("syn-timeout", "Specify timeout for NAT TCP flows after a SYN and no further data");
globalC.ip.nat.translation.addSC("tcp-timeout", "Specify timeout for NAT TCP flows");
globalC.ip.nat.translation.addSC("timeout", "Specify timeout for dynamic NAT translations");
globalC.ip.nat.translation.timeout.addSC("<0-2147483647>", "Timeout in seconds");
globalC.ip.nat.translation.timeout.addSC("never", "Never timeout");
globalC.ip.nat.translation.addSC("udp-timeout", "Specify timeout for NAT UDP flows");
globalC.ip.addSC("ospf", "OSPF");
globalC.ip.addSC("pgm", "PGM Reliable Transport Protocol");
globalC.ip.addSC("pim", "PIM global commands");
globalC.ip.addSC("port-map", "Port to application mapping (PAM) configuration commands");
globalC.ip.addSC("prefix-list", "Build a prefix list");
globalC.ip.addSC("radius", "RADIUS configuration commands");
globalC.ip.addSC("rcmd", "Rcmd commands");
globalC.ip.addSC("reflexive-list", "Reflexive access list");
globalC.ip.addSC("route", "Establish static routes");
globalC.ip.route.addSC("A.B.C.D", "Destination prefix");
globalC.ip.route["A.B.C.D"].addSC("A.B.C.D", "Destination prefix mask");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Forwarding router's address");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("<1-255>", "Distance metric for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("name", "Specify name of the next hop");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].name.addSC("WORD", "Name of the next hop");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("permanent", "permanent route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].permanent.addSC("<1-255>", "Distance metric for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].permanent.addSC("name", "Specify name of the next hop");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("tag", "Set tag for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].tag.addSC("<1-4294967295>", "Tag value");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("Async", "Async interface");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("Dialer", "Dialer interface");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].FastEthernet.addSC("<0-1>", "FastEthernet interface number");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("Loopback", "Loopback interface");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback.addSC("<0-2147483647>", "Loopback interface number");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback["<0-2147483647>"].addSC("<1-255>", "Distance metric for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback["<0-2147483647>"].addSC("A.B.C.D", "Forwarding router's address");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback["<0-2147483647>"].addSC("name", "Specify name of the next hop");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback["<0-2147483647>"].addSC("permanent", "permanent route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback["<0-2147483647>"].addSC("tag", "Set tag for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("Null", "Null interface");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null.addSC("<0-0>", "Null interface number");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null["<0-0>"].addSC("<1-255>", "Distance metric for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null["<0-0>"].addSC("A.B.C.D", "Forwarding router's address");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null["<0-0>"].addSC("name", "Specify name of the next hop");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null["<0-0>"].addSC("permanent", "permanent route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null["<0-0>"].addSC("tag", "Set tag for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("Serial", "Serial");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Serial.addSC("<0-1>", "Serial interface number");
globalC.ip.route.addSC("profile", "Enable IP routing table profile");
globalC.ip.route.addSC("vrf", "Configure static route for a VPN Routing/Forwarding instance");
globalC.ip.addSC("routing", "Enable IP routing");
globalC.ip.addSC("rsvp", "Configure static RSVP information");
globalC.ip.addSC("sap", "Global IP Multicast SAP Commands");
globalC.ip.addSC("sdr", "Global IP Multicast SDR Commands");
globalC.ip.addSC("security", "Specify system wide security information");
globalC.ip.addSC("source-route", "Process packets with source routing header options");
globalC.ip.addSC("subnet-zero", "Allow 'subnet zero' subnets");
globalC.ip.addSC("tacacs", "TACACS configuration commands");
globalC.ip.addSC("tcp", "Global TCP parameters");
globalC.ip.addSC("telnet", "Specify telnet options");
globalC.ip.addSC("tftp", "tftp configuration commands");
globalC.ip.addSC("trigger-authentication", "Trigger-authentication configurations parameters");
globalC.ip.addSC("vrf", "Configure an IP VPN Routing/Forwarding instance");
globalC.ip.addSC("wccp", "Web-Cache Coordination Protocol Commands");
globalC.addSC("ipx", "Novell/IPX global configuration commands");
globalC.addSC("isdn", "ISDN configuration commands");
globalC.addSC("isis", "Global ISIS configuration subcommands");
globalC.addSC("kerberos", "Configure Kerberos");
globalC.addSC("key", "Key management");
globalC.addSC("keymap", "Define a new keymap");
globalC.addSC("lane", "Configure LAN Emulation");
globalC.addSC("lat", "DEC Local Area Transport (LAT) transmission protocol");
globalC.addSC("line", "Configure a terminal line");
globalC.line.addSC("<0-70>", "First Line number");
globalC.line["<0-70>"].addSC("<1-70>", "Last Line number");
globalC.line.addSC("aux", "Auxiliary line");
globalC.line.aux.addSC("<0-0>", "First Line number");
globalC.line.addSC("console", "Primary terminal line");
globalC.line.console.addSC("<0-0>", "First Line number");
globalC.line.addSC("tty", "Terminal controller");
globalC.line.tty.addSC("<1-64>", "First Line number");
globalC.line.tty["<1-64>"].addSC("<2-64>", "Last Line number");
globalC.line.addSC("vty", "Virtual terminal");
globalC.line.vty.addSC("<0-133>", "First Line number");
globalC.line.vty["<0-133>"].addSC("<1-133>", "Last Line number");
globalC.addSC("lnm", "IBM Lan Manager");
globalC.addSC("locaddr-priority-list", "Establish queueing priorities based on LU address");
globalC.addSC("location", "Network Management Router location Command");
globalC.addSC("logging", "Modify message logging facilities");
globalC.addSC("login-string", "Define a host-specific login string");
globalC.addSC("map-class", "Configure static map class");
globalC["map-class"].addSC("atm", "Asynchronous transfer mode");
globalC["map-class"].addSC("dialer", "Dial on Demand");
globalC["map-class"].addSC("frame-relay", "Frame Relay");
globalC["map-class"]["frame-relay"].addSC("WORD", "Static map class name");
globalC.addSC("map-list", "Configure static map list");
globalC.addSC("memory-size", "Adjust memory size by percentage");
globalC.addSC("menu", "Define a user-interface menu");
globalC.addSC("modemcap", "Modem Capabilities database");
globalC.addSC("mop", "Configure the DEC MOP Server");
globalC.addSC("mpoa", "MPOA global configuration commands");
globalC.addSC("multilink", "PPP multilink global configuration");
globalC.addSC("ncia", "Native Client Interface Architecture");
globalC.addSC("netbios", "NETBIOS access control filtering");
globalC.addSC("no", "Negate a command or set its defaults");
globalC.no.addSC("aaa", "Authentication, Authorization and Accounting.");
globalC.no.addSC("access-list", "Add an access list entry");
globalC.no.addSC("alias", "Create command alias");
globalC.no.addSC("alps", "Configure Airline Protocol Support");
globalC.no.addSC("apollo", "Apollo global configuration commands");
globalC.no.addSC("appletalk", "Appletalk global configuration commands");
globalC.no.addSC("arap", "Appletalk Remote Access Protocol");
globalC.no.addSC("arp", "Set a static ARP entry");
globalC.no.addSC("async-bootp", "Modify system bootp parameters");
globalC.no.addSC("autonomous-system", "Specify local AS number to which we belong");
globalC.no.addSC("banner", "Define a login banner");
globalC.no.addSC("boot", "Modify system boot parameters");
globalC.no.addSC("bridge", "Bridge Group.");
globalC.no.addSC("bstun", "BSTUN global configuration commands");
globalC.no.addSC("buffers", "Adjust system buffer pool parameters");
globalC.no.addSC("busy-message", "Display message when connection to host fails");
globalC.no.addSC("call-history-mib", "Define call history mib parameters");
globalC.no.addSC("cdp", "Global CDP configuration subcommands");
globalC.no.addSC("chat-script", "Define a modem chat script");
globalC.no.addSC("class-map", "Configure QoS Class Map");
globalC.no.addSC("clns", "Global CLNS configuration subcommands");
globalC.no.addSC("clock", "Configure time-of-day clock");
globalC.no.addSC("cns", "CNS Subsystems");
globalC.no.addSC("config-register", "Define the configuration register");
globalC.no.addSC("controller", "Configure a specific controller");
globalC.no.addSC("crypto", "Encryption module");
globalC.no.addSC("decnet", "Global DECnet configuration subcommands");
globalC.no.addSC("default-value", "Default character-bits values");
globalC.no.addSC("dial-control-mib", "Define Dial Control Mib parameters");
globalC.no.addSC("dial-peer", "Dial Map (Peer) configuration commands");
globalC.no.addSC("dialer", "Dialer commands");
globalC.no.addSC("dialer-list", "Create a dialer list entry");
globalC.no.addSC("dlsw", "Data Link Switching global configuration commands");
globalC.no.addSC("dnsix-dmdp", "Provide DMDP service for DNSIX");
globalC.no.addSC("dnsix-nat", "Provide DNSIX service for audit trails");
globalC.no.addSC("downward-compatible-config", "Generate a configuration compatible with older software");
globalC.no.addSC("dspu", "DownStream Physical Unit Command");
globalC.no.addSC("enable", "Modify enable password parameters");
globalC.no.addSC("end", "Exit from configure mode");
globalC.no.addSC("endnode", "SNA APPN endnode command");
globalC.no.addSC("exception", "Exception handling");
globalC.no.addSC("exit", "Exit from configure mode");
globalC.no.addSC("file", "Adjust file system parameters");
globalC.no.addSC("frame-relay", "global frame relay configuration commands");
globalC.no.addSC("gateway", "Gateway");
globalC.no.addSC("gw-accounting", "Enable voip gateway accounting.");
globalC.no.addSC("hostname", "Set system's network name");
globalC.no.addSC("interface", "Select an interface to configure");
globalC.no.addSC("ip", "Global IP configuration subcommands");
globalC.no.ip.addSC("access-list", "Named access-list");
globalC.no.ip.addSC("accounting-list", "Select hosts for which IP accounting information is kept");
globalC.no.ip.addSC("accounting-threshold", "Sets the maximum number of accounting entries");
globalC.no.ip.addSC("accounting-transits", "Sets the maximum number of transit entries");
globalC.no.ip.addSC("address-pool", "Specify default IP address pooling mechanism");
globalC.no.ip.addSC("alias", "Alias an IP address to a TCP port");
globalC.no.ip.addSC("as-path", "BGP autonomous system path filter");
globalC.no.ip.addSC("audit", "Intrusion Detection System");
globalC.no.ip.addSC("auth-proxy", "Authentication Proxy");
globalC.no.ip.addSC("bgp-community", "format for BGP community");
globalC.no.ip.addSC("bootp", "Config BOOTP services");
globalC.no.ip.addSC("cef", "Cisco Express Forwarding");
globalC.no.ip.addSC("classless", "Follow classless routing forwarding rules");
globalC.no.ip.addSC("community-list", "Add a community list entry");
globalC.no.ip.addSC("default-gateway", "Specify default gateway (if not routing IP)");
globalC.no.ip.addSC("default-network", "Flags networks as candidates for default routes");
globalC.no.ip.addSC("dhcp", "Configure DHCP server and relay parameters");
globalC.no.ip.addSC("dhcp-server", "Specify address of DHCP server to use");
globalC.no.ip.addSC("domain-list", "Domain name to complete unqualified host names.");
globalC.no.ip.addSC("domain-lookup", "Enable IP Domain Name System hostname translation");
globalC.no.ip["domain-lookup"].addSC("nsap", "Enable IP DNS queries for CLNS NSAP addresses");
globalC.no.ip.addSC("domain-name", "Define the default domain name");
globalC.no.ip.addSC("drp", "Director response protocol configuration commands");
globalC.no.ip.addSC("dvmrp", "DVMRP global commands");
globalC.no.ip.addSC("finger", "finger server");
globalC.no.ip.addSC("flow-aggregation", "Configure flow aggregation");
globalC.no.ip.addSC("flow-cache", "Configure netflow cache parameters");
globalC.no.ip.addSC("flow-export", "Specify host/port to send flow statistics");
globalC.no.ip.addSC("forward-protocol", "Controls forwarding of physical and directed IP broadcasts");
globalC.no.ip.addSC("ftp", "FTP configuration commands");
globalC.no.ip.addSC("gdp", "Router discovery mechanism");
globalC.no.ip.addSC("gratuitous-arps", "Generate gratuitous ARPs for PPP/SLIP peer addresses");
globalC.no.ip.addSC("host", "Add an entry to the ip hostname table");
globalC.no.ip.addSC("host-routing", "Enable host-based routing (proxy ARP and redirect)");
globalC.no.ip.addSC("hp-host", "Enable the HP proxy probe service");
globalC.no.ip.addSC("http", "HTTP server configuration");
globalC.no.ip.addSC("icmp", "ICMP options");
globalC.no.ip.addSC("identd", "Ident server");
globalC.no.ip.addSC("inspect", "Context-based Access Control Engine");
globalC.no.ip.addSC("local", "Specify local options");
globalC.no.ip.addSC("mobile", "Enable Mobile IP services");
globalC.no.ip.addSC("mrm", "Configure IP Multicast Routing Monitor test parameters");
globalC.no.ip.addSC("mroute", "Configure static multicast routes");
globalC.no.ip.addSC("multicast", "Global IP Multicast Commands");
globalC.no.ip.addSC("multicast-routing", "Enable IP multicast forwarding");
globalC.no.ip.addSC("name-server", "Specify address of name server to use");
globalC.no.ip.addSC("nat", "NAT configuration commands");
globalC.no.ip.addSC("ospf", "OSPF");
globalC.no.ip.addSC("pgm", "PGM Reliable Transport Protocol");
globalC.no.ip.addSC("pim", "PIM global commands");
globalC.no.ip.addSC("port-map", "Port to application mapping (PAM) configuration commands");
globalC.no.ip.addSC("prefix-list", "Build a prefix list");
globalC.no.ip.addSC("radius", "RADIUS configuration commands");
globalC.no.ip.addSC("rcmd", "Rcmd commands");
globalC.no.ip.addSC("reflexive-list", "Reflexive access list");
globalC.no.ip.addSC("route", "Establish static routes");
globalC.no.ip.addSC("routing", "Enable IP routing");
globalC.no.ip.addSC("rsvp", "Configure static RSVP information");
globalC.no.ip.addSC("sap", "Global IP Multicast SAP Commands");
globalC.no.ip.addSC("sdr", "Global IP Multicast SDR Commands");
globalC.no.ip.addSC("security", "Specify system wide security information");
globalC.no.ip.addSC("source-route", "Process packets with source routing header options");
globalC.no.ip.addSC("subnet-zero", "Allow 'subnet zero' subnets");
globalC.no.ip.addSC("tacacs", "TACACS configuration commands");
globalC.no.ip.addSC("tcp", "Global TCP parameters");
globalC.no.ip.addSC("telnet", "Specify telnet options");
globalC.no.ip.addSC("tftp", "tftp configuration commands");
globalC.no.ip.addSC("trigger-authentication", "Trigger-authentication configurations parameters");
globalC.no.ip.addSC("vrf", "Configure an IP VPN Routing/Forwarding instance");
globalC.no.ip.addSC("wccp", "Web-Cache Coordination Protocol Commands");
globalC.no.addSC("ipx", "Novell/IPX global configuration commands");
globalC.no.addSC("isdn", "ISDN configuration commands");
globalC.no.addSC("isis", "Global ISIS configuration subcommands");
globalC.no.addSC("kerberos", "Configure Kerberos");
globalC.no.addSC("key", "Key management");
globalC.no.addSC("keymap", "Define a new keymap");
globalC.no.addSC("lane", "Configure LAN Emulation");
globalC.no.addSC("lat", "DEC Local Area Transport (LAT) transmission protocol");
globalC.no.addSC("line", "Configure a terminal line");
globalC.no.addSC("lnm", "IBM Lan Manager");
globalC.no.addSC("locaddr-priority-list", "Establish queueing priorities based on LU address");
globalC.no.addSC("location", "Network Management Router location Command");
globalC.no.addSC("logging", "Modify message logging facilities");
globalC.no.addSC("login-string", "Define a host-specific login string");
globalC.no.addSC("map-class", "Configure static map class");
globalC.no.addSC("map-list", "Configure static map list");
globalC.no.addSC("memory-size", "Adjust memory size by percentage");
globalC.no.addSC("menu", "Define a user-interface menu");
globalC.no.addSC("modemcap", "Modem Capabilities database");
globalC.no.addSC("mop", "Configure the DEC MOP Server");
globalC.no.addSC("mpoa", "MPOA global configuration commands");
globalC.no.addSC("multilink", "PPP multilink global configuration");
globalC.no.addSC("ncia", "Native Client Interface Architecture");
globalC.no.addSC("netbios", "NETBIOS access control filtering");
globalC.addSC("ntp", "Configure NTP");
globalC.addSC("num-exp", "Dial Map Number Expansion configuration commands");
globalC.addSC("partition", "Partition device");
globalC.addSC("policy-map", "Configure QoS Policy Map");
globalC["policy-map"].addSC("WORD", "policy-map name");
globalC.addSC("printer", "Define an LPD printer");
globalC.addSC("priority-list", "Build a priority list");
globalC.addSC("privilege", "Command privilege parameters");
globalC.addSC("prompt", "Set system's prompt");
globalC.addSC("queue-list", "Build a custom queue list");
globalC.addSC("resume-string", "Define a host-specific resume string");
globalC.addSC("rif", "Source-route RIF cache");
globalC.addSC("rlogin", "Rlogin configuration commands");
globalC.addSC("rmon", "Remote Monitoring");
globalC.addSC("route-map", "Create route-map or enter route-map command mode");
globalC.addSC("router", "Enable a routing process");
globalC.router.addSC("bgp", "Border Gateway Protocol (BGP)");
globalC.router.addSC("egp", "Exterior Gateway Protocol (EGP)");
globalC.router.addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
globalC.router.eigrp.addSC("<1-65535>", "Autonomous system number");
globalC.router.addSC("igrp", "Interior Gateway Routing Protocol (IGRP)");
globalC.router.addSC("isis", "ISO IS-IS");
globalC.router.isis.addSC("WORD", "ISO routing area tag");
globalC.router.addSC("iso-igrp", "IGRP for OSI networks");
globalC.router.addSC("mobile", "Mobile routes");
globalC.router.addSC("odr", "On Demand stub Routes");
globalC.router.addSC("ospf", "Open Shortest Path First (OSPF)");
globalC.router.ospf.addSC("<1-65535>", "Process ID");
globalC.router.addSC("rip", "Routing Information Protocol (RIP)");
globalC.router.addSC("static", "Static routes");
globalC.router.addSC("traffic-engineering", "Traffic engineered routes");
globalC.addSC("rsrb", "RSRB LSAP/DSAP filtering");
globalC.addSC("rtr", "RTR Base Configuration");
globalC.addSC("sap-priority-list", "Establish queueing priorities based on SAP and/or MAC address(es)");
globalC.addSC("scheduler", "Scheduler parameters");
globalC.addSC("service", "Modify use of network based services");
globalC.addSC("sgbp", "SGBP Stack Group Bidding Protocol configuration");
globalC.addSC("smrp", "Simple Multicast Routing Protocol configuration commands");
globalC.addSC("sna", "Network Management Physical Unit Command");
globalC.addSC("snmp-server", "Modify SNMP parameters");
globalC.addSC("source-bridge", "Source-route bridging ring groups");
globalC.addSC("stackmaker", "Specify stack name and add its member");
globalC.addSC("state-machine", "Define a TCP dispatch state machine");
globalC.addSC("stun", "STUN global configuration commands");
globalC.addSC("subscriber-policy", "Subscriber policy");
globalC.addSC("tacacs-server", "Modify TACACS query parameters");
globalC.addSC("tarp", "Global TARP configuration subcommands");
globalC.addSC("terminal-queue", "Terminal queue commands");
globalC.addSC("tftp-server", "Provide TFTP service for netload requests");
globalC.addSC("time-range", "Define time range entries");
globalC.addSC("tn3270", "tn3270 configuration command");
globalC.addSC("translate", "Translate global configuration commands");
globalC.addSC("ttycap", "Define a new termcap");
globalC.addSC("username", "Establish User Name Authentication");
globalC.addSC("vines", "VINES global configuration commands");
globalC.addSC("virtual-profile", "Virtual Profile configuration");
globalC.addSC("voice", "Global voice configuration");
globalC.addSC("vpdn", "Virtual Private Dialup Network");
globalC.addSC("vpdn-group", "VPDN group configuration");
globalC.addSC("vty-async", "Enable virtual async line configuration");
globalC.addSC("x25", "X.25 Level 3");
globalC.addSC("x29", "X29 commands");
globalC.addSC("xns", "XNS global configuration commands");
globalC.addSC("xremote", "Configure XRemote");
|