Security network acl add – PLANET MGSD-10080F User Manual

Page 451

Advertising
background image

User’s Manual of MGSD-10080F

451

Parameters:

<rate_limiter_list>: Rate limiter list (1-16), default: All rate limiters

<rate_unit> : IP flags: pps|kbps, default: pss

<rate> : Rate in pps (0-100) or kbps (0, 100, 2*100, 3*100, ..., 1000000)

Default Setting:

1

Example:

Set rate limit value in 100 for port 1

MGSD-10080F:/>security network acl rate 1 100

Security Network ACL Add

Description:

Add or modify Access Control Entry (ACE).

If the ACE ID parameter <ace_id> is specified and an entry with this ACE ID already exists, the ACE will be modified.

Otherwise, a new ACE will be added. If the ACE ID is not specified, the next available ACE ID will be used.

If the next ACE ID parameter <ace_id_next> is specified, the ACE will be placed before this ACE in the list. If the next

ACE ID is not specified, the ACE will be placed last in the list.

If the Switch keyword is used, the rule applies to all ports.

If the Port keyword is used, the rule applies to the specified port only. If the Policy keyword is used, the rule applies to all

ports configured with the specified policy. The default is that the rule applies to all ports.

Syntax:

Security Network ACL Add [<ace_id>] [<ace_id_next>] [switch | (port <port_list>) | (policy <policy>)] [<tagged>] [<vid>]

[<tag_prio>] [<dmac_type>] [(etype [<etype>] [<smac>] [<dmac>]) | (arp [<sip>] [<dip>] [<smac>] [<arp_opcode>]

[<arp_flags>]) | (ip [<sip>] [<dip>] [<protocol>] [<ip_flags>]) | (icmp [<sip>] [<dip>] [<icmp_type>] [<icmp_code>]

[<ip_flags>]) | (udp [<sip>] [<dip>] [<sport>] [<dport>] [<ip_flags>]) | (tcp [<sip>] [<dip>] [<sport>] [<dport>] [<ip_flags>]

[<tcp_flags>])] [permit|deny] [<rate_limiter>] [<port_copy>] [<mirror>] [<logging>] [<shutdown>]

Parameters:

<ace_id> : ACE ID (1-256), default: Next available ID

<ace_id_next> : Next ACE ID (1-256), default: Add ACE last

switch : Switch ACE keyword

port : Port ACE keyword

<port_list> : Port list or 'all', default: All ports

policy : Policy ACE keyword

<policy> : Policy number (1-8)

Advertising