When fxp0 is configured under a logical-system , SNMP polling to the interface will fail. This article explains the issue and suggests two alternative configurations.
logical-system
How do you configure for SNMP polling to fxp0 while when it is configured in a logical-system ?
Example : SNMP polling will not work to fxp0 when configured like this:
logical-systems { management { interfaces { fxp0 { unit 0; } } routing-options { static { route 0.0.0.0/0 next-hop x.x.x.x; } } } }
If the goal is to have SNMP poll to fxp0, then fxp0 cannot be configured under logical-systems or within a routing instance.
logical-systems
For SNMP polling to fxp0 to work, there are two alternatives:
Configure a different interface under the local-systems /routing instance and poll to that interface instead
local-systems