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
|
stdNaclC.addSC("<1-2147483647>", "Sequence Number");
stdNaclC["<1-2147483647>"].addSC("deny", "Specify packets to reject");
stdNaclC["<1-2147483647>"].deny.addSC("Hostname or A.B.C.D", "Address to match");
stdNaclC["<1-2147483647>"].deny["Hostname or A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
stdNaclC["<1-2147483647>"].deny["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC["<1-2147483647>"].deny.addSC("any", "Any source host");
stdNaclC["<1-2147483647>"].deny.any.addSC("log", "Log matches against this entry");
stdNaclC["<1-2147483647>"].deny.addSC("host", "A single host address");
stdNaclC["<1-2147483647>"].deny.host.addSC("Hostname or A.B.C.D", "Host address");
stdNaclC["<1-2147483647>"].deny.host["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC["<1-2147483647>"].addSC("permit", "Specify packets to forward");
stdNaclC["<1-2147483647>"].permit.addSC("Hostname or A.B.C.D", "Address to match");
stdNaclC["<1-2147483647>"].permit["Hostname or A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
stdNaclC["<1-2147483647>"].permit["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC["<1-2147483647>"].permit.addSC("any", "Any source host");
stdNaclC["<1-2147483647>"].permit.any.addSC("log", "Log matches against this entry");
stdNaclC["<1-2147483647>"].permit.addSC("host", "A single host address");
stdNaclC["<1-2147483647>"].permit.host.addSC("Hostname or A.B.C.D", "Host address");
stdNaclC["<1-2147483647>"].permit.host["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC.addSC("default", "Set a command to its defaults");
stdNaclC["default"].addSC("<1-2147483647>", "Sequence Number");
stdNaclC["default"].addSC("deny", "Specify packets to reject");
stdNaclC["default"].deny.addSC("Hostname or A.B.C.D", "Address to match");
stdNaclC["default"].deny["Hostname or A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
stdNaclC["default"].deny["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC["default"].deny.addSC("any", "Any source host");
stdNaclC["default"].deny.any.addSC("log", "Log matches against this entry");
stdNaclC["default"].deny.addSC("host", "A single host address");
stdNaclC["default"].deny.host.addSC("Hostname or A.B.C.D", "Host address");
stdNaclC["default"].deny.host["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC["default"].addSC("permit", "Specify packets to forward");
stdNaclC["default"].permit.addSC("Hostname or A.B.C.D", "Address to match");
stdNaclC["default"].permit["Hostname or A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
stdNaclC["default"].permit["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC["default"].permit.addSC("any", "Any source host");
stdNaclC["default"].permit.any.addSC("log", "Log matches against this entry");
stdNaclC["default"].permit.addSC("host", "A single host address");
stdNaclC["default"].permit.host.addSC("Hostname or A.B.C.D", "Host address");
stdNaclC["default"].permit.host["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC.addSC("deny", "Specify packets to reject");
stdNaclC.deny.addSC("Hostname or A.B.C.D", "Address to match");
stdNaclC.deny["Hostname or A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
stdNaclC.deny["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC.deny.addSC("any", "Any source host");
stdNaclC.deny.any.addSC("log", "Log matches against this entry");
stdNaclC.deny.addSC("host", "A single host address");
stdNaclC.deny.host.addSC("Hostname or A.B.C.D", "Host address");
stdNaclC.deny.host["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC.addSC("exit", "Exit from access-list configuration mode");
stdNaclC.addSC("no", "Negate a command or set its defaults");
stdNaclC.no.addSC("<1-2147483647>", "Sequence Number");
stdNaclC.no.addSC("deny", "Specify packets to reject");
stdNaclC.no.deny.addSC("Hostname or A.B.C.D", "Address to match");
stdNaclC.no.deny["Hostname or A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
stdNaclC.no.deny["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC.no.deny.addSC("any", "Any source host");
stdNaclC.no.deny.any.addSC("log", "Log matches against this entry");
stdNaclC.no.deny.addSC("host", "A single host address");
stdNaclC.no.deny.host.addSC("Hostname or A.B.C.D", "Host address");
stdNaclC.no.deny.host["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC.addSC("permit", "Specify packets to forward");
stdNaclC.permit.addSC("Hostname or A.B.C.D", "Address to match");
stdNaclC.permit["Hostname or A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
stdNaclC.permit["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC.permit.addSC("any", "Any source host");
stdNaclC.permit.any.addSC("log", "Log matches against this entry");
stdNaclC.permit.addSC("host", "A single host address");
stdNaclC.permit.host.addSC("Hostname or A.B.C.D", "Host address");
stdNaclC.permit.host["Hostname or A.B.C.D"].addSC("log", "Log matches against this entry");
stdNaclC.addSC("remark", "Access list entry comment");
stdNaclC.remark.addSC("LINE", "Comment up to 100 characters");
|