S2600E CLI Reference Guide
Related
commands
Chapter 1 ACL Configuration Commands
This example shows how to use the standard IP ACL. The
purpose is to permit the host with the IP address
192.168.4.12
and
gigabitethernet 1/1. The configuration procedure is as
below:
Ruijie(config)#ip access-list standard std-acl
Ruijie(config-std-nacl)#permit host 192.168.4.12
Ruijie(config-std-nacl)#show access-lists
ip access-list standard std-acl
10 permit host 192.168.4.12
Ruijie(config-std-nacl)#exit
Ruijie(config)# interface gigabitethernet 1/1
Ruijie(config-if)# ip access-group std-acl in
This example shows how to use the extended IPV6 ACL.
The purpose is to permit the host with the IP address
192.168.4.12
and
gigabitethernet 1/1. The configuration procedure is as
below:
Ruijie(config)#ipv6 access-list extended v6-acl
Ruijie(config-ipv6-nacl)#11 permit ipv6
host ::192.168.4.12 any
Ruijie(config-ipv6-nacl)# show access-lists
ipv6 access-list extended v6-acl
11 permit ipv6 host ::192.168.4.12 any
Ruijie(config-ipv6-nacl)# exit
Ruijie(config)#interface gigabitethernet 1/1
Ruijie(config-if)#ipv6 traffic-filter v6-acl in
Command
show access-lists
ipv6 traffic-filter
ip access-group
match
access-group
ip access-list
mac access-list
expert access-list
ipv6 access-list
deny
apply
the
ACL
apply
the
ACL
Description
Show all the ACLs.
Apply the extended ipv6 ACL on the
interface.
Apply the IP ACL on the interface.
Apply the extended MAC ACL on
the interface.
Define the IP ACL.
Define the extended MAC ACL.
Define the extended expert ACL.
Define the extended IPv6 ACL.
Deny the access.
to
interface
to
interface
Need help?
Do you have a question about the RG-S2600E Series and is the answer not in the manual?