好的,我目前正在设置Cisco 1941W和Cisco 1130AG接入点,接入点直接插入到1941W Ge 0/1
我已经configuration它们都到目前为止,一切工作正常,我可以连接到1130或1941就好了,直到我重新启动后的1941W重启后,我不能ping通接入点和任何无线客户端使用接入点无论等待多久,都无法访问networking,无线客户端仍然可以ping通访问点,但不能再访问networking。
为了让连接到1130的客户端再次运行networking访问,我必须从1941年的Ge 0/1上拔下接入点,然后重新插入,networking访问将返回给所有访问点客户端。 请参阅下面的诊断。 我仍在学习思科工具包,并假设有可以解决这个问题的命令,但我的谷歌福正在让我失望。 任何人都可以解释为什么拔掉和重新插入接入点回到我的问题。 我会补充说, Ge 0/1接口总是显示出来。
router#ping 192.168.1.11 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.11, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms ! !REBOOT ROUTER ! router#ping 192.168.1.11 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.11, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) ! !Unplug wireless access point ethernet cable ! *Aug 7 08:48:07.911: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to down *Aug 7 08:48:08.911: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to down ! !Replug wireless access point ethernet cable ! *Aug 7 08:49:02.911: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to up *Aug 7 08:49:03.911: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up ! !Ping again ! router#ping 192.168.1.11 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.11, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
尝试禁用速度/双工自动协商。
最好的办法是将速度设置为100,并将双工设置为两个设备上的连接端口。
即:
conf t int gig 0/1 speed 100 duplex full