Hi All,
We are running VSX on R77.30. We need to monitor the interfaces of both VSX 0 and 1 environments. But we are seeing on interfaces of Mgmt VSX that is VSX 0. Below was the config.
set snmp mode default
set snmp agent on
set snmp agent-version any
set snmp community xxxx read-only
add snmp usm user xxxx security-level authPriv xxxx
set snmp usm user xxxx usm-read-write
Then changed to below now, still it is not working.
set snmp mode vs
set snmp agent on
set snmp agent-version any
set snmp community xxxx read-only
add snmp usm user xxxx security-level authPriv xxxx
set snmp usm user xxxx usm-read-write
However in R80.10 i am able to monitor all the interfaces and below is the config.
set snmp mode vs
set snmp vs-direct-access off
set snmp agent on
set snmp agent-version any
set snmp community xxxx read-only
add snmp usm user xxxx security-level authPriv xxxx
set snmp usm user xxxx vsid (numbers)
Is there any limitation in R77.30?