-1

我有两台瞻博网络 EX3400 交换机,它们也支持第 3 层路由。我想在一台交换机上创建第 3 层路由,并希望将第二台交换机用作接入交换机。两台交换机都通过光纤链路连接,两个上行链路端口都设置为中继模式,两台交换机都允许使用蓝色 vlan。

在交换机 1 上,如果我在访问模式下添加任何端口并允许蓝色 vlan,它将自动为连接的设备分配 IP 地址(例如 10.0.0.6)。但是在第二台交换机(SW2)上,虽然三端口设置为访问模式,但并没有直接从第一台交换机获取IP地址,理论上它应该分别获取IP地址10.0.0.2、10.0.0.3、10.0.0.4。

以下是配置详细信息。请告诉我还有什么需要在第二个开关上才能使事情正常进行的。第 3 层中继与第 2 层中继是否不同,因为我只能在 Internet 上看到第 2 层中继的教程?

在此处输入图像描述

开关 1:


set vlans blue l3-interface vlan.100

set interfaces irb unit 100 family inet address 10.0.0.1/24

set interfaces ge-0/0/0 unit 0 family ethernet-switching vlan members blue

将交换机 1 光纤链路设置为中继模式并允许蓝色 VLAN

set interfaces xe-0/2/0 unit 0 family ethernet-switching interface-mode trunk

set interfaces xe-0/2/0 unit 0 family ethernet-switching vlan members blue

开关 2:

set vlans blue vlan-id 100

set vlans blue l3-interface vlan.100

set interfaces ge-0/0/0 unit 0 family ethernet-switching interface-mode access

set interfaces ge-0/0/0 unit 0 family ethernet-switching vlan members blue
set interfaces ge-0/0/1 unit 0 family ethernet-switching interface-mode access

set interfaces ge-0/0/1 unit 0 family ethernet-switching vlan members blue
set interfaces ge-0/0/2 unit 0 family ethernet-switching interface-mode access

set interfaces ge-0/0/2 unit 0 family ethernet-switching vlan members blue

将交换机 2 光纤链路设置为中继模式并允许蓝色 VLAN

set interfaces xe-0/2/0 unit 0 family ethernet-switching interface-mode trunk

set interfaces xe-0/2/0 unit 0 family ethernet-switching vlan members blue

4

0 回答 0