beautypg.com

Configuration examples, Configuration example 1 – Brocade Multi-Service IronWare Administration Guide (Supporting R05.6.00) User Manual

Page 108

background image

90

Multi-Service IronWare Administration Guide

53-1003028-02

Configuration examples

3

Configuration examples

NOTE

Telemetry can also be configured from SNMP. Refer to the Unified IP MIB Reference guide for more
information.

Configuration example 1

FIGURE 4

Configuration example 1

ACL Definition

ip access-list extended xGW_Filter1

permit vlan 114 udp any eq 1066 any

ipv6 access-list xGW_Filter1

permit vlan 112 ipv6 2001:db8:200::/48 any

ip access-list extended xGW_Filter2

permit vlan 2405 ip host any

permit vlan 3000 ip any any

ACL Association and Path Naming

route-map xGW_map permit 1

rule-name xGW_path1

match ip address xGW_Filter1

match ipv6 address xGW_Filter1

set next-hop-flood-vlan 2 preserve-vlan

route-map xGW_map permit 2

rule-name xGW_path2

match ip address xGW_Filter2

set interface ethernet 15/1 preserve-vlan

Associate Path Policy to ingress

interface ethernet 10/1

ip policy route-map xGW_map

ipv6 policy route-map xGW_map