summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_extNacl.txt
blob: e24222a499f0afccb1a14a70689ba78d3e02bed0 (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
extNaclC.addSC("deny", "Specify packets to reject");

	extNaclC.deny.addSC("ip", "Any Internet Protocol");

		extNaclC.deny.ip.addSC("A.B.C.D", "Source address");

			extNaclC.deny.ip["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

				extNaclC.deny.ip["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.ip["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.deny.ip["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

				extNaclC.deny.ip["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.deny.ip["A.B.C.D"]["A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

		extNaclC.deny.ip.addSC("any", "Any source host");

			extNaclC.deny.ip.any.addSC("A.B.C.D", "Destination address");

				extNaclC.deny.ip.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

			extNaclC.deny.ip.any.addSC("any", "Any destination host");

			extNaclC.deny.ip.any.addSC("host", "A single destination host");

				extNaclC.deny.ip.any.host.addSC("Hostname or A.B.C.D", "Destination address");

		extNaclC.deny.ip.addSC("host", "A single source host");

			extNaclC.deny.ip.host.addSC("Hostname or A.B.C.D", "Source address");

				extNaclC.deny.ip.host["Hostname or A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.ip.host["Hostname or A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.deny.ip.host["Hostname or A.B.C.D"].addSC("any", "Any destination host");

				extNaclC.deny.ip.host["Hostname or A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.deny.ip.host["Hostname or A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

	extNaclC.deny.addSC("tcp", "Transmission Control Protocol");

		extNaclC.deny.tcp.addSC("A.B.C.D", "Source address");

			extNaclC.deny.tcp["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

				extNaclC.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.deny.tcp["A.B.C.D"]["A.B.C.D"].any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given source port number");

					extNaclC.deny.tcp["A.B.C.D"]["A.B.C.D"]["eq"].addSC("<0-65535>", "Port number");

				extNaclC.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.deny.tcp["A.B.C.D"]["A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

		extNaclC.deny.tcp.addSC("any", "Any source host");

			extNaclC.deny.tcp.any.addSC("A.B.C.D", "Destination address");

				extNaclC.deny.tcp.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

					extNaclC.deny.tcp.any["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given destination port number");

			extNaclC.deny.tcp.any.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any.any.addSC("eq", "Match only packets on a given destination port number");



			extNaclC.deny.tcp.any.addSC("eq", "Match only packets on a given source port number");

				extNaclC.deny.tcp.any["eq"].addSC("<0-65535>", "Port number");

					extNaclC.deny.tcp.any["eq"]["<0-65535>"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"]["<0-65535>"].addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("bgp", "Border Gateway Protocol (179)");

					extNaclC.deny.tcp.any["eq"].bgp.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].bgp.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("chargen", "Character generator (19)");

					extNaclC.deny.tcp.any["eq"].chargen.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].chargen.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("cmd", "Remote commands (rcmd, 514)");

					extNaclC.deny.tcp.any["eq"].cmd.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].cmd.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("daytime", "Daytime (13)");

					extNaclC.deny.tcp.any["eq"].daytime.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].daytime.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("discard", "Discard (9)");

					extNaclC.deny.tcp.any["eq"].discard.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].discard.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("domain", "Domain Name Service (53)");

					extNaclC.deny.tcp.any["eq"].domain.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].domain.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("echo", "Echo (7)");

					extNaclC.deny.tcp.any["eq"].echo.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].echo.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("exec", "Exec (rsh, 512)");

					extNaclC.deny.tcp.any["eq"].exec.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].exec.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("finger", "Finger (79)");

					extNaclC.deny.tcp.any["eq"].finger.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].finger.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("ftp", "File Transfer Protocol (21)");

					extNaclC.deny.tcp.any["eq"].ftp.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].ftp.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("ftp-data", "FTP data connections (used infrequently, 20)");

					extNaclC.deny.tcp.any["eq"]["ftp-data"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"]["ftp-data"].addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("gopher", "Gopher (70)");

					extNaclC.deny.tcp.any["eq"].gopher.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].gopher.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("hostname", "NIC hostname server (101)");

					extNaclC.deny.tcp.any["eq"].hostname.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].hostname.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("ident", "Ident Protocol (113)");

					extNaclC.deny.tcp.any["eq"].ident.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].ident.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("irc", "Internet Relay Chat (194)");

					extNaclC.deny.tcp.any["eq"].irc.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].irc.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("klogin", "Kerberos login (543)");

					extNaclC.deny.tcp.any["eq"].klogin.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].klogin.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("kshell", "Kerberos shell (544)");

					extNaclC.deny.tcp.any["eq"].kshell.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].kshell.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("login", "Login (rlogin, 513)");

					extNaclC.deny.tcp.any["eq"].login.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].login.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("lpd", "Printer service (515)");

					extNaclC.deny.tcp.any["eq"].lpd.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].lpd.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("nntp", "Network News Transport Protocol (119)");

					extNaclC.deny.tcp.any["eq"].nntp.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].nntp.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("pim-auto-rp", "PIM Auto-RP (496)");

					extNaclC.deny.tcp.any["eq"]["pim-auto-rp"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"]["pim-auto-rp"].addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("pop2", "Post Office Protocol v2 (109)");

					extNaclC.deny.tcp.any["eq"].pop2.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].pop2.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("pop3", "Post Office Protocol v3 (110)");

					extNaclC.deny.tcp.any["eq"].pop3.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].pop3.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("smtp", "Simple Mail Transport Protocol (25)");

					extNaclC.deny.tcp.any["eq"].smtp.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].smtp.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("sunrpc", "Sun Remote Procedure Call (111)");

					extNaclC.deny.tcp.any["eq"].sunrpc.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].sunrpc.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("syslog", "Syslog (514)");

					extNaclC.deny.tcp.any["eq"].syslog.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].syslog.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("tacacs", "TAC Access Control System (49)");

					extNaclC.deny.tcp.any["eq"].tacacs.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].tacacs.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("talk", "Talk (517)");

					extNaclC.deny.tcp.any["eq"].talk.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].talk.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("telnet", "Telnet (23)");

					extNaclC.deny.tcp.any["eq"].telnet.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].telnet.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("time", "Time (37)");

					extNaclC.deny.tcp.any["eq"].time.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].time.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("uucp", "Unix-to-Unix Copy Program (540)");

					extNaclC.deny.tcp.any["eq"].uucp.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].uucp.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("whois", "Nicname (43)");

					extNaclC.deny.tcp.any["eq"].whois.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].whois.addSC("any", "Any destination host");

				extNaclC.deny.tcp.any["eq"].addSC("www", "World Wide Web (HTTP, 80)");

					extNaclC.deny.tcp.any["eq"].www.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any["eq"].www.addSC("any", "Any destination host");

			extNaclC.deny.tcp.any.addSC("host", "A single destination host");

				extNaclC.deny.tcp.any.host.addSC("Hostname or A.B.C.D", "Destination address");

					extNaclC.deny.tcp.any.host["Hostname or A.B.C.D"].addSC("eq", "Match only packets on a given destination port number");

		extNaclC.deny.tcp.addSC("host", "A single source host");

			extNaclC.deny.tcp.host.addSC("Hostname or A.B.C.D", "Source address");



	extNaclC.deny.addSC("udp", "User Datagram Protocol");

		extNaclC.deny.udp.addSC("A.B.C.D", "Source address");

			extNaclC.deny.udp["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

				extNaclC.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.deny.udp["A.B.C.D"]["A.B.C.D"].any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given source port number");



				extNaclC.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.deny.udp["A.B.C.D"]["A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

		extNaclC.deny.udp.addSC("any", "Any source host");

			extNaclC.deny.udp.any.addSC("A.B.C.D", "Destination address");

				extNaclC.deny.udp.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

					extNaclC.deny.udp.any["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given destination port number");

			extNaclC.deny.udp.any.addSC("any", "Any destination host");

				extNaclC.deny.udp.any.any.addSC("eq", "Match only packets on a given destination port number");



			extNaclC.deny.udp.any.addSC("eq", "Match only packets on a given source port number");

				extNaclC.deny.udp.any["eq"].addSC("<0-65535>", "Port number");

					extNaclC.deny.udp.any["eq"]["<0-65535>"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"]["<0-65535>"].addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("biff", "Biff (mail notification, comsat, 512)");

					extNaclC.deny.udp.any["eq"].biff.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].biff.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("bootpc", "Bootstrap Protocol (BOOTP) client (68)");

					extNaclC.deny.udp.any["eq"].bootpc.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].bootpc.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("bootps", "Bootstrap Protocol (BOOTP) server (67)");

					extNaclC.deny.udp.any["eq"].bootps.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].bootps.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("discard", "Discard (9)");

					extNaclC.deny.udp.any["eq"].discard.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].discard.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("dnsix", "DNSIX security protocol auditing (195)");

					extNaclC.deny.udp.any["eq"].dnsix.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].dnsix.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("domain", "Domain Name Service (DNS, 53)");

					extNaclC.deny.udp.any["eq"].domain.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].domain.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("echo", "Echo (7)");

					extNaclC.deny.udp.any["eq"].echo.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].echo.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("isakmp", "Internet Security Association and Key Management Protocol (500)");

					extNaclC.deny.udp.any["eq"].isakmp.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].isakmp.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("mobile-ip", "Mobile IP registration (434)");

					extNaclC.deny.udp.any["eq"]["mobile-ip"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"]["mobile-ip"].addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("nameserver", "IEN116 name service (obsolete, 42)");

					extNaclC.deny.udp.any["eq"].nameserver.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].nameserver.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("netbios-dgm", "NetBios datagram service (138)");

					extNaclC.deny.udp.any["eq"]["netbios-dgm"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"]["netbios-dgm"].addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("netbios-ns", "NetBios name service (137)");

					extNaclC.deny.udp.any["eq"]["netbios-ns"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"]["netbios-ns"].addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("netbios-ss", "NetBios session service (139)");

					extNaclC.deny.udp.any["eq"]["netbios-ss"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"]["netbios-ss"].addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("ntp", "Network Time Protocol (123)");

					extNaclC.deny.udp.any["eq"].ntp.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].ntp.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("pim-auto-rp", "PIM Auto-RP (496)");

					extNaclC.deny.udp.any["eq"]["pim-auto-rp"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"]["pim-auto-rp"].addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("rip", "Routing Information Protocol (router, in.routed, 520)");

					extNaclC.deny.udp.any["eq"].rip.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].rip.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("snmp", "Simple Network Management Protocol (161)");

					extNaclC.deny.udp.any["eq"].snmp.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].snmp.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("snmptrap", "SNMP Traps (162)");

					extNaclC.deny.udp.any["eq"].snmptrap.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].snmptrap.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("sunrpc", "Sun Remote Procedure Call (111)");

					extNaclC.deny.udp.any["eq"].sunrpc.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].sunrpc.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("syslog", "System Logger (514)");

					extNaclC.deny.udp.any["eq"].syslog.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].syslog.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("tacacs", "TAC Access Control System (49)");

					extNaclC.deny.udp.any["eq"].tacacs.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].tacacs.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("talk", "Talk (517)");

					extNaclC.deny.udp.any["eq"].talk.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].talk.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("tftp", "Trivial File Transfer Protocol (69)");

					extNaclC.deny.udp.any["eq"].tftp.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].tftp.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("time", "Time (37)");

					extNaclC.deny.udp.any["eq"].time.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].time.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("who", "Who service (rwho, 513)");

					extNaclC.deny.udp.any["eq"].who.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].who.addSC("any", "Any destination host");

				extNaclC.deny.udp.any["eq"].addSC("xdmcp", "X Display Manager Control Protocol (177)");

					extNaclC.deny.udp.any["eq"].xdmcp.addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.any["eq"].xdmcp.addSC("any", "Any destination host");

			extNaclC.deny.udp.any.addSC("host", "A single destination host");

				extNaclC.deny.udp.any.host.addSC("Hostname or A.B.C.D", "Destination address");

					extNaclC.deny.udp.any.host["Hostname or A.B.C.D"].addSC("eq", "Match only packets on a given destination port number");

		extNaclC.deny.udp.addSC("host", "A single source host");

			extNaclC.deny.udp.host.addSC("Hostname or A.B.C.D", "Source address");

				extNaclC.deny.udp.host["Hostname or A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.deny.udp.host["Hostname or A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.deny.udp.host["Hostname or A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.deny.udp.host["Hostname or A.B.C.D"].any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.deny.udp.host["Hostname or A.B.C.D"].addSC("eq", "Match only packets on a given source port number");



				extNaclC.deny.udp.host["Hostname or A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.deny.udp.host["Hostname or A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

extNaclC.addSC("exit", "Exit from access-list configuration mode");

extNaclC.addSC("no", "Negate a command or set its defaults");

	extNaclC.no.addSC("deny", "Specify packets to reject");

		extNaclC.no.deny.addSC("ip", "Any Internet Protocol");

			extNaclC.no.deny.ip.addSC("A.B.C.D", "Source address");

				extNaclC.no.deny.ip["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

					extNaclC.no.deny.ip["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.ip["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.ip["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

			extNaclC.no.deny.ip.addSC("any", "Any source host");

				extNaclC.no.deny.ip.any.addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.ip.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.no.deny.ip.any.addSC("any", "Any destination host");

				extNaclC.no.deny.ip.any.addSC("host", "A single destination host");

					extNaclC.no.deny.ip.any.host.addSC("Hostname or A.B.C.D", "Destination address");

			extNaclC.no.deny.ip.addSC("host", "A single source host");

				extNaclC.no.deny.ip.host.addSC("Hostname or A.B.C.D", "Source address");

					extNaclC.no.deny.ip.host["Hostname or A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.ip.host["Hostname or A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.ip.host["Hostname or A.B.C.D"].addSC("host", "A single destination host");

		extNaclC.no.deny.addSC("tcp", "Transmission Control Protocol");

			extNaclC.no.deny.tcp.addSC("A.B.C.D", "Source address");

				extNaclC.no.deny.tcp["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

					extNaclC.no.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given source port number");

					extNaclC.no.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

			extNaclC.no.deny.tcp.addSC("any", "Any source host");

				extNaclC.no.deny.tcp.any.addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.tcp.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.no.deny.tcp.any.addSC("any", "Any destination host");

					extNaclC.no.deny.tcp.any.any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.no.deny.tcp.any.addSC("eq", "Match only packets on a given source port number");

				extNaclC.no.deny.tcp.any.addSC("host", "A single destination host");

					extNaclC.no.deny.tcp.any.host.addSC("Hostname or A.B.C.D", "Destination address");

			extNaclC.no.deny.tcp.addSC("host", "A single source host");

				extNaclC.no.deny.tcp.host.addSC("Hostname or A.B.C.D", "Source address");



		extNaclC.no.deny.addSC("udp", "User Datagram Protocol");

			extNaclC.no.deny.udp.addSC("A.B.C.D", "Source address");

				extNaclC.no.deny.udp["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

					extNaclC.no.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given source port number");

					extNaclC.no.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

			extNaclC.no.deny.udp.addSC("any", "Any source host");

				extNaclC.no.deny.udp.any.addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.udp.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.no.deny.udp.any.addSC("any", "Any destination host");

					extNaclC.no.deny.udp.any.any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.no.deny.udp.any.addSC("eq", "Match only packets on a given source port number");



				extNaclC.no.deny.udp.any.addSC("host", "A single destination host");

					extNaclC.no.deny.udp.any.host.addSC("Hostname or A.B.C.D", "Destination address");

			extNaclC.no.deny.udp.addSC("host", "A single source host");

				extNaclC.no.deny.udp.host.addSC("Hostname or A.B.C.D", "Source address");

					extNaclC.no.deny.udp.host["Hostname or A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.udp.host["Hostname or A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.udp.host["Hostname or A.B.C.D"].addSC("eq", "Match only packets on a given source port number");

					extNaclC.no.deny.udp.host["Hostname or A.B.C.D"].addSC("host", "A single destination host");



extNaclC.addSC("no", "Negate a command or set its defaults");

	extNaclC.no.addSC("deny", "Specify packets to reject");

		extNaclC.no.deny.addSC("ip", "Any Internet Protocol");

			extNaclC.no.deny.ip.addSC("A.B.C.D", "Source address");

				extNaclC.no.deny.ip["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

					extNaclC.no.deny.ip["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.ip["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.ip["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

			extNaclC.no.deny.ip.addSC("any", "Any source host");

				extNaclC.no.deny.ip.any.addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.ip.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.no.deny.ip.any.addSC("any", "Any destination host");

				extNaclC.no.deny.ip.any.addSC("host", "A single destination host");

					extNaclC.no.deny.ip.any.host.addSC("Hostname or A.B.C.D", "Destination address");

			extNaclC.no.deny.ip.addSC("host", "A single source host");

				extNaclC.no.deny.ip.host.addSC("Hostname or A.B.C.D", "Source address");

					extNaclC.no.deny.ip.host["Hostname or A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.ip.host["Hostname or A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.ip.host["Hostname or A.B.C.D"].addSC("host", "A single destination host");

		extNaclC.no.deny.addSC("tcp", "Transmission Control Protocol");

			extNaclC.no.deny.tcp.addSC("A.B.C.D", "Source address");

				extNaclC.no.deny.tcp["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

					extNaclC.no.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given source port number");

					extNaclC.no.deny.tcp["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

			extNaclC.no.deny.tcp.addSC("any", "Any source host");

				extNaclC.no.deny.tcp.any.addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.tcp.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.no.deny.tcp.any.addSC("any", "Any destination host");

					extNaclC.no.deny.tcp.any.any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.no.deny.tcp.any.addSC("eq", "Match only packets on a given source port number");

					extNaclC.no.deny.tcp.any["eq"].addSC("<0-65535>", "Port number");

				extNaclC.no.deny.tcp.any.addSC("host", "A single destination host");

					extNaclC.no.deny.tcp.any.host.addSC("Hostname or A.B.C.D", "Destination address");

			extNaclC.no.deny.tcp.addSC("host", "A single source host");

				extNaclC.no.deny.tcp.host.addSC("Hostname or A.B.C.D", "Source address");

					extNaclC.no.deny.tcp.host["Hostname or A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.tcp.host["Hostname or A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.tcp.host["Hostname or A.B.C.D"].addSC("eq", "Match only packets on a given source port number");

					extNaclC.no.deny.tcp.host["Hostname or A.B.C.D"].addSC("host", "A single destination host");

		extNaclC.no.deny.addSC("udp", "User Datagram Protocol");

			extNaclC.no.deny.udp.addSC("A.B.C.D", "Source address");

				extNaclC.no.deny.udp["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

					extNaclC.no.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given source port number");

					extNaclC.no.deny.udp["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

			extNaclC.no.deny.udp.addSC("any", "Any source host");

				extNaclC.no.deny.udp.any.addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.udp.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.no.deny.udp.any.addSC("any", "Any destination host");

					extNaclC.no.deny.udp.any.any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.no.deny.udp.any.addSC("eq", "Match only packets on a given source port number");

					extNaclC.no.deny.udp.any["eq"].addSC("<0-65535>", "Port number");

				extNaclC.no.deny.udp.any.addSC("host", "A single destination host");

					extNaclC.no.deny.udp.any.host.addSC("Hostname or A.B.C.D", "Destination address");

			extNaclC.no.deny.udp.addSC("host", "A single source host");

				extNaclC.no.deny.udp.host.addSC("Hostname or A.B.C.D", "Source address");

					extNaclC.no.deny.udp.host["Hostname or A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.no.deny.udp.host["Hostname or A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.no.deny.udp.host["Hostname or A.B.C.D"].addSC("eq", "Match only packets on a given source port number");

					extNaclC.no.deny.udp.host["Hostname or A.B.C.D"].addSC("host", "A single destination host");





extNaclC.addSC("permit", "Specify packets to forward");

	extNaclC.permit.addSC("ip", "Any Internet Protocol");

		extNaclC.permit.ip.addSC("A.B.C.D", "Source address");

			extNaclC.permit.ip["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

				extNaclC.permit.ip["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.permit.ip["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.permit.ip["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

				extNaclC.permit.ip["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.permit.ip["A.B.C.D"]["A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

		extNaclC.permit.ip.addSC("any", "Any source host");

			extNaclC.permit.ip.any.addSC("A.B.C.D", "Destination address");

				extNaclC.permit.ip.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

			extNaclC.permit.ip.any.addSC("any", "Any destination host");

			extNaclC.permit.ip.any.addSC("host", "A single destination host");

				extNaclC.permit.ip.any.host.addSC("Hostname or A.B.C.D", "Destination address");

		extNaclC.permit.ip.addSC("host", "A single source host");

			extNaclC.permit.ip.host.addSC("Hostname or A.B.C.D", "Source address");

				extNaclC.permit.ip.host["Hostname or A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.permit.ip.host["Hostname or A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.permit.ip.host["Hostname or A.B.C.D"].addSC("any", "Any destination host");

				extNaclC.permit.ip.host["Hostname or A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.permit.ip.host["Hostname or A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

	extNaclC.permit.addSC("tcp", "Transmission Control Protocol");

		extNaclC.permit.tcp.addSC("A.B.C.D", "Source address");

			extNaclC.permit.tcp["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

				extNaclC.permit.tcp["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.permit.tcp["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.permit.tcp["A.B.C.D"]["A.B.C.D"].any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.permit.tcp["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given source port number");



				extNaclC.permit.tcp["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.permit.tcp["A.B.C.D"]["A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

		extNaclC.permit.tcp.addSC("any", "Any source host");

			extNaclC.permit.tcp.any.addSC("A.B.C.D", "Destination address");

				extNaclC.permit.tcp.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

					extNaclC.permit.tcp.any["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given destination port number");

			extNaclC.permit.tcp.any.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any.any.addSC("eq", "Match only packets on a given destination port number");



			extNaclC.permit.tcp.any.addSC("eq", "Match only packets on a given source port number");

				extNaclC.permit.tcp.any["eq"].addSC("<0-65535>", "Port number");

					extNaclC.permit.tcp.any["eq"]["<0-65535>"].addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"]["<0-65535>"].addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("bgp", "Border Gateway Protocol (179)");

					extNaclC.permit.tcp.any["eq"].bgp.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].bgp.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("chargen", "Character generator (19)");

					extNaclC.permit.tcp.any["eq"].chargen.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].chargen.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("cmd", "Remote commands (rcmd, 514)");

					extNaclC.permit.tcp.any["eq"].cmd.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].cmd.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("daytime", "Daytime (13)");

					extNaclC.permit.tcp.any["eq"].daytime.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].daytime.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("discard", "Discard (9)");

					extNaclC.permit.tcp.any["eq"].discard.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].discard.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("domain", "Domain Name Service (53)");

					extNaclC.permit.tcp.any["eq"].domain.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].domain.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("echo", "Echo (7)");

					extNaclC.permit.tcp.any["eq"].echo.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].echo.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("exec", "Exec (rsh, 512)");

					extNaclC.permit.tcp.any["eq"].exec.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].exec.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("finger", "Finger (79)");

					extNaclC.permit.tcp.any["eq"].finger.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].finger.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("ftp", "File Transfer Protocol (21)");

					extNaclC.permit.tcp.any["eq"].ftp.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].ftp.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("ftp-data", "FTP data connections (used infrequently, 20)");

					extNaclC.permit.tcp.any["eq"]["ftp-data"].addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"]["ftp-data"].addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("gopher", "Gopher (70)");

					extNaclC.permit.tcp.any["eq"].gopher.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].gopher.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("hostname", "NIC hostname server (101)");

					extNaclC.permit.tcp.any["eq"].hostname.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].hostname.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("ident", "Ident Protocol (113)");

					extNaclC.permit.tcp.any["eq"].ident.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].ident.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("irc", "Internet Relay Chat (194)");

					extNaclC.permit.tcp.any["eq"].irc.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].irc.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("klogin", "Kerberos login (543)");

					extNaclC.permit.tcp.any["eq"].klogin.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].klogin.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("kshell", "Kerberos shell (544)");

					extNaclC.permit.tcp.any["eq"].kshell.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].kshell.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("login", "Login (rlogin, 513)");

					extNaclC.permit.tcp.any["eq"].login.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].login.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("lpd", "Printer service (515)");

					extNaclC.permit.tcp.any["eq"].lpd.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].lpd.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("nntp", "Network News Transport Protocol (119)");

					extNaclC.permit.tcp.any["eq"].nntp.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].nntp.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("pim-auto-rp", "PIM Auto-RP (496)");

					extNaclC.permit.tcp.any["eq"]["pim-auto-rp"].addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"]["pim-auto-rp"].addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("pop2", "Post Office Protocol v2 (109)");

					extNaclC.permit.tcp.any["eq"].pop2.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].pop2.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("pop3", "Post Office Protocol v3 (110)");

					extNaclC.permit.tcp.any["eq"].pop3.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].pop3.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("smtp", "Simple Mail Transport Protocol (25)");

					extNaclC.permit.tcp.any["eq"].smtp.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].smtp.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("sunrpc", "Sun Remote Procedure Call (111)");

					extNaclC.permit.tcp.any["eq"].sunrpc.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].sunrpc.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("syslog", "Syslog (514)");

					extNaclC.permit.tcp.any["eq"].syslog.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].syslog.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("tacacs", "TAC Access Control System (49)");

					extNaclC.permit.tcp.any["eq"].tacacs.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].tacacs.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("talk", "Talk (517)");

					extNaclC.permit.tcp.any["eq"].talk.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].talk.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("telnet", "Telnet (23)");

					extNaclC.permit.tcp.any["eq"].telnet.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].telnet.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("time", "Time (37)");

					extNaclC.permit.tcp.any["eq"].time.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].time.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("uucp", "Unix-to-Unix Copy Program (540)");

					extNaclC.permit.tcp.any["eq"].uucp.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].uucp.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("whois", "Nicname (43)");

					extNaclC.permit.tcp.any["eq"].whois.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].whois.addSC("any", "Any destination host");

				extNaclC.permit.tcp.any["eq"].addSC("www", "World Wide Web (HTTP, 80)");

					extNaclC.permit.tcp.any["eq"].www.addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any["eq"].www.addSC("any", "Any destination host");

			extNaclC.permit.tcp.any.addSC("host", "A single destination host");

				extNaclC.permit.tcp.any.host.addSC("Hostname or A.B.C.D", "Destination address");

					extNaclC.permit.tcp.any.host["Hostname or A.B.C.D"].addSC("eq", "Match only packets on a given destination port number");

		extNaclC.permit.tcp.addSC("host", "A single source host");

			extNaclC.permit.tcp.host.addSC("Hostname or A.B.C.D", "Source address");

				extNaclC.permit.tcp.host["Hostname or A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.permit.tcp.host["Hostname or A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.permit.tcp.host["Hostname or A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.permit.tcp.host["Hostname or A.B.C.D"].any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.permit.tcp.host["Hostname or A.B.C.D"].addSC("eq", "Match only packets on a given source port number");

					extNaclC.permit.tcp.host["Hostname or A.B.C.D"]["eq"].addSC("<0-65535>", "Port number");

				extNaclC.permit.tcp.host["Hostname or A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.permit.tcp.host["Hostname or A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

	extNaclC.permit.addSC("udp", "User Datagram Protocol");

		extNaclC.permit.udp.addSC("A.B.C.D", "Source address");

			extNaclC.permit.udp["A.B.C.D"].addSC("A.B.C.D", "Source wildcard bits");

				extNaclC.permit.udp["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.permit.udp["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.permit.udp["A.B.C.D"]["A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.permit.udp["A.B.C.D"]["A.B.C.D"].any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.permit.udp["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given source port number");



				extNaclC.permit.udp["A.B.C.D"]["A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.permit.udp["A.B.C.D"]["A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

		extNaclC.permit.udp.addSC("any", "Any source host");

			extNaclC.permit.udp.any.addSC("A.B.C.D", "Destination address");

				extNaclC.permit.udp.any["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

					extNaclC.permit.udp.any["A.B.C.D"]["A.B.C.D"].addSC("eq", "Match only packets on a given destination port number");

			extNaclC.permit.udp.any.addSC("any", "Any destination host");

				extNaclC.permit.udp.any.any.addSC("eq", "Match only packets on a given destination port number");



			extNaclC.permit.udp.any.addSC("eq", "Match only packets on a given source port number");



			extNaclC.permit.udp.any.addSC("host", "A single destination host");

				extNaclC.permit.udp.any.host.addSC("Hostname or A.B.C.D", "Destination address");

					extNaclC.permit.udp.any.host["Hostname or A.B.C.D"].addSC("eq", "Match only packets on a given destination port number");

		extNaclC.permit.udp.addSC("host", "A single source host");

			extNaclC.permit.udp.host.addSC("Hostname or A.B.C.D", "Source address");

				extNaclC.permit.udp.host["Hostname or A.B.C.D"].addSC("A.B.C.D", "Destination address");

					extNaclC.permit.udp.host["Hostname or A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Destination wildcard bits");

				extNaclC.permit.udp.host["Hostname or A.B.C.D"].addSC("any", "Any destination host");

					extNaclC.permit.udp.host["Hostname or A.B.C.D"].any.addSC("eq", "Match only packets on a given destination port number");

				extNaclC.permit.udp.host["Hostname or A.B.C.D"].addSC("eq", "Match only packets on a given source port number");

				extNaclC.permit.udp.host["Hostname or A.B.C.D"].addSC("host", "A single destination host");

					extNaclC.permit.udp.host["Hostname or A.B.C.D"].host.addSC("Hostname or A.B.C.D", "Destination address");

extNaclC.addSC("remark", "Access list entry comment");

	extNaclC.remark.addSC("LINE", "Comment up to 100 characters");