交换机专题 [必读]( 三 )


msfc(config if)# ip address 10.1.1.254 255.255.255.0 #设置IP地址、子网掩码
no shutdown #启用端口
interface Vlan2 #对每个VLAN重复配置过程
ip address 10.1.2.254 255.255.255.0
no shutdown
msfc(config if)# exit
msfc(config)# exit
msfc# write ( 或 copy running-config startup-config ) 保存配置信息
msfc# exit 退出
msfc> exit 退出

推荐阅读