10-19-2021 07:11 AM
Recently we change the server were we collect the data for out network flow. This was done before me so I dont have a clue on how to change the line or if I need to delete and recreate the commands again. I'm not sure how to enter that info.
flow exporter Exporter-1
description Exports to Network-Analyzer
destination 192.168.1.20 <--- need to change that IP.
transport udp 2045
!
Thanks,
Solved! Go to Solution.
10-19-2021 08:21 AM
You can do with no command :
flow exporter Exporter-1
description Exports to Network-Analyzer
no destination 192.168.1.20
destination x.x.x.x ---> new IP
transport udp 2045
10-19-2021 08:21 AM
You can do with no command :
flow exporter Exporter-1
description Exports to Network-Analyzer
no destination 192.168.1.20
destination x.x.x.x ---> new IP
transport udp 2045
10-19-2021 08:24 AM
I have try that and i get this error:
(config)#no destination 192.168.1.20
% Invalid input detected at '^' marker.
10-19-2021 08:48 AM
ok, I go it.. thank you very much.. I thought about that but I wasnt sure.
Thanks,
10-19-2021 08:25 AM
Im using Cisco IOS Software, s2t54 Software (s2t54-ADVENTERPRISEK9-M)
10-19-2021 08:39 AM
config t
!
flow exporter Exporter-1
no destination 192.168.1.20
destination x.x.x.x
!
end
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide