I have been trying to remove a netflow destination. I have been attempting:
no flow-export destination internal 10.118.5.143 2055
but I receive:
ERROR: flow-export: destination in use. Remove all references before attempting
to delete.
What command/s do I need to run to remove all references?
output from sh run | i flow-export:
flow-export destination internal 10.118.5.143 2055
class-map netflow-export-class
class netflow-export-class
flow-export event-type all destination 10.118.5.143
Thanks!