迈普POE交换机配置脚本
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Switch>enable //用户配置模式进入特权用户配置模式Switch#
Switch#config //从特权用户配置模式进入到全局配置模式
Switch(config)#vlan 1401 //首先创建要使用的vlan,以1401为例Switch(Config-Vlan100)#exit
Switch(config)#
Switch(config)#interface ethernet 0/1/1 光口
Switch(Config-If-Ethernet0/0/9)#switchport mode trunk
Switch(Config-If-Ethernet0/0/9)#switchport trunk allowed vlan 1401
Switch(Config-If-Ethernet0/0/9)#exit
Switch(config)#
Switch(config)#interface ethernet 0/0/1 电口
Switch(Config-If-Ethernet0/0/1)#switchport mode access
Switch(Config-If-Ethernet0/0/1)#switchport default vlan 1401
Switch(Config-If-Ethernet0/0/1)#exit
Switch(config)#
Switch(config)#power inline enable //全局供电状态打开
Switch(config)#exit
Switch#write //保存配置
如果大量数据配置错误,可采用下面的恢复出厂设置方法:Switch#set default
Are you sure? [Y/N] = y
Switch#write
Switch#reload