Hi,
更具体地了解我的问题。
通过输入以下命令,Cisco 3550是否用作具有24个以太网端口的常规路由器
配置)#Interface FastEthernet 0 / [1 | 2..24]
config-if)#no switch port
config-if)#ip地址<ip> <subnet>(每个端口的不同子网)
或者
例如:如果我有24个系统和3个VLAN
配置)#Interface FastEthernet 0 / [1 | 2 .. 8]
config-if)#switchport访问vlan 1
Config-If)#switchport模式访问
配置)#Interface FastEthernet 0 / [9 | 10 .. 16]
Config-If)#switchport访问vlan 2
Config-If)#switchport模式访问
配置)#Interface FastEthernet 0 / [17 | 18 .. 24]
config-if)#switchport访问vlan 3
Config-If)#switchport模式访问
配置)#Interface VLAN [1 | 2 | 3]
config)#ip地址<ip> <subnet>(每个VLAN的不同)
配置)IP路由
这样,我将所有sytems所有默认网关启用到其特定的VLAN IP地址。
更好的思科3550没有WAN接口,我觉得它无法连接远程站点。因此,仅在校园网络内使用它。