Displaying acls, Displaying acls 9 – Brocade BigIron RX Series Configuration Guide User Manual

Page 1377

Advertising
background image

BigIron RX Series Configuration Guide

1299

53-1002484-04

Displaying ACLs

48

Syntax: show running-config

The following example shows the comment text for the ACL named "rtr" in a show ipv6 access-list
display.

Syntax: show ipv6 access-list [<access-list-name>]

For the <access-list-name> parameter, specify the name of an IPv6 ACL created using the ipv6
access-list command.

Use the all keyword to display all IPv6 ACLs configured on the device.

Displaying ACLs

To display the ACLs configured on a device, enter the show ipv6 access-list command. Here is an
example:

Syntax: show ipv6 access-list [<access-list-name>]

BigIron RX# show running-config

ipv6 access-list rtr

remark This entry permits ipv6 packets from 3002::2 to any destination

permit ipv6 host 3000::2 any

remark This entry denies udp packets from any source to any destination

deny udp any any

remark This entry denies IPv6 packets from any source to any destination

deny ipv6 any any

BigIron RX# show ipv6 access-list rtr

ipv6 access-list rtr: 3 entries

10: remark This entry permits ipv6 packets from 3002::2 to any destination

10: permit ipv6 host 3000::2 any

20: remark This entry denies udp packets from any source to any destination

20: deny udp any any

30: remark This entry denies IPv6 packets from any source to any destination

30: deny ipv6 any any

BigIron RX# show ipv6 access-list

ipv6 access-list fdry: 8 entries

10: permit ipv6 host 3000::2 any

20: permit udp 3000::/16 any gt nfs

30: deny icmp host 5000::5 host 6000::3 echo-request

40: permit ipv6 host 3002::2 any

50: deny udp 3000::/16 4000::/16 gt nfs

60: permit tcp any any established

70: permit udp any any gt nfs

80: remark this is last entryipv6 access-list fdry: 3 entries

Advertising