petrel919 发表于 2018-7-25 08:20:27

企业网络中GVRP的配置使用简述 — 华为

  一、实验目的
  SW1创建静态VLAN10、SW2和SW3不配置VLAN,通过配置GVRP功能,让SW2和SW3自动学习VLAN。
  二、实验环境


[*]软件  eNSP 1.2.00.500

[*]虚拟设备  S3700交换机:SW1、SW2、SW3

  三、实验拓扑

  四、实验步骤
  SW1:
  <Huawei>sys
  sys SW1
  gvrp
  int eth 0/0/1
  port link-t tr
  port tr all vl all
  gvrp
  SW2:
  <Huawei>sys
  sys SW2
  gvrp
  int eth 0/0/1
  port link-t tr
  po tr all vl al
  gvrp
  int eth 0/0/2
  port link-t tr
  po tr all vl all
  gvrp
  SW3:
  <Huawei>sys
  sys SW3
  gvrp
  int eth 0/0/2
  port link-t tr
  po tr all vl all
  gvrp
  五、结果验证
  在SW1创建VLAN10后,分别查看SW1、SW2、SW3的VLAN配置
  SW1当前VLAN:

  

SW2当前VLAN:  


  SW3的当前VLAN:

  在SW1创建VLAN10后的SW1:

  在SW1创建VLAN10后的SW2:

  在SW1创建VLAN10后的SW3:
页: [1]
查看完整版本: 企业网络中GVRP的配置使用简述 — 华为