网络工程实验报告GVRP配置

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

实验报告

一. 实验目的

基本掌握GVRP 配置和其基本工作过程

二. 实验原理

GVRP 交换机之间能够相互交换VLAN 配置信息,在网络中交换机上动态创建和管理VLAN

三. 实验器材

三台交换机,若干电脑客户机(具体在eNSP软件中模拟实现)

四. 实验分析与设计

1.网络拓扑图

2.根据拓扑图将设备连接好,并将设备打开。

3.准备配置数据

1)在SwitchA、SwitchB 和SwitchC 上配置接口允许所有VLAN 通

过。

2)在SwitchA 和SwitchB 上配置接口的注册模式为Normal。

3)在SwitchC 上配置接口Eth0/0/1 的注册模式为Fixed,配置接口

Eth0/0/2的注册模式为Normal。

4)在SwitchC 上创建属于公司B 的VLAN101 ~VLAN200。

4.具体配置

步骤1 配置交换机SwitchA

# 全局使能GVRP 功能。

system-view

[Quidway] sysname SwitchA

[SwitchA] gvrp

# 配置接口为Trunk 类型,并允许所有VLAN 通过。

[SwitchA] interface ethernet 0/0/1

[SwitchA-Ethernet0/0/1] port link-type trunk

[SwitchA-Ethernet0/0/1] port trunk allow-pass vlan all

[SwitchA-Ethernet0/0/1] quit

[SwitchA] interface ethernet 0/0/2

[SwitchA-Ethernet0/0/2] port link-type trunk

[SwitchA-Ethernet0/0/2] port trunk allow-pass vlan all

[SwitchA-Ethernet0/0/2] quit

# 使能接口的GVRP 功能,并配置接口注册模式。

[SwitchA] interface ethernet 0/0/1

[SwitchA-Ethernet0/0/1] gvrp

[SwitchA-Ethernet0/0/1] gvrp registration normal

[SwitchA-Ethernet0/0/1] bpdu enable

[SwitchA-Ethernet0/0/1] quit

[SwitchA] interface ethernet 0/0/2

[SwitchA-Ethernet0/0/2] gvrp

[SwitchA-Ethernet0/0/2] gvrp registration normal [SwitchA-Ethernet0/0/2] bpdu enable

[SwitchA-Ethernet0/0/2] quit

SwitchB 配置与SwitchA 配置类似,这里不再赘述。步骤2 配置交换机SwitchC

# 创建VLAN101 ~VLAN200。

system-view

[Quidway] sysname SwitchC

[SwitchC] vlan batch 101 to 200

# 全局使能GVRP 功能。

[SwitchC] gvrp

# 配置接口为Trunk 类型,并允许所有VLAN 通过。[SwitchC] interface ethernet 0/0/1

[SwitchC-Ethernet0/0/1] port link-type trunk [SwitchC-Ethernet0/0/1] port trunk allow-pass vlan all [SwitchC-Ethernet0/0/1] quit

[SwitchC] interface ethernet 0/0/2

[SwitchC-Ethernet0/0/2] port link-type trunk [SwitchC-Ethernet0/0/2] port trunk allow-pass vlan all

[SwitchC-Ethernet0/0/2] quit

# 使能接口的GVRP 功能,并配置接口注册模式。

[SwitchC] interface ethernet 0/0/1

[SwitchC-Ethernet0/0/1] gvrp

[SwitchC-Ethernet0/0/1] gvrp registration fixed

[SwitchC-Ethernet0/0/1] bpdu enable

[SwitchC-Ethernet0/0/1] quit

[SwitchC] interface ethernet 0/0/2

[SwitchC-Ethernet0/0/2] gvrp

[SwitchC-Ethernet0/0/2] gvrp registration normal

[SwitchC-Ethernet0/0/2] bpdu enable

[SwitchC-Ethernet0/0/2] quit

步骤3 验证配置结果

配置完成后,公司 A 的分公司用户可以与总部互通,公司 A 属于VLAN101 ~VLAN200

的用户可以与公司B 用户互通。

在SwitchA 上使用命令display gvrp status,查看全局GVRP 的使能情况,结果如下:

display gvrp status

GVRP is enabled

在SwitchA 上使用命令display gvrp statistics,查看接口的GVRP 统计信息,其中包

括:GVRP 状态、GVRP 注册失败次数、上一个GVRP 数据单元源MAC

相关文档
最新文档