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

交換機配置命令分類總結

網絡 路由交換
關于交換機的配置問題一直是大家討論的重點,也是眾多學者學習的必經之路,那么本文就這些命令進行了總結和分類,大家通過后面的解釋來理解命令的含義應該是不難的。

交換機配置命令——VTP

為了將交換機配置成一個集群的命令交換機,首先要給管理接口分配一個IP地址,然后使用下列命令: switch(config)# cluster enable cluster-name

為了從一條中繼鏈路上刪除VLAN,可使用下列命令:

switch(enable) clear trunk module/port vlan-range

用show vtp domain 顯示管理域的VTP參數.

用show vtp statistics顯示管理域的VTP參數.

交換機配置命令——TrBRF

在Catalyst交換機上定義TrBRF的命令如下:

switch(enable) set vlan vlan-name [name name] type trbrf bridge bridge-num[stp {ieee|ibm}]

在Catalyst交換機上定義TrCRF的命令如下:

switch (enable) set vlan vlan-num [name name] type trcrf {ring hex-ring-num|decring decimal-ring-num} parent vlan-num

在創(chuàng)建好TrBRF VLAN之后,就可以給它分配交換機端口.對于以太網交換,可以采用如下命令給VLAN分配端口:

switch(enable) set vlan vlan-num mod-num/port-num

命令show spantree顯示一個交換機端口的STP狀態(tài).

交換機配置命令——LES和BUS

配置一個ELAN的LES和BUS,可以使用下列命令:

  1. ATM (config)# interface atm number.subint multioint
  2. ATM(config-subif)# lane serber-bus ethernet elan-name

配置LECS:

  1. ATM(config)# lane database database-name
  2. ATM(lane-config-databade)# name elan1-name server-atm-address les1-nsap-address
  3. ATM(lane-config-databade)# name elan2-name server-atm-address les2-nsap-address
  4. ATM(lane-config-databade)# name …

創(chuàng)建完數據庫后,必須在主接口上啟動LECS.命令如下:

  1. ATM(config)# interface atm number
  2. ATM(config-if)# lane config database database-name
  3. ATM(config-if)# lane config auto-config-atm-address

將每個LEC配置到一個不同的ATM子接口上.命令如下:

  1. ATM(config)# interface atm number.subint multipoint
  2. ATM(config)# lane client ethernet vlan-num elan-num

用show lane server 顯示LES的狀態(tài).

用show lane bus顯示bus的狀態(tài).

用show lane database顯示LECS數據庫可內容.

用show lane client顯示LEC的狀態(tài).

用show module顯示已安裝的模塊列表.

交換機配置命令——VLAN

用物理接口建立與VLAN的連接:

  1. router# configure terminal
  2. router(config)# interface media module/port
  3. router(config-if)# description description-string
  4. router(config-if)# ip address ip-addr subnet-mask
  5. router(config-if)# no shutdown

用中繼鏈路來建立與VLAN的連接:

  1. router(config)# interface module/port.subinterface
  2. router(config-ig)# encapsulation[isl|dotlq] vlan-number
  3. router(config-if)# ip address ip-address subnet-mask

用LANE 來建立與VLAN的連接:

  1. router(config)# interface atm module/port
  2. router(config-if)# no ip address
  3. router(config-if)# atm pvc 1 0 5 qsaal
  4. router(config-if)# atm pvc 2 0 16 ilni
  5. router(config-if)# interface atm module/port.subinterface multipoint
  6. router(config-if)# ip address ip-address subnet-mask
  7. router(config-if)# lane client ethernet elan-num
  8. router(config-if)# interface atm module/port.subinterface multipoint
  9. router(config-if)# ip address ip-address subnet-name
  10. router(config-if)# lane client ethernet elan-name
  11. router(config-if)# …

交換機配置命令的學習需要我們仔細和用心,同時還要講求方法,上面這些基礎性的東西,希望通過分類能讓大家有一個更深的認識。

【編輯推薦】

  1. 選購三層交換機的六大關鍵詞
  2. 因地制宜 解讀Linux集群負載均衡
  3. 負載均衡和Web應用防火墻作為梭子魚發(fā)展重點
  4. 四種負載均衡技術大比拼
  5. 多種交換技術和CEF及其負載均衡
責任編輯:佚名 來源: 論壇
相關推薦

2011-08-16 14:39:32

銳捷交換機

2010-03-16 16:11:41

交換機堆疊技術

2011-08-16 14:26:50

銳捷交換機

2011-08-16 14:38:29

銳捷交換機

2010-06-30 12:32:53

2011-09-13 11:14:12

端口鏡像配置交換機華為交換機

2010-03-16 16:35:17

交換機配置

2010-01-14 10:43:18

交換機配置交換機種類

2010-01-11 15:33:14

Cisco交換機命令

2011-08-16 14:04:44

思科交換機常用命令

2011-07-29 11:29:00

MLSMLS-SEMLS-RP

2010-01-05 10:14:39

交換機配置TRUNK

2010-03-10 17:15:02

核心交換機

2013-12-11 13:30:20

交換機技術交換機配置

2011-03-09 14:00:21

trunkVLAN

2011-02-22 09:53:55

交換機配置命令

2011-03-08 10:58:38

VLANIP

2010-01-14 10:00:08

交換機VLAN應用

2009-11-26 09:56:39

Cisco路由器配置命交換機配置命令

2011-09-02 14:59:15

點贊
收藏

51CTO技術棧公眾號