显示 WAP 的无线 MAC 地址的 Cisco iOS(CLI)命令是什么?

显示 WAP 的无线 MAC 地址的 Cisco iOS(CLI)命令是什么?

我不敢相信我无法通过 teh g00glez 或 RTFMing 找到它,但是有谁知道如何从命令行显示 Cisco WAP 无线电(wifi 连接)的 MAC 地址?

show version很好地告诉我,我有 2 个无线电装置、一个快速以太网接口,甚至还给了我快速以太网接口的 MAC 地址,但这对于将这些内容与我们的无线调查记录的 MAC 地址关联起来完全没有用,因为显而易见,这些 MAC 地址是无线电装置的 MAC 地址,而不是有线连接的 MAC 地址。

如果有的话,这些是 1242 AG Aironet WAP(AIR-AP1242AG-A-K9),运行各种版本 12.x K9 iOS。

答案1

感谢聊天室里一位好心人,在我打完问题后,我找到了答案。答案显而易见show interfaces。老套的 shint。

   Hopless-WAP#sh int
   [...]
    Dot11Radio0 is up, line protocol is up
      Hardware is 802.11G Radio, address is feed.face.beef (bia beef.face.feed)
      MTU 1500 bytes, BW 54000 Kbit, DLY 1000 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 11:49:55, output 11:47:06, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/1127/0/0 (size/max/drops/flushes); Total output drops: 3611
      Queueing strategy: fifo
      Output queue: 0/30 (size/max)
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
      [...]

答案2

也许你可以尝试

show dot11 bssid

我的输出如下(配置了多个 SSID):

Interface      BSSID         Guest  SSID
Dot11Radio1   0026.ca7a.1f80  Yes  NLS-CORP-LAN
Dot11Radio1   0026.ca7a.1f81  No   NLS-TEMP1
Dot11Radio1   0026.ca7a.1f82  Yes  NLS-WEP64
Dot11Radio1   0026.ca7a.1f83  Yes  NLS-WPA-PSK
Dot11Radio0   0026.cab5.9270  Yes  NLS-CCJY
Dot11Radio0   0026.cab5.9271  Yes  NLS-CORP-LAN
Dot11Radio0   0026.cab5.9272  Yes  NLS-LEAP-TEST
Dot11Radio0   0026.cab5.9273  No   NLS-TEMP
Dot11Radio0   0026.cab5.9274  No   NLS-TEMP1
Dot11Radio0   0026.cab5.9275  Yes  NLS-WEP64
Dot11Radio0   0026.cab5.9276  Yes  NLS-WPA-PSK
Dot11Radio0   0026.cab5.9277  Yes  NLS-WPA2-AES
Dot11Radio0   0026.cab5.9278  Yes  NLS-WPA2-MIX

屏幕截图如下:

在此处输入图片描述

相关内容