%无效的接口types和编号

我试图从Cisco CCENT书籍中应用2811路由器使用VLAN的scheme。 我已经在Packet Tracer中的书中应用了这个networking。

这里是本书中的部分,接下来是我的实现和我得到的错误。

//book example Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname Corp Corp(config)#enable secret myPassword Corp(config)#interface vlan 1 Corp(config-if)#description myDescriptionIsAwesome1 Corp(config-if)#ip address 10.1.1.1 255.255.255.0 Corp(config-if)#no shutdown Corp(config-if)#int f1/0 Corp(config-if)#description myDescriptionIsAwesome2 Corp(config-if)#no shutdown Corp(config-if)#int f1/1 Corp(config-if)#description myDescriptionIsAwesome3 Corp(config-if)#no shut //my implementation in Packet Tracer Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname Corp Corp(config)#enable secret myPassword Corp(config)#interface vlan 1 Corp(config-if)#description myDescriptionIsAwesome1 Corp(config-if)#ip address 10.1.1.1 255.255.255.0 Corp(config-if)#no shutdown Corp(config-if)# %LINK-5-CHANGED: Interface Vlan1, changed state to up int f1/0 %Invalid interface type and number Corp(config)# 

我得到了%Invalid interface type and number错误。 可能是什么原因? 将数据包添加到数据包跟踪器工作空间后,是否应添加到路由器中? 而且,一旦设置了路由器,我该如何创build虚拟交换机呢? 是通过GUI还是自动完成?

为了使其工作,您需要从物理模块添加HWIC-4ESW模块。 然后使用sh int来查看哪些接口被命名。

其描述如下:HWIC-4ESW提供四个交换端口。