Command Reference ACL Commands
Use this command to write a helpful comment for an access entry.
Up to 100 characters are allowed in the remark.
Two identical access entry remarks in one access list is not allowed.
Removing an access entry may delete the remark for it as well.
The following example writes remarks for the entry in extended IP access list 102.
Ruijie(config)# ip access-list extended 102
Ruijie(config-ext-nacl)# remark first_remark
Ruijie(config-ext-nacl)# permit tcp 1.1.1.1 0.0.0.0 2.2.2.2 0.0.0.0
Ruijie(config-ext-nacl)# remark second_remark
Ruijie(config-ext-nacl)# permit tcp 3.3.3.3 0.0.0.0 4.4.4.4 0.0.0.0
Ruijie(config-ext-nacl)# end
Ruijie#
Displays all access lists.
Defines an IP access list.
1.34 security access-group
Use this command to configure an interface secure channel.
security access-group { id | name }
Interface configuration mode
If a device is configured authentications such as 802.1x or Web authentication, the user cannot
access the external network before passing the authentication. You can use this command to
configure a secure channel for the users on the specified interface to access the external network
without authentication.