自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

基礎(chǔ)配置:cisco交換機(jī)配置vlan(3)

網(wǎng)絡(luò) 路由交換
VLAN是為解決以太網(wǎng)的廣播問(wèn)題和安全性而提出的一種協(xié)議,它在以太網(wǎng)幀的基礎(chǔ)上增加了VLAN頭,用VLAN ID把用戶劃分為更小的工作組,限制不同工作組間的用戶互訪,每個(gè)工作組就是一個(gè)虛擬局域網(wǎng)。虛擬局域網(wǎng)的好處是可以限制廣播范圍,并能夠形成虛擬工作組,動(dòng)態(tài)管理網(wǎng)絡(luò)。

 

如何作端口聚合—Trunk聯(lián)接

如果要配置二臺(tái)6509之間的Trunk聯(lián)接,首先將二6509用千兆光纖相聯(lián)好,然后分別配置二相聯(lián)端口的trunk,可以是只用一雙光纖,或用二對(duì)光纖做port channel,配置如下:

一雙光纖相聯(lián)時(shí),分別在二臺(tái)65上進(jìn)行以下的配置:

  1. interface GigabitEthernet1/1  
  2.  
  3. no ip address  
  4.  
  5. switchport  
  6.  
  7. switchport trunk encapsulation dot1q  
  8.  
  9. switchport trunk native vlan 1 

 

二對(duì)光纖相聯(lián)時(shí),必須要做port channel,分別在二臺(tái)65上進(jìn)行以下的配置:

  1. interface port-channe1  
  2.  
  3. no ip address  
  4.  
  5. switchport  
  6.  
  7. switchport trunk encapsulation dot1q  
  8.  
  9. switchport trunk native vlan 1  
  10.  
  11. !  
  12.  
  13. interface GigabitEthernet1/1  
  14.  
  15. no ip address  
  16.  
  17. duplex full  
  18.  
  19. speed 1000  
  20.  
  21. switchport mode trunk  
  22.  
  23. switchport trunk encapsulation dot1q  
  24.  
  25. switchport trunk native vlan 1  
  26.  
  27. channel-group 1 mode on  
  28.  
  29. !  
  30.  
  31. interface GigabitEthernet1/2  
  32.  
  33. no ip address  
  34.  
  35. duplex full  
  36.  
  37. speed 1000  
  38.  
  39. switchport mode trunk  
  40.  
  41. switchport trunk encapsulation dot1q  
  42.  
  43. switchport trunk native vlan 1  
  44.  
  45. channel-group 1 mode on 

 

VTP裁剪

(1)在基于IOS的交換機(jī)上配置VTP 模式:

  1. switch# vlan database  
  2.  
  3. switch(vlan)# vtp domain domain-name  
  4.  
  5. switch(vlan)# vtp {sever|cilent|transparent}  
  6.  
  7. switch(vlan)# vtp password password 

 

在基于CLI的交換機(jī)上配置VTP 模式:

  1. switch(enable) set vtp [domain domain-name] [mode{ sever|cilent|transparent }][password password] 

 

(2)在基于IOS的交換機(jī)上配置VTP版本:

  1. switch# vlan database  
  2.  
  3. switch(vlan)# vtp v2-mode 

 

在基于CLI的交換機(jī)上配置VTP版本:

  1. switch(enable) set vtp v2 enable 

 

(3)在基于IOS的交換機(jī)上啟動(dòng)VTP剪裁:

  1. switch# vlan database  
  2.  
  3. switch(vlan)# vtp pruning 

 

在基于CLI 的交換機(jī)上啟動(dòng)VTP剪裁:

  1. switch(enable) set vtp pruning enable 

Trunk和VTP的配置就為大家介紹完了,希望大家已經(jīng)掌握。

【編輯推薦】

  1. VLAN-VPN典型配置
  2. 組播VLAN的典型配置
  3. 基于端口的VLAN典型配置指導(dǎo)
  4. 基礎(chǔ)配置:cisco交換機(jī)配置vlan(1)
  5. 基礎(chǔ)配置:cisco交換機(jī)配置vlan(2)
責(zé)任編輯:佚名 來(lái)源: Cisco技術(shù)網(wǎng)
相關(guān)推薦

2011-04-02 17:29:12

vlan

2011-04-02 17:20:44

vlan

2011-03-08 10:58:38

VLANIP

2010-01-27 10:30:26

Cisco交換機(jī)配置

2010-01-05 13:37:04

配置交換機(jī)VLAN

2011-12-06 10:00:20

VlanCISCO交換機(jī)

2011-03-08 10:44:31

VLANIP

2010-03-22 15:28:19

Cisco交換機(jī)配置

2010-01-14 10:00:08

交換機(jī)VLAN應(yīng)用

2013-05-23 14:11:32

交換機(jī)虛擬串口配置網(wǎng)絡(luò)虛擬化技術(shù)

2011-05-12 10:08:22

VLAN

2011-03-08 10:17:14

VLAN

2011-09-13 11:02:14

cisco交換機(jī)網(wǎng)絡(luò)配置

2010-03-18 17:01:52

Cisco交換機(jī)

2009-12-17 13:21:30

Cisco交換機(jī)和集線

2010-01-06 16:40:30

cisco交換機(jī)vla

2010-01-11 14:59:03

TP-Link交換機(jī)配

2012-11-15 10:38:11

局域網(wǎng)交換機(jī)VLAN

2011-03-09 15:13:38

DHCP Relay

2010-09-29 16:12:09

cisco交換機(jī)DHC
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)