config router access-list
Configure access lists.
config router access-list
Description: Configure access lists.
edit <name>
set comments {string}
config rule
Description: Rule.
edit <id>
set action [permit|deny]
set prefix {user}
set wildcard {user}
set exact-match [enable|disable]
next
end
next
end
config router access-list
Parameter |
Description |
Type |
Size |
Default |
---|---|---|---|---|
comments |
Comment. |
string |
Not Specified |
|
config rule
Parameter |
Description |
Type |
Size |
Default |
||||||
---|---|---|---|---|---|---|---|---|---|---|
action |
Permit or deny this IP address and netmask prefix. |
option |
- |
permit |
||||||
|
|
|||||||||
prefix |
IPv4 prefix to define regular filter criteria, such as "any" or subnets. |
user |
Not Specified |
|
||||||
wildcard |
Wildcard to define Cisco-style wildcard filter criteria. |
user |
Not Specified |
|
||||||
exact-match |
Enable/disable exact match. |
option |
- |
disable |
||||||
|
|