188
Command Mode
Global Configuration Mode
Privilege Requirement
Only Admin, Operator and Power User level users have access to these
commands.
Example
Create a Standard-IP ACL whose ID is 520, and add Rule 10 for it. In the rule,
the source IP address is 192.168.0.100, the source IP address mask is
255.255.255.0, and the packets match this rule will be forwarded by the
switch:
T1600G-52TS(config)# access-list create
520
T1600G-52TS(config)# access-list standard
520
rule
10 permit
sip
192.168.0.100
smask
255.255.255.0
24.4
access-list extended
Description
The
access-list extended
command is used to add Extended-IP ACL rule. To
delete the corresponding rule, please use
no access-list extended
command.
Syntax
access-list extended
acl-id
rule
rule-id
{ deny
|
permit } [[
sip
source-ip
]
smask
source-ip-mask
] [[
dip
destination-ip
]
dmask
destination-ip-mask
]
[
s-port
s-port
] [
d-port
d-port
] [
protocol
protocol
]
no access-list extended
acl-id
rule
rule-id
Parameter
acl-id
——The desired Extended-IP ACL for configuration.
rule-id
—— The rule ID.
deny —— The operation to discard packets.
permit ——The operation to forward packets. It is the default value.
source-ip
—— The source IP address contained in the rule.
source-ip-mask
—— The source IP address mask. It is required if you typed
the source IP address.
destination-ip
—— The destination IP address contained in the rule.
Summary of Contents for T1600-28TS
Page 1: ...CLI Reference Guide T1600G Series Switches REV2 0 0 1910011957...
Page 57: ...41 T1600G 52TS config show voice vlan switchport gigabitEthernet 1 0 2...
Page 64: ...48 Example Display the LACP system priority T1600G 52TS config show lacp sys id...
Page 365: ...349 Example Display the configuration of DHCP Relay T1600G 52TS config show ip dhcp relay...