cisco交換機怎麼刪除埠聚合命令

2021-03-04 06:24:04 字數 5262 閱讀 7300

1樓:

你直接把虛擬介面刪除,然後在把埠劃到相應的介面。直接 no int port-channel 1。inte***ce range f0/1-2 ,設定相應的屬性、。

2樓:匿名使用者

switch(config)#inte***ce gi0/1 進入埠

switch(config-if)no channel-group 1 把這個埠從聚合當中刪除

3樓:匿名使用者

幾乎所有的配置命令用no方式都可以刪除,如果你覺得一個個輸入慢,你可以先將命令寫好,再copy 貼上進配置視窗,自會按順序一一執行,當然你要保證命令是對的。

4樓:我

能不能給我看看 是什麼命令?

如何清除cisco的埠配置資訊

5樓:雪v歌

在特權模式下使用命令sh int 介面號 檢視介面的ip地址,命令為router#sh int 介面號

進入該介面模式,刪除ip地址,命令如下:router(config)# int 介面號

在介面狀態下刪除ip地址,命令如下:router(config-if)#no  ip add ip地址

6樓:匿名使用者

default int 埠

7樓:匿名使用者

default inte***ce 介面

怎樣清除cisco交換機中介面的配置資訊,用那條命令

8樓:匿名使用者

如果是刪除vlan。。必須要刪除vlan.dat檔案才可以,如果是交換機介面配置。。。不知道樓主說的啥配置,有的直接加no就可以了有的不同

9樓:匿名使用者

在介面下,要刪除哪條命令就在哪條命令之前加no.

10樓:匿名使用者

default int x/x

cisco交換機埠聚合口怎麼配置

11樓:匿名使用者

配置命令參考(聚合埠為三層介面,直接配置ip地址):

switch#conf t

switch(config)#int port-channel 1  進邏輯通道1

switch(config-if)#no switchport   定義為三層介面(預設是二層口)

switch(config-if)#ip address 1.1.1.1 255.0.0.0 新增通道ip

switch(config-if)#exi

switch(config)#int range g0/1 -2 進入介面g0/1-2

switch(config-if-range)#no ip address 去掉介面ip

switch(config-if-range)#channel-group 1 mode on (配置上聚合埠)

配置命令參考(聚合埠為trunk):

switch#conf t

switch(config)#int port-channel 1  進邏輯通道1

switch(config-if)#acc m trunk  定義為三層介面(預設是二層口)

switch(config-if)#exi

switch(config)#int range g0/1 -2 進入介面g0/1-2

switch(config-if-range)#channel-group 1 mode on (配置上聚合埠)

思科交換機關閉埠命令

12樓:匿名使用者

思科交換機埠命令開關如下:

config# int port 15

# shut down

這條命令就是 關閉15埠

config# int port 15

# no shut down

這條命令就是 開啟15埠

以此類推。

如果向遠端管理建議配置交換機管理ip

vlan 1

ip add ***.***.***.

******表示ip 如果公網ip必須使用合法有效ip 內網的話,使用192.168.1.

2 就可以。但是要注意不能和內網使用者電腦ip地址衝突。

13樓:匿名使用者

config# int 「埠號」

# shut down

14樓:匿名使用者

簡寫也行,router(config-if)#shut(關)

router(config-if)#no shut(開)

15樓:匿名使用者

開啟的命令是「noshutdow」

關閉的命令是「shutdown」

16樓:匿名使用者

(config-if)#shutdown

17樓:匿名使用者

shutdown 埠名得進特權模式哦.~~

思科交換機命令(如何加入和刪除打trunk口的vlan)

18樓:大方湯圓

交換機可以設定中繼埠允許的vlan。具體**如下:

(1)定義埠f0/1(選擇要設定的埠):intf0/1

(2)將埠設定為中繼埠,並設定允許的vlan(選擇要設定的vlanid):swtrunkallowvaln10,20,30

(3)結束,返回特權模式:結束

交換機可以通過中繼埠取消允許的vlan。具體**如下:

(1)定義埠f0/1(選擇要設定的埠):intf0/1

(2)將埠設定為中繼埠,取消允許的vlan(選擇要設定的vlanid):swtrunkdeallowvaln10,20,30

(3)結束,返回特權模式:結束

擴充套件資料:

不同系列交換機設定vlan命令有所不同,功能不同,根據需要選擇。

交換機系列:

(1)1900系列:1924

(2)2900系列:2924、2924m

(3)2950系列:2950-24、2950g-24/48、2950c-24、2950t-24、2950sx-24/48

(4)2960系列:2960-24/48tt-l、296024/48tc-l

(5)3500系列:3508g、3524、3548

(6)3550系列:3550-24-**i/emi、3550-48-**i/emi、3550-12g/t

(7)3560系列:3560-24/48也有帶g的

(8)3750系列:3750-24/48-ts-s、3750-24/48-ts-e3750g-24/48-ts-s、3750g-24/48-ts-e、3750g-12s

(9)4000系列:4003、4006

(10)4500系列:4503、4506、4507r

(11)6000系列:6006、6009

(12)6500系列:6506、6509、6513

19樓:匿名使用者

樓上的寫的什麼啊 - - 我看得莫名其妙

ws3750g(config)#inte***ce gigabitether*** 1/0/24

ws3750g(config-if)#switchport mode trunk

ws3750g(config-if)#no switchport trunk allowed vlan add 2032

首先指出你的錯誤

ws3750g(config-if)#no switchport trunk allowed vlan add (這個不應該是 add 而是 all 或者是 vlan 的id)2032

還有 想刪除它 並不是這樣寫的

而是把他該成原先的模式

ws3750g(config-if)#switchport mode access 這樣就行了

加入你應該也會了吧

ws3750g(config-if)#inte***ce gigabitether*** 1/0/24

ws3750g(config-if)#switchport mode trunk

ws3750g(config-if)#switchport trunk allowed vlan 12,13

20樓:

很簡單的.

這麼簡單的問題, 100分啊, 看得我眼紅哦. 呵呵.

加入埠到某個vlan

inter vlan 10

port e 1/0/1 //加入埠

如果要從某個vlan中刪除某個埠,

inter vlan 10

undo port e 1/0/1 //用undo命令就可以了.

如果要把trunk口刪掉. 則要先改埠為非trunk比如,

inter e 1/0/1

undo port link-type trunkundo port trunk per vlan all明白了吧???

思科交換機如何把vlan裡的埠刪掉

21樓:壹米船長

enconf t

int f0/1

no switport access vlan 2

進入要刪除的埠,然後no switchport access vlan 2(埠所在的vlan)

switch>en

switch#conf t

enter configuration ***mands, one per line. end with **tl/z.

switch(config)#int f0/1

switch(config-if)#no swi

switch(config-if)#no switchport ac

switch(config-if)#no switchport access vla

switch(config-if)#no switchport access vlan 200

22樓:time小嚴嚴

進去埠,然後把vlan no掉就好

23樓:匿名使用者

switch(config-if)#no switchport access vlan 2 前面加 no 就好了

cisco交換機中怎麼查詢埠的

二層交換機中只能通過show mac add include 埠名 如 show mac add in fa0 1 獲取該介面的mac 需要再到中心交換機上show ip arp include mac地址 就可以了 ps 如果是老的交換機,如catalyst 3548這類,show mac add...

思科交換機如何檢視埠,思科交換機怎麼檢視IP地址對應的埠

要看概要,一般會使用這個命令 show ip int bri 可以很快檢視到埠的啟用狀態回 很簡潔的命令 要檢視詳細信答息,可以使用 show int fa0 1 或者是 show run 都可以 使用最多的就是 show ip int bri 和show run 以及 show int fa0 1...

cisco 3750交換機做堆疊,每個交換機有光口,能不能把這光口做聚合 讓口達到頻寬相加 怎麼做

可以的,在兩邊都建立channel,port channel 1sw mode trunk sw en dot1q 然後把兩邊的光口都加到channel裡面,int ra int g 0 1 4 sw mode trunk channel group 1 mo on不會環路的,做了channel4個...