Permitting telnet based traffic, Permitting icmp based traffic – Brocade Communications Systems RFS6000 User Manual
Page 468

466
Brocade Mobility RFS4000, RFS6000 and RFS7000 CLI Reference Guide
53-1001931-01
Extended ACL config commands
14
RFController(config-ext-nacl)#permit ip 192.168.1.10/24 192.168.2.0/24
rule-precedence 40
RFController(config-ext-nacl)#
Permitting Telnet based traffic
The example below permits Telnet traffic from the source subnet and the destination subnet and
denies all other traffic over an interface:
RFController(config-ext-nacl)#permit tcp 192.168.4.0/24 192.168.5.0/24 eq 23
rule-precedence 10
RFController(config-ext-nacl)#
Permitting ICMP based traffic
The example below permits ICMP traffic and denies all other traffic over an interface:
RFController(config-ext-nacl)#permit icmp any any rule-precedence 30
RFController(config-ext-nacl)#)#