cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1128
Views
0
Helpful
5
Replies

change a line on my config

eduardojp
Level 1
Level 1

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,

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

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

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

5 Replies 5

balaji.bandi
Hall of Fame
Hall of Fame

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

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I have try that and i get this error:

(config)#no destination 192.168.1.20

% Invalid input detected at '^' marker.

ok, I go it.. thank you very much.. I thought about that but I wasnt sure.

Thanks,

 

eduardojp
Level 1
Level 1

Im using Cisco IOS Software, s2t54 Software (s2t54-ADVENTERPRISEK9-M)

config t

!

 

flow exporter Exporter-1

no destination 192.168.1.20

destination x.x.x.x 

!

end

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help