cisco 3560交换机 如何启动路由口 把3560当成路由器使用?

2024-11-22 15:31:23
推荐回答(3个)
回答1:

你好,首先要在全局配置模式下输入 ip routing
然后在相应接口下配置no switchport即可
这时候就变成了一台路由器,可以给接口配置ip

这是我在3560上的操作:
Switch>
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#ip routing
Switch(config)#do sh ip int b
Interface IP-Address OK? Method Status Protocol

FastEthernet0/1 unassigned YES manual down down

。。。

Switch(config)#inter f0/1
Switch(config-if)#no switchport
Switch(config-if)#ip add 1.1.1.1 255.255.255.0
Switch(config-if)#no shut
Switch(config-if)#do sh ip int b
Interface IP-Address OK? Method Status Protocol

FastEthernet0/1 1.1.1.1 YES manual down down

希望能帮到你!

回答2:

ip routing 后在接口下 no switchport 然后设置ip地址

回答3:

ip routing