Version 33.6.1 adds IP Device Tracking to maintain network connectivity for silent devices that generate minimal traffic, preventing disconnection due to NetLogin idle timeout.
Issue: NetLogin authenticated clients with minimal traffic were regularly disconnected when idle timeout thresholds were reached. The only workaround was to globally disable idle timeout, which reduced network security.
Resolution: When IP Device Tracking is enabled on a port, the switch sends periodic ARP probes to devices in the nodealias table with NetLogin authentication. If a device responds to the ARP probe, its session remains active and the inactivity timer is not triggered. Devices that fail to respond after a configurable number of probe attempts are marked as "Inactive."
Key Capabilities:
Configuration commands:
configure nodealias ports [<port_list> | all] ip-device-tracking [on | off]
configure nodealias ports [<port_list> | all] ip-device-tracking arp-probe
[{max-failures <max_failures>}
{ipaddress <ipaddress>}
{interval <interval>}
{initial-delay <initial_delay>}]
Show commands:
show nodealias ip-device-tracking {ports <port_list>}
show nodealias ip-device-tracking configuration {ports <port_list>}
X440-G2, X450-G2, X460-G2, and X465 series switches.