Hi guys,
Hope you can help me, after many attempts to get SNMP working I am turning to you for some help.
My config looks like this:
security-zone Trust { description "Trusted Zone "; host-inbound-traffic { system-services { all; snmp; } protocols { all; } } interfaces { ge-0/0/4.0 { host-inbound-traffic { system-services { all; } protocols { all; } } } }
forwarding-options { sampling { input { rate 100; } family inet { output { flow-server 192.168.1.71 { port 2055; version 5; } } } } }
snmp { name SRX; description "FIREWALL"; location unk; contact "test@test.com"; community public { authorization read-only; } community "password" { authorization read-write; } trap-group missingsmth-trap { version all; categories { authentication; chassis; startup; configuration; services; } targets { 192.168.1.71; } } traceoptions { file snmp.tr size 5m files 5 world-readable; flag all; } }
Hope you guys can help
Thanks
Barend