A. 華為交換機管理vlan怎麼刪除
需要准備的工具:華為手機。
1、蠢派以華為P10手機為例,首先在進入用戶模式下,輸入system-view進入配置模式。
B. 華為交換機2326如何刪除port link-type trunk,用undo port link-type 不行,
原因是access模式只能通過預設vlan,但現在是trunk模式,你應該是允許了所有vlan通過,所以此時需要undo掉允許通過所有vlan這條命令,然後再重新只允許通過預設vlan即可解決:
首先,在介面視圖下:undoporttrunkallow-passvlanall//取消允許所有vlan通過
然後:porttrunkallow-passvlan1//設置只允許預設vlan(vlan1)通過,現在就可以:portlink-typeaccess了。
C. 求問華為交換機刪除埠配置是什麼命令
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
顯示乙太網鏡像埠設置