你好,首先要在全局配置模式下输入 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
希望能帮到你!
ip routing 后在接口下 no switchport 然后设置ip地址
ip routing