Permit – Brocade Mobility RFS7000-GR Controller CLI Reference Guide (Supporting software release 4.1.0.0-040GR and later) User Manual

Page 379

Advertising
background image

Brocade Mobility RFS7000-GR CLI Reference Guide

365

53-1001945-01

Extended ACL Config Commands

14

permit

Extended ACL Config Commands

Use this command to permit specific packets.

NOTE

ACLs do not allow DHCP messages to flow by default. Configure an Access Control Entry (ACE) to
allow DHCP messages to flow through.

RFS7000(config-ext-nacl)#permit ip 192.168.1.0/24 192.168.2.0/24

RFS7000(config-ext-nacl)#permit ip any host 255.255.255.255

RFS7000(config-ext-nacl)#

Syntax

permit {ip} {source/source-mask A.B.C.D/MA.B.C.D/M| host sourcehost | any}

{destination/destination-mask | host destinationhost | any} [log]

[rule-precedence access-list-entry precedence]

permit {icmp} {source/source-mask A.B.C.D/M| host sourcehost | any} {destination/

destination-maskA.B.C.D/M | host destinationhost | any} [icmp-type | [icmp-type

icmp-code]] [log] [rule-precedence access-list-entry precedence]

permit{tcp|udp} {source/source-mask A.B.C.D/M| host sourcehost | any} [operator

source-port] {destination/destination-mask | host destinationhost | any}

[operator destination-port] [log] [rule-precedence access-list-entry precedence]

Advertising