Hi ,
I would do the script that set , logging source interface on router CISCO.
This Script run this this command:
sh ip int brief
ca-stlaurent#sh ip int brie
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 207.xxx.xxx.xxx YES NVRAM up up
FastEthernet0/1 unassigned YES NVRAM up up
FastEthernet0/1.1 10.1.57.1 YES NVRAM up up
FastEthernet0/1.5 10.5.57.1 YES NVRAM up up
FastEthernet0/1.9 10.9.57.1 YES NVRAM up up
and the script assign a variable the value FastEthernet0/1.1 that find with this criterial 10.1. (10.1.xxx.xxx is the same for all my sites and change only third octet),
and the script create the command
logging source-interface "variabile_interface"isco
in the router the command is :
logging source-interface FastEthernet0/1.1
This script is useful because I have different model of the cisco Router .
thanks a lot for your support.
Roberto