Lantronix
SISPM1040-582-LRT CLI Reference
33757 Rev. J
Page
210
of
272
The interface Config Mode commands are described below.
Command
:
access-list
Description
:
Configure Access list for an interface.
Syntax
:
access-list
action { permit | deny }
access-list
evc-policer <evc_policer_id>
access-list
logging
access-list
mirror
access-list
policy <policy_id>
access-list
port-state
access-list
rate-limiter <rate_limiter_id>
access-list
shutdown
access-list
{ redirect } interface { <port_type> <port_type_id> | ( <port_type> [ <port_type_list> ] ) }
Parameters
:
action
Access list action
evc-policer EVC policer
logging Logging frame information. Note: The logging feature only works when the packet length is less
than 1518 (without VLAN tags) and the System Log memory size and logging rate is limited.
mirror Mirror frame to destination mirror port
policy
Policy
port-state Re-enable shutdown port that was shutdown by access-list module
rate-limiter Rate limiter
<1-16>
Rate limiter ID
redirect Redirect frame to specific port
shutdown Shutdown incoming port. The shutdown feature only works when the packet length is less than
1518 (without VLAN tags).
deny Deny
permit
Permit
<1-256> EVC policer ID
<0-255> Policy ID
interface Select an interface to configure
* All switches or All ports
GigabitEthernet 1 Gigabit Ethernet Port
<port_type_list> Port list for all port types
Example
:
SISPM1040-582-LRT(config-if)#
access-list action permit
SISPM1040-582-LRT(config-if)#
access-list rate-limiter 1
SISPM1040-582-LRT(config-if)#
access-list evc-policer 1
SISPM1040-582-LRT(config-if)#
access-list logging
SISPM1040-582-LRT(config-if)#
access-list mirror
SISPM1040-582-LRT(config-if)#
access-list policy 0
SISPM1040-582-LRT(config-if)#
access-list port-state
SISPM1040-582-LRT(config-if)#
Messages
:
% The ACL rate limiter and EVC policer can not both be enabled on GigabitEthernet 1/1.
% Port redirect cannot be configured while permitted action on GigabitEthernet 1/1.