|
From: Bill F. <fe...@gm...> - 2010-01-11 16:29:32
|
BTW, this is what this looks like for a Cisco 1252 access point:
select device_port.ip, device_port.port, device_module.description,
device_module.type from device_port, device_module where
device_port.ip = device_module.ip and device_port.port =
device_module.port;
ip | port | description | type
-------------+------------------+-----------------------+----------------
172.18.0.35 | Dot11Radio1 | 802.11N 5Ghz Radio | cevPortUnknown
172.18.0.35 | Dot11Radio0 | 802.11N 2.4Ghz Radio | cevPortUnknown
172.18.0.35 | GigabitEthernet0 | PowerPC 8349 Ethernet | cevPortGEIP
Bill
|