Hi Visconti,
if supported, you can query the
Node Alias table, see e.g.
How to track down an IP address using Node Alias and
Compass search on XoS devices does not show any node alias data. This is proprietary feature of Extreme Networks switches.
There is no standardized way to get the information you seek just by querying the (layer 2) switch, because the (layer 2) switch uses MAC addresses,
not IP addresses.
In general, you can query a
different device, the
router, for the IP address used with the MAC address of the end-system (computer connected to the
other device, the switch), i.e. the ARP table. In general, MAC and IP address information come from different devices. Sometimes the functions of both router and switch are combined in one device, a layer 3 switch. You always need to query two tables, the FDB for MAC address and port information, and the ARP table for IP to MAC address mapping. You then need to take the two entries (one from each table) for the MAC address of the computer and combine them.
Compass search queries different devices for you, so that you will see the answer in two table rows, if only FDB (MAC and port) and ARP (MAC and IP) data is available (you can get the complete answer in one row if the
Node Alias table is supported by the switch).
ExtremeControl even correlates information from different sources and keeps it in a data base you can easily query.
If you want to do this yourself without using existing tools, you have to
correlate the information from different devices, thus it does not suffice to add fixed table entries to a
FlexView.
Thanks,
Erik