2.6.1 ¿? (HELP)
Lists the valid commands at the level where the router is programmed. You can also use this command after a spe-
cific command to list the available options.
Syntax:
Stateful Access List #>?
Example:
Stateful Access List 5001>?
description
Access list description
entry
Configure an entry for this access-list
no
Negate a command or set its defaults
exit
Stateful Access List 5001>
2.6.2 DESCRIPTION
Adds a text description to an access list to better understand its purpose (or for later use).
Syntax:
Stateful Access List #>description ?
<word>
Text
Example:
Stateful Access List 5001>description "List for LAN PBR"
Stateful Access List 5001>show menu
; Showing Menu Configuration for access-level 15 ...
; Warning: static configuration is not saved!
description "List for LAN PBR"
Stateful Access List 5001>
Command history:
Version
Modification
11.00.06,
11.01.02
This command was introduced as of version 11.1.2
2.6.3 ENTRY
Creates and modifies an entry or element in an Access Control List.
This command must always be entered followed by the register number identifier and a sentence.
A new entry is created whenever this command is entered followed by an identifier that is not in the list. Entering an
identifier that already exists results in the modification of the value of the parameter entered.
Note
Unlike what happens with generic/extended access control lists, it’s possible to configure more than
one selection criterion in the same entry (bearing in mind that they must simultaneously fulfill ALL the
selection criteria specified in the entry for the packet to match).
This can be very useful when you want to match packets that do not simultaneously fulfill various criteria, as shown
in the following example. Here, you don’t want the destination address and the destination UDP port to be any of
those indicated:
entry 15 default
entry 15 deny
entry 15 description "RemoteToIP"
entry 15 source address 172.24.100.160 mask 255.255.255.224
entry 15 no destination udp port 50001
bintec elmeg
2 Configuration
Access Control
23