華為交換機s5700如何關閉配置成功命令?
華為交換機端口恢復默認配置的命令是:
clear config interface 接口號。
在系統(tǒng)視圖下執(zhí)行clea rconfiguration interface即可,舉例如下:
[Quidway] clear configuration interface gigabitethernet 1/0/1
Warning: All configurations of the interface will be cleared, and its state will be shutdown. Continue?
[Y/N] :y... Info: Total execute 5 command(s), 5 successful, 0 failed.
——這里會提示總共清除了接口下的5條配置
[Quidway] interface gigabitethernet 1/0/1
[Quidway-GigabitEthernet1/0/1] display this
#
interface GigabitEthernet1/0/1shutdown
——需要注意,執(zhí)行完命令后,接口會被shutdown,配置的時候注意手動通過undo shutdown打開
#
在交換機的V200R001C00SPC300與VI00R006C03開始支持的,一鍵清除接口配置,從此再也不用一條條去清理了。
[switch]interface g0/0/1 //如果是33系列以下,則是interface ethernet0/0/1
[switch-interface g0/0/1]display this //查看當前端口類型,是access,hybrid還是trunk,如果查不到,就說明它是默認端口類型,S23&33&53系列的交換機默認端口類型是hybird
如果接口有類似:
1. port link-type access 或者 port default vlan 2 //vlan 2是示例
刪除辦法:undo port default vlan 2
2. port link type hybird 或者 port hybrid tagged vlan 2 5 或者port hybrid untagged vlan 3 6等
刪除辦法:undo port hybrid tagged vlan 2 5 或者undo port hybrid untagged vlan 3 6
3. port link type trunk 或者 port trunk alloc-pass vlan 2 4 6 等
刪除辦法:undo port trunk alloc-pass vlan 2 4 6