Hop*_*00b 3 cisco command-line-interface ios mac-address
我不敢相信我无法通过 g00glez 或 RTFMing 找到它,但是有谁知道如何从命令行显示 Cisco WAP 无线电(wifi 连接)的 MAC 地址?
show version
很好地告诉我,我有 2 个无线电,一个 FastEthernet 接口,甚至给了我 FastEthernet 接口的 MAC 地址,但这对于将这些东西与我们的无线调查记录的 MAC 地址相关联是完全没用的,对于显而易见的原因,有无线电的 MAC 地址,而不是有线连接。
AIR-AP1242AG-A-K9
万一这很重要,这些是 1242 个 AG Aironet WAP ( ),运行各种版本 12.x K9 iOSes。
感谢聊天中的一只漂亮袜子,我在输入问题后找到了答案。令人痛苦的显而易见的答案是show interfaces
。不错的小贴士。
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
[...]
Run Code Online (Sandbox Code Playgroud)