SUNIX Co., Ltd.
TEL : +886-2-8913-1987
Email : [email protected]
no sntp daylight
G
Disable daylight saving time.
switch(config)#no sntp daylight
5.3.15
A
CCESS
C
ONTROL
L
IST
C
OMMANDS
S
ET
Commands
Level
Description
Example
show acl
P
Show the information of access
control list table.
switch#show acl
acl gid
[Group Id]
G
Configure access control list group
id.
switch(config)# acl gid 1
acl action
[Permit|Deny]
G
Set access control list action.
switch(config)#acl action Permit
or
switch(config)#acl action Deny
acl port
[None|Port#]
G
Apply ACL on specific port
switch(config)#acl port 2
acl vid
[Any|VLAN Id]
G
Set access control list Vlan-ID
switch(config)#acl vid 2
or
switch(config)#acl vid any
acl pktype
[IPv4|Non-IPv4]
G
Set access control list packet type
switch(config)#acl pktype IPv4
acl ethtype
[Any|ARP|IPX|Type
value]
G
Set access control list ether type
switch(config)#acl ethtype ARP
acl sip
[Any|IP][Mask]
G
Set access control list source IP
address. It is automatically fill value
255.255.255.255 to Smask.
switch(config)#acl sip 192.168.16.1
255.255.255.255
or
switch(config)#acl sip 192.168.16.2
acl dip
[Any|IP][Mask]
G
Set access control list distinct IP
address. It is automatically fill
value 255.255.255.255 to Dmask.
switch(config)#acl dip Any
acl frg
[Check|Uncheck]
G
Set access control list IP fragment switch(config)#acl frg Check
acl l4 other
[Any|ICMP|IGMP|Proto
col value]
G
Set access control list L4 protocol
other type
switch(config)#acl l4 other ICMP
acl l4 TCP
[Any|FTP|HTTP|Port
number]
G
Set access control list L4 protocol
TCP
switch(config)#acl l4 TCP FTP
acl l4 UDP
[Any|TFTP|Port
number]
G
Set access control list L4 protocol
UDP
switch(config)#acl l4 UDP TFTP
acl add
G
Add current rule to access control
list table.
switch(config)#acl add
no acl
[GroupID]
G
Delete rule from access control list
table.
switch(config)#no acl 1
acl show
G
Show current temp rule.
switch(config)#acl show
5.3.16
DHCP
FILTER
C
OMMANDS
S
ET
Commands
Level
Description
Example
dhcp-filter
[port#][on|off]
G
Enable dhcp filter by port
switch(config)#dhcp-filter 2 on