Hi All,
Below is the minimum configuration SNMPv3 on my SRX. As i know on Junos Space or NMS the info that "bold" as per below need to match right between SRX and NMS. But the problem now Juos Space cannot discover SRX using SNMPv3. Is it anything i missing? Thanks and appreciate someone feedback
mangkuk@SRX5800> show configuration snmp
v3 {
usm {
local-engine {
user test {
authentication-md5 {
authentication-key "hgjhvhjvjhgjhg"; ## SECRET-DATA
}
privacy-none;
}
}
}
vacm {
security-to-group {
security-model usm {
security-name test {
group srx;
}
}
}
access {
group srx {
default-context-prefix {
security-model any {
security-level authentication {
read-view all;
write-view all;
}
}
}
}
}
}
}