beautypg.com

Applying ipv6 pbr next hop vlan flooding, Lag formation, Acl configuration – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 367: Route-map configuration, Apply route-map

background image

Multi-Service IronWare Routing Configuration Guide

339

53-1003033-02

Configuration examples

Brocade(config)# access-list 112 deny tcp host 192.168.2.2 any

Brocade(config)# access-list 112 permit ip host 192.168.2.2 any

Brocade(config)# route-map mymap2 permit 10

Brocade(config-routemap mymap2)# match ip address 112

Brocade(config-routemap mymap2)# set ip next-hop 10.1.1.2

Applying IPv6 PBR next hop VLAN flooding

This example demonstrates how to configure matched traffic to be flooded on all ports of the VLAN
except the incoming physical port.

ACL configuration

Brocade(config)#ipv6 access-list ipv6acl-3

Brocade(config-ipv6-access-list ipv6acl-3)#permit ipv6 2001:db8:1::/64

2001:db8:2::/64

Brocade(config-ipv6-access-list ipv6acl-3)#deny ipv6 any 2001:db8:2::/64

Brocade(config-ipv6-access-list ipv6acl-3)#exit

Route-map configuration

Brocade(config)#route-map pbr-2 permit 1

Brocade(config-routemap pbr-2)#match ipv6 address ipv6acl-3

Brocade(config-routemap pbr-2)#set next-hop-flood-vlan 30

Brocade(config-routemap pbr-2)#set next-hop-flood-vlan 40 outgoing-da

0000.1234.5678

Brocade(config-routemap pbr-2)#set next-hop-flood-vlan 20

Brocade(config-routemap pbr-2)#set ipv6 next-hop 2001:db8::2

Apply route-map

Brocade(config)#interface ethernet 1/3

Brocade(config-if-e1000-1/3)#ipv6 policy route-map pbr-2

Brocade(config)#interface ve 10

Brocade(config-vif-10)#ipv6 policy route-map pbr-2

LAG formation

When a LAG is formed, all ports must have the same PBR configuration before deployment, during
deployment the configuration on the primary port is replicated to all ports and on undeployment
each port inherits the same PBR configuration.