diff --git a/ansible/roles/firewall/templates/main.conf.j2.j2 b/ansible/roles/firewall/templates/main.conf.j2.j2 index 3f371a16..c27fc583 100644 --- a/ansible/roles/firewall/templates/main.conf.j2.j2 +++ b/ansible/roles/firewall/templates/main.conf.j2.j2 @@ -111,7 +111,9 @@ classification_cache_enable=2 basic_dpi_enable=1 license_path=/data/app_proto_engine/license +{% if PROFILE_ID == '9000-NPB-P01R01' %} [TRAFFIC_MIRROR] TRAFFIC_MIRROR_ENABLE=1 NIC_NAME=eth_vf_mirr -DEFAULT_VLAN_ID=2 \ No newline at end of file +DEFAULT_VLAN_ID=2 +{% endif %} \ No newline at end of file