Avaya 8600 Technical Configuration Manual page 92

Ethernet routing switch
Hide thumbs Also See for 8600:
Table of Contents

Advertisement

All of Sites 1, 3 and 4 (only Site1 shown) : L2-VLAN 13 Stats
CLI
Site1:5# config filter acl 4000 ace 13 debug count enable
ACLI
Site1:5(config)# filter acl ace debug 4000 13 count enable
To verify operation of the L2-VLAN traffic statistics refer to section 3.20
2.2.11.2 Configuring ACLs to provide per-VRF statistics
One simple inVlan ACL (no ACEs required) is configured for every VRF with statistics enabled. All VLANs
belonging to the VRF are assigned to the ACL.
This will provide a global count of inOctets and inPackets for each VRF. These statistics will only include
traffic arriving on the edge VRF assigned VLANs and will not include traffic arriving from the Core over the
IPVPNs. To monitor traffic in the reverse direction, simply create an equivalent ACL of type outVlan.
Site 1
CLI
Site1:5# config filter acl 100 create inVlan act 4094 name "Green-VRF-1"
Site1:5# config filter acl 100 set global-action count
Site1:5# config filter acl 100 vlan add 110-111
Site1:5# config filter acl 200 create inVlan act 4094 name "Red-VRF-2"
Site1:5# config filter acl 200 set global-action count
Site1:5# config filter acl 200 vlan add 210-211
ACLI
Site1:5(config)# filter acl 100 type inVlan act 4094
Site1:5(config)# filter acl set 100 global-action count
Site1:5(config)# filter acl vlan 100 110-111
Site1:5(config)# filter acl 200 type inVlan act 4094
Site1:5(config)# filter acl set 200 global-action count
Site1:5(config)# filter acl vlan 200 210-211
Site 2
CLI
Site2:5# config filter acl 100 create inVlan act 4094 name "Green-VRF-1"
Site2:5# config filter acl 100 set global-action count
Site2:5# config filter acl 100 vlan add 120-121
Site2:5# config filter acl 200 create inVlan act 4094 name "Red-VRF-2"
Site2:5# config filter acl 200 set global-action count
Site2:5# config filter acl 200 vlan add 220-221
Network Design Implementation to Provide L2 & L3 VPN Connectivity
November 2010
between Sites using SMLT and IPVPN-Lite for ERS 8600
Technical Configuration Guide
name "Green-VRF-1"
name "Red-VRF-2"
avaya.com
92

Advertisement

Table of Contents
loading

Table of Contents