We need to monitor the routers and Switches which is behind the routers. Using NAT with different UDP ports

We need to monitor the routers and Switches which is behind the routers. Using NAT with different UDP ports.
I have tried below still no luck, any help?
$config[‘allow_duplicate_sysName’] = true;

Why not just use c-name’s instead of duplicating the device names?

Hi Rosiak,

Not sure what that mean, please explain…

router1.example.com A -> 192.168.1.1
router2.example.com CNAME -> router1.example.com
switch1.example.com CNAME -> router1.example.com

Then just adjust the ports for each device and you should be good.

Hi Rosiak,

Thanks for that,

We need monitoring more than 200 routers all across the world and servers / Network devices inside those routers. creating DNS entry for all of them will be nightmare…

Any other ideas?

Thank you

But wouldn’t changing all the device names due to new public IP also be a nightmare? :slight_smile:

The config option you’ve used is for duplicate sysNames. I assume you are trying to add duplicate hostnames themselves, you can’t do that and we won’t support it. hostname needs to be unique.