(M4300-28G-PoE+) #vlan database //进入VLAN配置
(M4300-28G-PoE+) (Vlan)#vlan 10 //添加VLAN 10
(M4300-28G-PoE+) (Vlan)#vlan routing 10 //启用VLAN 10的路由
(M4300-28G-PoE+) (Vlan)#vlan 20 //添加VLAN 20
(M4300-28G-PoE+) (Vlan)#vlan routing 20 //启用VLAN 20的路由
(M4300-28G-PoE+) (Vlan)#exit //退出VLAN配置模式
(M4300-28G-PoE+) #configure //进入全局模式
(M4300-28G-PoE+) (Config)#interface 1/0/3-1/0/4 //进入端口3和4的配置模式
(M4300-28G-PoE+) (Interface 1/0/3-1/0/4)#vlan participation include 10 //配置成U模式
(M4300-28G-PoE+) (Interface 1/0/3-1/0/4)#vlan pvid 10 //PVID改成10
(M4300-28G-PoE+) (Interface 1/0/3-1/0/4)#vlan participation exclude 1 //将VLAN 1删除
(M4300-28G-PoE+) (Interface 1/0/3-1/0/4)#exit //退出端口3和4的配置模式
(M4300-28G-PoE+) (Config)#interface 1/0/5-1/0/6 //进入端口5和6的配置模式
(M4300-28G-PoE+) (Interface 1/0/5-1/0/6)#vlan participation include 20 //配置成U模式
(M4300-28G-PoE+) (Interface 1/0/5-1/0/6)#vlan pvid 20 //PVID改成20
(M4300-28G-PoE+) (Interface 1/0/5-1/0/6)#vlan participation exclude 1 //将VLAN 1删除
(M4300-28G-PoE+) (Interface 1/0/5-1/0/6)#exit //退出端口5和6的配置模式
(M4300-28G-PoE+) (Config)#interface vlan 10 //进入VLAN 10的虚接口模式
(M4300-28G-PoE+) (Interface vlan 10)#ip address 10.0.0.1 255.255.255.0 //为VLAN 10配置虚IP
(M4300-28G-PoE+) (Interface vlan 10)#exit //退出VLAN 10的虚接口模式
(M4300-28G-PoE+) (Config)#interface vlan 20 //进入VLAN 20的虚接口模式
(M4300-28G-PoE+) (Interface vlan 20)#ip address 20.0.0.1 255.255.255.0 //为VLAN 20配置虚IP
(M4300-28G-PoE+) (Interface vlan 20)#exit //退出VLAN 20的虚接口模式
(M4300-28G-PoE+) (Config)#exit //退出全局模式
(M4300-28G-PoE+) #save //保存所有配置,按y确认 |