ERS 8600: Step 3 – Configure the Filter. For this example, we will use ACT 3 and ACL 2.
Please note that either the ACL or the ACE(s) can be configured with the IPFIX flag. If
configured at the ACL level, the IPFIX flag is global and will be applied to all ACE’s. If
configured at the ACE level, the IPFIX flag only applies to this particular ACE. For this
example, the ACE flag is configured for IPFIX.
CLI:
ERS-8600(config)# filter act 3
ERS-8600(config)# filter act 3 ip srcIp
ERS-8600(config)# filter act 3 ip srcIp
ERS-8600(config)# filter apply act 3
ERS-8600(config)# filter acl 2 type inVlan act 3
ERS-8600(config)# filter acl 2 type inVlan act 3
ERS-8600(config)# filter acl vlan 2 500
ERS-8600(config)# filter acl ace 2 1 name Src_IP
ERS-8600(config)# filter acl ace action 2 1 permit ipfix enable
ERS-8600(config)# filter acl ace ip 2 1 src-ip eq 198.19.1.4
ERS-8600(config)# filter acl ace 2 1 enable
PPCLI:
ERS-8600# config filter act 3 create
ERS-8600# config filter act 3 ip srcIp
ERS-8600# config filter act 3 apply
ERS-8600# config filter acl 2 create inVlan act 3
ERS-8600# config filter acl 2 vlan add 500
ERS-8600# config filter acl 2 ace 1 create name "Src_IP"
ERS-8600# config filter acl 2 ace 1 action permit ipfix enable
ERS-8600# config filter acl 2 ace 1 ip src-ip eq 198.19.1.4
ERS-8600# config filter acl 2 ace 1 enable