I have several remote admin network devices (switches, routers,...)
I have NAT out public ip services (web, telnet, ssh, snmp,..)
For example
I have 1 router, 5 switches.
public IP: 172.1.3.5
NAT port 80 out 8081 -> 8086
Likewise I nat telnet, ssh, snmp services.
Now I can monitor 6 devices above (1 router and 5 switches) via nat snmp port on zabbix.
I want to create a script with the name "Access Web".
Clicking on [router] opens a new browser tab with the URL 172.1.3.5:8081
When clicking on [switch1] the same is 172.1.3.5:8082
The same script with the name "Telnet" will be able to telnet.

Thank you for helping me
I have NAT out public ip services (web, telnet, ssh, snmp,..)
For example
I have 1 router, 5 switches.
public IP: 172.1.3.5
NAT port 80 out 8081 -> 8086
Likewise I nat telnet, ssh, snmp services.
Now I can monitor 6 devices above (1 router and 5 switches) via nat snmp port on zabbix.
I want to create a script with the name "Access Web".
Clicking on [router] opens a new browser tab with the URL 172.1.3.5:8081
When clicking on [switch1] the same is 172.1.3.5:8082
The same script with the name "Telnet" will be able to telnet.
Thank you for helping me
Comment