DXS-1210 Series Smart Managed Switch CLI Reference Guide
36
in
(Optional) Specifies to filter the incoming packets of the interface. If the
direction is not specified, in is used.
Default
None.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
If expert access group is already configured on the interface, the command applied later will overwrite
the previous setting. Only one access-list of the same type can be applied to the same interface; but
access-lists of different types can be applied to the same interface.
Example
This example shows how to apply an expert ACL to an interface. The purpose is to apply the ACL
“exp_acl” on the Ethernet port 1/0/2 to filter the incoming packets.
Switch# configure terminal
Switch(config)# interface eth 1/0/2
Switch(config-if)# expert access-group exp_acl in
Switch(config-if)# end
Switch# show access-group interface eth 1/0/2
eth1/0/2:
Inbound expert access-list : exp_acl(ID: 8999)
Switch#
4-5 expert access-list
This command is used to create or modify an extended expert ACL. This command will enter into the
extended expert access-list configuration mode. Use the no form of this command to remove an
extended expert access-list.
expert access-list extended NAME [NUMBER]
no expert access-list extended {NAME | NUMBER}
Parameters
NAME
Specifies the name of the extended expert access-list to be configured.
The name can be up to 32 characters.
NUMBER
Specifies the ID number of expert accesslist. For extended expert
accesslists, the value is from 8000 to 9999.
Default
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline