beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1617

background image

AT-8100 Switch Command Line User’s Guide

1617

Examples

This example creates an ICMP ACL called “icmpdeny1” that denies ICMP
packets from any IPv6 source address to any IPv6 destination address on
VLAN 7. Then the ACL is assigned to port 19:

awplus> enable
awplus# configure terminal
awplus(config)# ipv6 access-list icmpdeny1
awplus(config-ipv6-acl)# deny icmp any any vlan 7
awplus(config-ipv6-acl)# exit
awplus(config)# interface port1.0.19
awplus(config_if)# ipv6 traffic-filter icmpdeny1

This example creates an ICMP ACL called “icmpdeny2” that denies ICMP
packets from IPv6 source address 2001:0db8:85a3::8a2e:0370:7335/64 to
the IPv6 destination address 2001:0db8:85a3::8a2e:0370:7340/64. Then
the ACL “icmpdeny2” is assigned to port 3:

awplus> enable
awplus# configure terminal
awplus(config)# ipv6 access-list icmpdeny2
awplus(config-ipv6-acl)# deny icmp
2001:0db8:85a3::8a2e:0370:7335/64
2001:0db8:85a3::8a2e:0370:7340/64
awplus(config-ipv6-acl)# exit
awplus(config)# interface port1.0.3
awplus(config_if)# ipv6 traffic-filter icmpdeny2

This example creates an ICMP ACL, called “icmpcopytomirror1,” that
copies ICMP packets from source IPv6 address 2001:0db8::a2:1c50/64 to
any IPv6 destination address. Then the ACL is assigned to port 7:

awplus> enable
awplus# configure terminal
awplus(config)# ipv6 access-list icmpcopytomirror1
awplus(config-ipv6-acl)# copy-to-mirror icmp
2001:0db8::a2:1c50/64 any
awplus(config-ipv6-acl)# exit
awplus(config)# interface port1.0.7
awplus(config_if)# ipv6 traffic-filter icmpcopytomirror1