交换机配置命令分类总结

网络 路由交换
关于交换机的配置问题一直是大家讨论的重点,也是众多学者学习的必经之路,那么本文就这些命令进行了总结和分类,大家通过后面的解释来理解命令的含义应该是不难的。

交换机配置命令——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

在创建好TrBRF VLAN之后,就可以给它分配交换机端口.对于以太网交换,可以采用如下命令给VLAN分配端口:

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

命令show spantree显示一个交换机端口的STP状态.

交换机配置命令——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 …

创建完数据库后,必须在主接口上启动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的状态.

用show lane bus显示bus的状态.

用show lane database显示LECS数据库可内容.

用show lane client显示LEC的状态.

用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应用防火墙作为梭子鱼发展重点
  4. 四种负载均衡技术大比拼
  5. 多种交换技术和CEF及其负载均衡
责任编辑:佚名 来源: 论坛
相关推荐

2011-08-16 14:39:32

锐捷交换机

2011-08-16 14:38:29

锐捷交换机

2011-08-16 14:26:50

锐捷交换机

2010-03-16 16:11:41

交换机堆叠技术

2010-06-30 12:32:53

2010-01-11 15:33:14

Cisco交换机命令

2011-08-16 14:04:44

思科交换机常用命令

2011-07-29 11:29:00

MLSMLS-SEMLS-RP

2010-03-16 16:35:17

交换机配置

2011-09-13 11:14:12

端口镜像配置交换机华为交换机

2010-01-14 10:43:18

交换机配置交换机种类

2011-03-08 10:58:38

VLANIP

2010-01-14 10:00:08

交换机VLAN应用

2010-01-05 10:14:39

交换机配置TRUNK

2009-11-26 09:56:39

Cisco路由器配置命交换机配置命令

2013-01-10 09:32:18

网吧网管交换机

2010-03-22 10:05:15

智能交换机

2010-03-10 17:15:02

核心交换机

2011-09-02 14:59:15

2011-02-22 09:53:55

交换机配置命令
点赞
收藏

51CTO技术栈公众号