Configuration Guide
Access
Control List Configuration
Note
Method 1 only configures the numerical value ACL. Method 2 can
configure names and numerical value ACL and specify the priorities of
table entries (they support priority ACE products).
Showing Configuration of MAC Extended Access List
To monitor access lists, please run the following command the in privileged mode:
Ruijie#
show access-lists
[
id | name
]
You can view basic access lists
MAC Extended Access List Example
It is required to implement the following security functions by configuring MAC access lists:
1.
The 0013.2049.8272 host using the ipx protocol cannot access the giga 0/1 port of a device.
2.
It can access other ports.
Configure an Ethernet port, apply the access list 101 on the Ethernet port and check all the messages
passing in and out on the port.
Ruijie>
enable
Ruijie#
configure
terminal
Ruijie(config)#
mac access-list extended mac-list
Ruijie(config-mac-nacl)#
deny host
0013.2049.8272
any ipx
Ruijie(config-mac-nacl)#
permit
any
any
Ruijie(config-mac-nacl)#
exit
Ruijie(config)#
interface
gigabitEthernet
0/1
Ruijie(config-if)#
mac
access
-
group
mac
-
list
in
Ruijie(config-if)#
end
Ruijie#
show
access
-
lists
mac access-list extended mac-list
deny host 0013.2049.8272 any ipx
permit any any
Ruijie#
Note
For access lists, ”permit any any” cannot be discarded, for the ending part
of an access list implicates a “deny any” rule sentence.
Configuring Expert Extended Access List
To configure expert extended access lists on a device, you must specify unique names or numbers for
the access lists of a protocol to uniquely identifying each access list inside the protocol.The table
below lists the number range of the Expert access list.
Protocol
Number Range
Expert extended access list
2700-2899
Summary of Contents for RG-S2900G-E Series
Page 1: ...RG S2900G E Series Switch RGOS Configuration Guide Release 10 4 2b12 p1 ...
Page 91: ...Configuration Guide Configuring PoE Configuration ...
Page 133: ...Configuration Guide EEE Configuration ...
Page 319: ...Configuration Guide QinQ Configuration ...
Page 408: ......
Page 409: ...IP Routing Configuration 1 Static Route Configuration ...
Page 412: ......
Page 413: ...Multicast Configuration 1 IGMP Snooping Configuration 2 MLD Snooping Configuration ...
Page 757: ......
Page 758: ...ACL QoS Configuration 1 Access Control List Configuration 2 QoS Configuration ...
Page 801: ...Reliability Configuration 1 RLDP Configuration 2 TPP Configuration 3 SEM Configuration ...
Page 901: ...Configuration Guide ERSPAN Configuration ...
Page 902: ...Web based Configuration 1 Web based Configuration ...