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 (") .

  • it didnot work see attached file .

    also note that the IP for the branch local lan is different than the interface for the VPN

    ex: locallan nic is 10.10.1.1

    vpn lan interface is 192.168.15.1 

    i tried with both ips in the command you gave to me and still didnot work

    is there is any logs i can check ?

Reply
  • it didnot work see attached file .

    also note that the IP for the branch local lan is different than the interface for the VPN

    ex: locallan nic is 10.10.1.1

    vpn lan interface is 192.168.15.1 

    i tried with both ips in the command you gave to me and still didnot work

    is there is any logs i can check ?

Children