❶ cisco交換機的vlan怎麼設置
交換機管理主要通過命令行完成。交換機的命令行操作模式,主要包括:用戶模式、特權模式、全局配置模式、埠模式等幾種。下面是我給大家帶來的cisco交換機的vlan設置方法,希望對您有所幫助!
步驟:
1.首先,安裝cisco packet tracer軟體,當前的版本應該是到了6點幾了,我這邊用的是6.0版本的,安裝完成之後打開該軟體,進入軟體配置主界面!
2.接著,我們以cisco交換機3560為例講述如何創建交換機的vlan。那麼下一步就是添加cisco交換機3560了:逐步點擊「交換機」分類,然後選擇cisco3560交換機,用滑鼠拖到工作區間就可以了。
3.然後,單擊Cisco交換機3560進入「CLI」界面,輸入「enable」命令進入特權配置模式。並輸入「vlan database」命令進入vlan配置模式。
4.接著,進入vlan的配置模式後,輸入命令「?」,可以查看當前模式下有哪些命令是可以使用的:
exit:退出vlan模式;
no:刪除某項vlan配置;
vlan:vlan模式下更深入的配置;
vtp:vlan下面vtp域的配置;
5.然後,我們開始為cisco交換機添加一個vlan 300,那麼直接運行命令」vlan 300「即可。
6.接著,我們執行」exit「命令退出vlan配置模式,執行命令」show vlan「在特權模式下查看cisco交換機的所有vlan信息。可以發現交換機已經添加了我們需要的vlan 300。
7.然後,vlan已經添加,但還沒有任何交換機的.介面歸屬於這個vlan,也就是說這個vlan沒有任何意義。所以,下一步就是添加一個交換機介面到這個vlan 300。
進入全局配置模式,把Fa0/1介面的模式配置為access,並歸屬於vlan 300,具體命令為:
Switch(config)#int fa0/1
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 300
8.接著,回到特權模式,執行命令」show vlan「查看當前的vlan配置信息,可以發現,介面Fa0/1已經被劃分到了vlan 300。
9.然後,就是配置vlan 300的IP地址信息了,執行命令:
Switch(config)#int vlan 300
Switch(config-if)#ip address 10.10.10.254 255.255.255.0
10.最後,在特權模式下,執行命令」show running-config「查看vlan的相關信息。到這里,整個vlan的配置過程就完成了。
拓展閱讀
1.switch(config)#interface vlan 1 進入vlan 1
2.switch(config-if)#ip address 設置IP地址
3.switch(config-if)#ip default-gateway 設置默認網關
4.switch(config)#line vty 0 4 進入虛擬終端
5.switch(config-line)#login 允許登錄
6.switch(config-line)#password xx 設置登錄口令
7.switch#exit 返回命令
8.Cisco交換機命令之控制台口令
9.switch(config)#line console 0 進入控制台口
10.switch(config-line)#login 允許登錄
11.switch(config-line)#password xx 設置登錄口令
12.switch#exit 返回命令
13.Cisco交換機命令之基本介面配置
14.switch(config)#interface f0/1 進入f0/1介面
15.switch(config-if)#plex full 配置全雙工模式
16.switch(config-if)#speed 100 配置速率
17.switch(config-if)#description to*****介面描述
18.switch(config)#ip domain-name***.com 設置或名伺服器
19.switch(config)#mac-address-table aging-time 設置mac表超時時間
20.switch#write 保存配置信息
21.switch# running-config startup-config 保存當前配置nvram
22.switch#erase startup-config 清除配置文件
23.Cisco交換機命令之交換機VLAN設置:
24.#vlan database 進入VLAN設置
25.switch(vlan)#vlan 2 建VLAN 2
26.switch(vlan)#name 名字 建VLAN 2的名稱
27.switch(vlan)#no vlan 2 刪vlan 2
注:刪除vlan時原屬於此vlan的埠處於非激活狀態,直到重新分配為止。
28.switch(config)#int f0/1 進入埠1
29.switch(config-if)#switchport mode access 當前埠工作莫試
30.switch(config-if)#switchport access vlan 2 當前埠加入vlan 2
31.switch(config-if)#switchport mode trunk 設置為干線
32.switch(config-if)#switchport trunk encapsulation dot1q 設置vlan 中繼協議
33.switch(config-if)#no switchport mode 或 ( switchport mode access) 禁用干線
34.switch(config-if)#switchport trunk allowed vlan add 1,2 ; 從Trunk中添加vlans
35.switch(config-if)#switchport trunk allowed vlan remove 1,2 ;從Trunk中刪除vlans
36.switch(config-if)#switchport trunk pruning vlan remove 1,2 ;從Trunk中關閉局部修剪
Cisco交換機命令之乙太網通道配置
1.switch(config)#interface range fasternet0/1 - 2 將fasternet0/1和0/2 口捆綁
2.switch(config-if)#channel-group 1 mode on 配置以太通道模式
3.switch(config-if)#port-channel load-balance {dst-mac | src-mac}在鏈路間實現負載均衡
4.switch#show etherchannel 1 summary 查看通道信息
5.switch#show etherchannel load-balance 查看通道信息
6.Cisco交換機命令之vtp配置
7.switch(config)#vtp domain 設置vtp域名
8.switch(config)#vtp password 設置vtp密碼
9.switch(config)#vtp mode server 設置vtp伺服器模式
10.switch(config)#vtp mode client 設置vtp客戶機模式
11switch(config)#vtp mode transparent 設置vtp 透明模式
12.switch(config)#vtp version 設置vtp版本
13.switch(config)#vtp pruning 啟用vtp修解
14.switch(config)#no vtp pruning 關閉vtp修解
注:要想從vtp中減少一台交換機只需將該交換機vtp 名更改
Cisco交換機命令之生成樹stp:
1.switch(config)#spanning-tree vlan 啟用stp生成樹(基於vlan)
2.switch(config)#spanning-tree vlan root primary 指定根交換機(基於vlan)
3.switch(config)#spanning-tree vlan root secondary 指定備用根交換機(基於vlan)
4.switch(config)#spanning-tree vlan priority 指定交換機優先順序(基於vlan)
5.switch(config)#no spanning-tree vlan priority 將交換機的優先順序恢復默認值(基於vlan)
6.switch(config-if)#spanning-tree vlan cost 指定埠成本(起用trunk的埠模式下)
7.switch(config-if)#spanning-tree vlan port-prioty 指定交換機埠優先順序(基於vlan)
8.switch(config-if)#spanning-tree portfast 配置速埠(連接終端設備的埠狀態)如pc機
9.switch(config)#spanning-tree uplinkfast 配置上行速埠
10.switch(config)#spanning-tree vlan hello-time 配置交換機hello時間(基於vlan)
11.switch(config)#spanning-tree vlan forward-time 修改轉發延遲計時器(基於vlan)
12.switch(config)#spanning-tree vlan max-time 修改最大老化時間(基於vlan)
13.switch#show spanning-tree summery 檢測vlan生成樹配置
14.switch#show spanning-tree vlan detail 瀏覽詳細生成樹配置信息
15.switch#show spanning-tree interface detail 瀏覽詳細生成樹埠配置信息
16.Cisco交換機命令之交換機顯示命令:
17.switch#show vtp status 查看vtp配置信息
18.switch#show running-config 查看當前配置信息
19.switch#show vlan 查看vlan配置信息
20.switch#show interface 查看埠信息
21.switch#show int f0/0 查看指定埠信息
22.switch#dir flash: 查看快閃記憶體
23.switch#show version 查看當前版本信息
24.switch#show mac-address-table aging-time 查看mac超時時間
25.switch#show cdp cisco設備發現協議 (可以查看聆接設備)
26.switch#show cdp traffic 杳看接收和發送的cdp包統計信息
27.switch#show cdp neighbors 查看與該設備相鄰的cisco設備
28.switch#show interface f0/1 switchport 查看有關switchport的配置
29switch#show cdp neighbors 查看與該設備相鄰的cisco設備
❷ cisco 7200 vlan配置命令
cisco交換機vlan配置命令:
1、將電腦用TELNET或CONSOLE線連接交換機。
2、輸入交換機的用戶名、密碼並登陸。
3、進入交換機後:
switch>enable
switch#c onfigure terminal
switch(conf)#hostnameaptch2950
aptech2950(conf)#interface vlan 1
aptech2950(conf-if)#ipaddress 192.168.1.1 255.255.255.0 配置交換機埠ip和子網掩碼
aptech2950(conf-if)#noshut 是配置處於運行中
aptech2950(conf-if)#exit
aptech2950(conf)#ipdefault-gateway 192.168.254 設置網關地址
❸ 求:思科3640交換機查看vlan命令和配置命令和配置乙太網介面命令.
1、查看vlan命令:
Switch#show vlan#查看vlan資料庫,vlan信息和所屬介面
2、配置VLAN命令(交換機配置VLAN,並給將埠加入到該VLAN為例):
cisco-sw1(config)#vlan 2
cisco-sw1(config-vlan)#name test
cisco-sw1(config-vlan)#exit
cisco-sw1(config)#interface fastEthernet 0/1
cisco-sw1(config-if)#switchport mode access
cisco-sw1(config-if)#switchport access vlan 2
(3)ciscovlan命令擴展閱讀:
思科交換機其他查看和配置命令:
1、Switch#show running-config#查看運行配置,可以通過回車鍵逐行顯示,也可通過空格鍵逐頁顯示
2、Switch#show version#查看設備軟體版本信息
3、Switch#show clock#查看系統時鍾也可用於查看log日誌後對應時鍾分析異常log的發起時間
4、Switch#show log#查看日誌,如介面異常關閉,鏈路的通斷,主備機切換
5、Switch#show interface#查看介面詳細狀態,如IP地址、MAC地址、帶寬負載及輸入輸出速率等
6、Switch#show interface description#快速查看介面連接狀態與描述
7、Switch#show interface status#快速查看介面狀態及所屬vlan及速率雙工
8、Switch#show cdp neighbor#查看CDP鄰居,CDP協議屬於思科私有協議,只能用於查看思科設備,可以查看設備的物理鏈路狀態和連接介面管理地址
9、Switch#show mac-addess-table [dynamic]#查看交換機的MAC地址,括弧裡面是可選項
❹ 思科刪除VLAN的命令是什麼
1、首先通過console口或telnet連接三層交換機,進入用戶模式」<Sw>「,如圖所示:
❺ 思科交換機常用命令匯總1-乙太網和vlan
1. 乙太網
1. 介面MTU和ip MTU
Switch(config-if)#mtu 1500
Switch(config-if)#ip mtu 1500
Switch#sh int s1/0
Switch#sh ip int s1/0
2. 管理MAC表
48位,點分十六進製表示
Switch#show mac address-table
Switch#clear mac address-table
Switch(config)#mac address-table static aaaa.bbbb.cccc vlan 10 interface e0/0
2. 二層交換
1. Protected port
Switch(config-if)#switchport protected
2. Native Vlan
Switch(config-if)#switchport trunk native vlan 10
Switch(config)#vlan dot1q tag native
配置對native vlan也打標簽
Vlan范圍:(dot1q)
3. Trunk配置
ISL:支持1-1005個vlan編號
DOT1Q:支持1-4094個vlan編號
Switch(config-if)#switchport mode access
將介面設置為access模式
Switch(config-if)#switchport trunk encapsulation {dot1q | ISL | negotiate }
Switch(config-if)#switchport mode {auto | desirable |trunk}
Switch#show interface f0/8 switchport
將介面設置為DTP動態協商,可auto或desirable
Switch(config-if)#switchport nonegotiate
將介面設置為nonegotiate,不發送DTP幀,如果配置為非協商,那麼必須手工配置介面模式為access或trunk
Switch(config-if)#switchport mode dynamic [auto | desirable]
配置介面為協商模式
Switch#show interface trunk 查看trunk狀態
Switch#show interfaces fa0/0 switchport 查看介面二層trunk信息
Switch(config-if)#switchport trunk allowed vlan {WORD | add | all | except | none | remove}
Switch1(config-if)#switchport trunk allowed vlan ?
WORD VLAN IDs of the allowed VLANs when this port is in trunking mode
add add VLANs to the current list
all all VLANs
except all VLANs except the following
none no VLANs
remove remove VLANs from the current list
Switch(config-if)#switchport trunk allowed vlan remove 20
Switch#show interface f0/8 switchport
查看介面trunk/vlan/private-vlan信息
4. VTP
1. VTP配置
Switch1(config)#vtp domain cisco
Switch1(config)#vtp mode {server | client |transparent}
Switch1(config)#vtp password 123456
Switch1#sh vtp password
2. VTP pruning
Switch1#sh vtp status
3. 查看trunk及allowed vlan狀態
Switch1#sh int trunk
4. VTP pruning
Switch2(config)#vtp pruning
開啟VTP修剪
Switch1#sh vtp status
查看VTP狀態
5. 私有VLAN(PVLAN)
1. 創建主VLAN:
Vlan 100
Private-vlan primary
2. 創建輔助VLAN
Vlan 101
Private-vlan community
Vlan 102
Private-vlan ioslate
3. 配置主VLAN,將二層輔助VLAN關聯到主VLAN
Vlan 100
Private-vlan association 101,102
4. 將輔助VLAN映射到主VLAN的SVI介面,從而允許PVLAN入口流量的三層交換。
Interface vlan 100
Private-vlan mapping add 101,102
5. 配置介面
Interface f0/1
Switchport mode private-vlan host
Switchport private-vlan host-association 100 101 //關聯主VLAN和輔助VLAN到介面
Interface f0/2
Switchport mode private-vlan host
Switchport mode private-vlan host-association 100 102
主機介面配置
Interface f0/3
Switchport mode private-vlan promiscuous
Switchport private-vlan mapping add 100 101 //將埠映射到PLAN
混雜埠配置
6. 查看及驗證
Show pvlan mapping
PLAN配置示例
Sw(config)#vtp transparent
Sw(config)#vlan 201
Sw(config-vlan)#private-vlan isolated
Sw(config)#vlan 202
Sw(config-vlan)#private-vlan community
Sw(config)#vlan 100
Sw(config-vlan)#private-vlan primary
Sw(config-vlan)#private-vlan association 201,202
!
Sw(config)#interface fa0/24
Sw(config-if)#switchport mode private-vlan promiscuous
Sw(config-if)#switchport mode private-vlan mapping 100 201,202
Sw(config)#interface range fa 0/1 - 2
Sw(config-if)#switchport mode private-vlan host
Sw(config-if)#switchport private-vlan host-association 100 202
Sw(config)#interface range fa 0/3 - 4
Sw(config-if)#switchport mode private-vlan host
Sw(config-if)#switchport private-vlan host-association 100 201
❻ 思科刪除VLAN的命令是什麼
思科刪除VLAN是no VLAN,具體操作步驟如下:
1、首先需要先拖動四個終端設備,和一台交換機。
❼ Cisco交換機VLAN與TRUNK鏈路配置命令
你還在為Cisco交換機VLAN與TRUNK鏈路配置命令而煩惱么?不用擔心,接下來是我為大家收集的Cisco交換機VLAN與TRUNK鏈路配置命令,歡迎大家閱讀:
Cisco交換機VLAN與TRUNK鏈路配置命令的方法
在2950系列交換機上配置VLAN
(1)使用vlan database命令進入VLAN配置模式
C2950A#vlan database
(2)創建VLAN
C2950A(vlan)#vlan 2
(3)劃分VLAN(將交換機的2-14,23埠劃入VLAN 2)
C2950(config)#interface range f0/2-14
C2950(config-if-range)#switchport mode access
C2950(config-if-range)#switchport access vlan 2
C2950(config)#interface f0/3
C2950(config-if)#switchport mode access
C2950(config-if)#switchport access vlan 2
(4)查看vlan信息
C2950#show vlan
(5) 刪除配置(刪除VLAN 100下的埠)
C2950(config)#interface range f0/2-14
C2950(config-if-range)#no switchport access vlan 2
配置Trunk的過程:
(1) 選擇需要的介面,進入介面配置模式
Switch(config)# interface f0/24
(2) 在介面配置模式下直接配置中繼
Switch (config-if)#switchport mode trunk
(3) 添加VLAN(VID)
Switch (config-if)#switchport trunk allowed vlan all
看了“Cisco交換機VLAN與TRUNK鏈路配置命令”還想看:
1. 思科交換機配置命令教程
2. 2015年網路工程師學習筆記:交換機及其配置
3. cisco交換機怎麼配置vlan與trunk
4. 思科交換機配置教程詳解
5. 交換機如何配置vlan及turnk口
6. h3c交換機配置命令詳細解釋
7. 華為交換機配置的命令有哪些
❽ cisco交換機 用什麼命令把埠從vlan中刪除
1、把埠從vlan中刪除的命令:
#vlan database
#no vlan [vlan號]
#apply
2、如果vlan中配置介面,要先刪除Vlan中的介面,否則會刪除不幹凈,輸入「int f0/1」進入介面,再輸入「no switchport access vlan 20」刪除介面上的Vlan,如果有多個介面上配置了該Vlan,需要每個都刪除。
switch(config)#int range f0/1 - 5
switch(config-if)#no switchport access vlan 2
switch(config-if)#exit
(8)ciscovlan命令擴展閱讀:
VLAN配置命令:
1、全局配置模式下創建vlan命令:
Switch(config)#vlan 2
Switch(config)#name v2
Switch(config)#mtu 數值
Switch(config)#end
2、Vlan資料庫下創建vlan命令:
Switch#vlan database
Switch#vlan 2 name v2
Switch#vlan 2 mut 數值
Switch#exit
3、全局配置模式下刪除vlan命令:
Switch(config)#no vlan 2
Switch(config)#end
4、Vlan資料庫下刪除vlan命令:
Switch#no vlan 2 name v2
Switch#exit
Switch(config-if)#end