The exhibit shows a Self IP with:
Impact of “Allow None” on SNMP
When a Self IP is configured with:
Port Lockdown: Allow None
the BIG-IP blocks all services and ports except a few hardcoded HA communication ports.
This means:
UDP/161 (SNMP) is blocked
UDP/162 (SNMP traps) is blocked
The SNMP server cannot poll or receive data from the BIG-IP through this Self IP
SNMP relies on access through the Self IP if out-of-band (mgmt interface) is not used.
Thus, the issue is directly caused by Port Lockdown = Allow None , which prevents SNMP communication.
Why the other options are incorrect:
B. Traffic Group must use a floating Traffic Group
SNMP polling does not require floating Self IPs.
Floating groups apply to HA failover IPs, not SNMP functionality.
C. VLAN/Tunnel must allow All VLANs
Self IPs are always bound to a VLAN; SNMP does not require All VLANs.
As long as the Self IP belongs to a reachable VLAN, SNMP can work.
D. Configuration is correct