To determine the IP address of a device connected to a specific switch port on a RUCKUS ICX switch, the following commands can be utilized:
This command provides detailed information about devices connected via LLDP, including their IP addresses.
Command Usage:
show lldp neighbor detail
Output Example:
Local Port: 1/1/2
Neighbor MAC: 60d0.2c1c.1cd0
System Name: RuckusAP
Management Address: 192.168.0.3
In this example, the Management Address field displays the IP address of the connected device on port 1/1/2.
Ruckus Wireless Community
The Address Resolution Protocol (ARP) table maps IP addresses to MAC addresses. By examining the ARP table, you can identify the IP address associated with a device's MAC address.
Command Usage:
show arp
Output Example:
IP Address MAC Address Type Age Port
192.168.0.3 60d0.2c1c.1cd0 Dynamic 0 1/1/2
Here, the IP address 192.168.0.3 is associated with the MAC address 60d0.2c1c.1cd0 on port 1/1/2.
Ruckus Wireless Community
Note: For the show lldp neighbor detail command to provide IP addresses, LLDP must be enabled on both the switch and the connected devices. Additionally, the devices should support LLDP and be configured to advertise their management addresses.
[Reference: For more information on these commands and their usage, refer to the RUCKUS FastIron Command Reference Guide. , Ruckus Wireless Support, ]