This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SNMP to the VPN

i have 2 firewall one in HO and another in the branch . and a PRTG server in the HO . i allwo any to any for all network including vpn .

vpn is using site to site ipsec and every thing is working fine.

in enabled snmp agnet on the branch office vpn interface and it work fine i can get snmp traffic using a prtg in the branch site . but when i try to get the same snmp traffic using the prtg in the HO site i couldnot .

so how can i enable this ? as i said all service network every thing is allowed .



This thread was automatically locked due to age.
Parents
  • Momx, 

    by defailt SNMP is only available on LAN and in fact it works. In order to get it working through VPN link:

    • add SNMP Community and specify the remote Server SNMP
    • connect to XG console and type: system ipsec_route add host "remote SNMP Server" tunnelname "IPSec tunnelname"

    • Execute this command always from console: set advanced-firewall sys-traffic-nat add destination "remote SNMP Server" snatip "XG Lan IP"

    Remove the quota (") .

Reply
  • Momx, 

    by defailt SNMP is only available on LAN and in fact it works. In order to get it working through VPN link:

    • add SNMP Community and specify the remote Server SNMP
    • connect to XG console and type: system ipsec_route add host "remote SNMP Server" tunnelname "IPSec tunnelname"

    • Execute this command always from console: set advanced-firewall sys-traffic-nat add destination "remote SNMP Server" snatip "XG Lan IP"

    Remove the quota (") .

Children