From fa3a21e4a815106d785c6bd78fbecce76077854f Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Mon, 29 Nov 2004 07:56:12 +0000 Subject: [PATCH] update extended acl syntax --- Docs/manual.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Docs/manual.html b/Docs/manual.html index 13748a9..b95858b 100644 --- a/Docs/manual.html +++ b/Docs/manual.html @@ -360,23 +360,25 @@ define the body of the access-list. Standard access-list syntax: Extended access-lists: -
-
{permit|deny} ip +
+

{permit|deny} ip {host|source source-wildcard|any} - {host|destination destination-wildcard|any} -

{permit|deny} udp + {host|destination destination-wildcard|any} [fragments] +

{permit|deny} udp {host|source source-wildcard|any} [{eq|neq|gt|lt} port|range from to] {host|destination destination-wildcard|any} [{eq|neq|gt|lt} port|range from to] -

{permit|deny} tcp + [fragments] +

{permit|deny} tcp {host|source source-wildcard|any} [{eq|neq|gt|lt} port|range from to] {host|destination destination-wildcard|any} [{eq|neq|gt|lt} port|range from to] [{established|{match-any|match-all} - {+|-}{fin|syn|rst|psh|ack|urg} ...] -

+ {+|-}{fin|syn|rst|psh|ack|urg} + ...|fragments] +

users

-- 2.20.1