Brocade Communications Systems ServerIron ADX 12.4.00 Service Manual Page 113

  • Download
  • Add to my manuals
  • Print
  • Page
    / 149
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 112
ServerIron ADX NAT64 Configuration Guide 101
53-1002444-02
Configuring IPv6 ACLs
6
DRAFT: BROCADE CONFIDENTIAL
The following commands apply the ACL called “rtr” to the incoming traffic on ports 2/1 and 2/2.
Default and implicit IPv6 ACL actions
When no IPv6 ACLs are configured on an interface, all IPv6 traffic is permitted by default. Once you
configure an IPv6 ACL and apply it to an interface, all IPv6 traffic no explicitely permitted is denied
by default.
If you want to control access, configure ACLs consisting of permit entries for the access you
want to permit. The ACLs implicitly deny all other access.
If you want to secure access in environments with many users, you may want to configure ACLs
that consist of explicit deny entries, and then add an entry to the end of each ACL to permit all
access. The permit entry allows packets that are not explicitly denied by the deny entries.
Every IPv6 ACL uses the the deny ipv6 any any implicit condition as its last match condition to deny
IPv6 traffic. You must enter a permit ipv6 any any condition as the last statement in the ACL if you
want to permit IPv6 traffic that were not denied by the previous statements.
NOTE
If an IPv6 ACL has the implicit deny condition, make sure it also permits the IPv6 link-local address
in addition to the global unicast address. Otherwise, routing protocols such as OSPF will not work.
To view the link-local address, use the show ipv6 interface command.
The conditions are applied in the order shown above, with deny ipv6 any any as the last condition
applied.
For example, if you want to deny ICMP neighbor discovery acknowledgement, and permit any
remaining IPv6 traffic, enter commands such as in the following example.
The first permit statement permits ICMP traffic from hosts in the 2001:db8:2383:e0bb::/64
network to hosts in the 2001:db8:3782::/64 network.
The last entry permits all packets that are not explicitly denied by the other entries. Without this
entry, the ACL will deny all incoming IPv6 traffic on the ports to which you assigned the ACL.
If you add the statement deny icmp any any to the ACL all neighbor discovery messages will be
denied.
ServerIronADX(config)# interface ethernet 2/1
ServerIronADX(config-if-2/1)# ipv6 traffic-filter rtr in
ServerIronADX(config-if-2/1)# exit
ServerIronADX(config)# interface ethernet 2/2
ServerIronADX(config-if-2/2)# ipv6 traffic-filter rtr in
ServerIronADX(config)# write memory
ServerIronADX(config)# ipv6 access-list netw
ServerIronADX(config-ipv6-access-list-netw)# permit icmp 2001:db8:2383:e0bb:
:/64 2001:db8:3782::/64
ServerIronADX(config-ipv6-access-list-netw)# permit ipv6 any any
ServerIronADX(config)# ipv6 access-list netw
ServerIronADX(config-ipv6-access-list-netw)# permit icmp
2001:db8:2383:e0bb:
:/64 2001:db8:3782::/64
ServerIronADX(config-ipv6-access-list-netw)# deny icmp any any
ServerIronADX(config-ipv6-access-list-netw)# permit ipv6 any any
Page view 112
1 2 ... 108 109 110 111 112 113 114 115 116 117 118 ... 148 149

Comments to this Manuals

No comments