实 验 报 告
一. 实验目的
基本掌握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 功能。
# 配置接口为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。
# 配置接口为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