科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网网络频道交换机命令之二--华为

交换机命令之二--华为

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

为了将交换机配置成一个集群的命令交换机,首先要给管理接口分配一个IP地址,然后使用下列命令: 在创建好TrBRF VLAN之后,就可以给它分配交换机端口.对于以太网交换,可以采用如下命令给VLAN分配端口:

作者:it168 2007年9月21日

关键字: 交换机 交换技术 华为应用技术 华为硬件设备

  • 评论
  • 分享微博
  • 分享邮件

0. 为了将交换机配置成一个集群的命令交换机,首先要给管理接口分配一个IP地址,然后使用下列命令:

switch(config)# cluster enable cluster-name

21. 为了从一条中继链路上删除VLAN,可使用下列命令:

switch(enable) clear trunk module/p ort vlan-range

22. 用show vtp domain 显示管理域的VTP参数.

23. 用show vtp statistics显示管理域的VTP参数.

  24. 在Catalyst交换机上定义TrBRF的命令如下:

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

25. 在Catalyst交换机上定义TrCRF的命令如下:

switch (enable) set vlan vlan-num [name name] type trcrf

{ring hex-ring-num|decring decimal-ring-num} parent vlan-num

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

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

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

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

  ATM (config)# interface atm number.subint multioint

  ATM(config-subif)# lane serber-bus ethernet elan-name

  29. 配置LECS:

  ATM(config)# lane database database-name

  ATM(lane-config-databade)# name elan1-name server-atm-address les1-nsap-address

  ATM(lane-config-databade)# name elan2-name server-atm-address les2-nsap-address

  

  ATM(lane-config-databade)# name …

  

  0. 创建完数据库后,必须在主接口上启动LECS.命令如下:

  ATM(config)# interface atm number

  ATM(config-if)# lane config database database-name

  ATM(config-if)# lane config auto-config-atm-address

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

  ATM(config)# interface atm number.subint multipoint

  ATM(config)# lane client ethernet vlan-num elan-num

  32. 用show lane server 显示LES的状态.

  33. 用show lane bus显示bus的状态.

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

  35. 用show lane client显示LEC的状态.

  36. 用show module显示已安装的模块列表.

  37. 用物理接口建立与VLAN的连接:

  router# configure terminal

  router(config)# interface media module/port

  router(config-if)# description description-string

  router(config-if)# ip address ip-addr subnet-mask

  router(config-if)# no shutdown

  38. 用中继链路来建立与VLAN的连接:

  router(config)# interface module/port.subinterface

  router(config-ig)# encapsulation[isl|dotlq] vlan-number

  router(config-if)# ip address ip-address subnet-mask

  39. 用LANE 来建立与VLAN的连接:

  router(config)# interface atm module/port

  router(config-if)# no ip address

  router(config-if)# atm pvc 1 0 5 qsaal

  router(config-if)# atm pvc 2 0 16 ilni

  router(config-if)# interface atm module/port.subinterface multipoint

  router(config-if)# ip address ip-address subnet-mask

  router(config-if)# lane client ethernet elan-num

  router(config-if)# interface atm module/port.subinterface multipoint

  router(config-if)# ip address ip-address subnet-name

  router(config-if)# lane client ethernet elan-name

  router(config-if)# …

  40. 为了在路由处理器上进行动态路由配置,可以用下列IOS命令来进行:

  router(config)# ip routing

  router(config)# router ip-routing-protocol

  router(config-router)# network ip-network-number

  router(config-router)# network ip-network-number

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章