Cisco Aironet 1200 FastEthernet 连接问题

网络工程 思科
2022-02-04 13:33:00

我正在尝试使用 FastEthernet0 连接到我的路由器。

我做了以下命令:

conf t
int f0
ip addr 10.0.0.1 255.255.255.0
no shut

我得到了以下配置:

ap#sh ip interface brief
Interface                  IP-Address      OK? Method Status                Protocol
BVI1                       unassigned      YES DHCP   up                    up
Dot11Radio0                unassigned      YES unset  administratively down down
Dot11Radio1                unassigned      YES unset  administratively down down
FastEthernet0              10.0.0.1        YES manual up                    up

我还在 Windows 上创建了一个手动局域网连接:

IP: 10.0.0.10
Mask: 255.255.255.0
Gateway: 10.0.0.1

但我无法连接到我的路由器:\

1个回答

该地址位于 BVI1,而不是 fa0。是网桥,不是路由器。

我不知道为什么思科甚至允许你输入这样的配置。您也无法取消桥接接口;你可以输入命令,它只是不起作用。