This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

NCM Change Template for NBAR2 config (device and interface description variables)

Can anyone point me in the right direction to a change template that will allow me to update an existing router config for netflow to add NBAR2?

I basically need to achieve the following (any help greatly appreciated)

1. Remove the active flow record so it can be amended., using a wildcard from interface description or interface.

Interface xxxx

no ip flow monitor NetFlow-to-Orion input

no ip flow monitor NetFlow-to-Orion output

2. add the NBAR2 config to the router.

flow record NetFlow-to-Orion

xxx

xxx

collect application name

flow exporter NetFlow-to-Orion

option application-table timeout 60

option application-attributes timeout 300

3. then re-enable the flow export on the interface using the same wildcard matching.

Interface xxxx

ip flow monitor NetFlow-to-Orion input

ip flow monitor NetFlow-to-Orion output

Cheers