㈠ 華為路由器如何清除埠配置
,,按路由器的「復位」按鈕,將原設置參數還原到工廠默認值後,進入路由器設置界面,重新配置路由器參數。
㈡ ensp怎麼刪除trunk介面
1、埠模式為trunk。
2、命令為undoporttrunkallow-passvlan。
3、輸入命令即可刪除trunk介面。TRUNK是埠匯聚的意思,就是通過配置軟體的設置,將2個或多個物理埠組合在一起成為一條邏輯的路徑從而增加在交換機和網路節點之間的帶寬,將屬於這幾個埠的帶寬合並,給埠提供一個幾倍於獨立埠的獨享的高帶寬。
㈢ 華為路由器AR2240-S,怎麼清除介面下 traffic-policy p1 inbound這條配置如下代碼
你把那個要清除的復制一下,前面加個undo就行來,有的是不需要inbound或者名稱,多試2次就好來,這個應該是需要全部都敲進去的,因為有2個方向:undo traffic-policy p1 inbound
㈣ 華為交換機的基本配置命令
華為交換機的常用命令:
進入系統視圖——sy
交換機命名——sysname huawei
返回上一級——quit(q)
直接返回視圖——return(ret)
保存配置——save(sa)
重啟設備——reboot
查看配置——display current-configuration(dis cur)
查看VLAN——dis vlan
查看埠——dis int g0/0/1
新建VLAN——vlan 100
刪除vlan——undo vlan 100
進入vlan——int vlan 100
將埠放入vlan——port g0/0/1
刪除vlan中的埠——undo port g0/0/1
配置vlan管理地址——ip address
進入埠——int g0/0/1
設置埠為access模式——port link-type access
將埠放入vlan中——port default vlan 100
設置埠為trunk模式——port link-type trunk
刪除埠配置——undo port link-type
擦除舊的配置文件——reset saved-configuration
配置telnet遠程(其中一種)aaa
開啟telnet服務——telnet server enable
限制用戶數量登陸——user-interface vty 0 4(0.1.2.3.4共五個用戶)
設置認證模式——authenticatioon-mode aaa
quit
進入aaa認證模式——aaa
設置登陸用戶和密碼——local-user admin pass simple huawei123(telnet名稱admin,密碼huawei123)
設置遠程用戶服務類型——local-user admin service-type telnet
設置遠程用戶級別——local-user admin privilege level 3
quit
save
㈤ 華為交換機怎麼取消埠配置命令
reset counters interface [埠號]
clear configuration interface [埠號]
shutdown ——需要注意,執行完命令後,介面會被shutdown,配置的時候注意手動通過undo shutdown打開!
㈥ 求問華為交換機刪除埠配置是什麼命令
monitor-port
{
interface-type
interface-num
|
interface-name
}
配置乙太網鏡像埠
undo
monitor-port
{
interface-type
interface-num
|
interface-name
}
刪除乙太網鏡像埠
在沒有配置鏡像埠時,配置被鏡像埠不能成功。同時,在存在被鏡像埠時,刪除鏡像埠不能成功。指定的鏡像埠不能為匯聚埠和trunk埠,當新的鏡像埠設置後,原有的鏡像埠被自動取消,被鏡像埠沒有變化。
port
mirror
{
interface_type
interface_
num
|
interface_name
}
[
to
{
interface_type
interface_
num
|
interface_name
}
]
配置乙太網被埠鏡像
undo
port
mirror
{
interface_type
interface_
num
|
interface_name
}
[
to
{
interface_type
interface_
num
|
interface_name
}
]
刪除乙太網埠被鏡像埠
=========以下兩條命令等同於上面兩條命令=====================
port
mirror
interface_list1
observing-port
{
interface_type
interface_
num
|
interface_name
}
配置乙太網鏡像埠和被鏡像埠
undo
port
mirror
interface_list1
observing-port
{
interface_type
interface_
num
|
interface_name
}
刪除乙太網鏡像埠和被鏡像埠
display
mirror
顯示乙太網鏡像埠設置