Here is my config:

snmp {
    name JuniperSRX;
    description "Main Router";
    location "Main office";
    contact "admin@domain.com";
    engine-id {
        local 111;
    }
    client-list list0 {
        192.168.0.0/24;
    }
    community public {
        authorization read-only;
    }
    community solarwindsconfig {
        authorization read-write;
    }
}

Я пробовал несколько утилит, но совсем недавно тестер Paessler SNMP. Вот вывод:

----------------------- New Test -----------------------
Paessler SNMP Tester 5.2.3 Computername: SECMON Interface: (192.168.1.152)
1/27/2019 11:48:10 AM (1 ms) : Device: 192.168.1.1
1/27/2019 11:48:10 AM (2 ms) : SNMP V1
1/27/2019 11:48:10 AM (3 ms) : Uptime
1/27/2019 11:48:12 AM (2011 ms) : SNMP Datatype: ASN_PRIMITIVE
1/27/2019 11:48:12 AM (2014 ms) : -------
1/27/2019 11:48:12 AM (2015 ms) : DISMAN-EVENT-MIB::sysUpTimeInstance = No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003) ( 0 seconds )
1/27/2019 11:48:14 AM (4027 ms) : SNMP Datatype: ASN_PRIMITIVE
1/27/2019 11:48:14 AM (4029 ms) : HOST-RESOURCES-MIB::hrSystemUptime.0 = No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003) ( 0 seconds )
1/27/2019 11:48:14 AM (4032 ms) : Done

Чего мне не хватает в моем конфиге JunOS?

0