如题所述我绑了两条reth0,reth1我reth0上面已经写vlan-tagging以及reth0 unit 0 vlan-id 88可是我reth0接过去forti防火墙的trunk port(192.168.88.140)却ping不到forti

1 个回答

2

bluegrass

iT邦高手 1 级 ‧ 2024-11-08 13:56:39

set vlans vlan88 vlan-id 88
set vlan-88 l3-interface irb.88

set interfaces irb.88 family inet address 192.168.88.254/24

deactivate interfaces ge-0/0/0 unit 0
deactivate interfaces ge-7/0/0 unit 0
delete protocols rstp interface ge-0/0/0
delete protocols rstp interface ge-7/0/0
set interfaces ge-0/0/0 ether-options 802.3ad ae0
set interfaces ge-7/0/0 ether-options 802.3ad ae0

set interfaces ae0 traceoptions flag all
set interfaces ae0 aggregated-ether-options lacp active
set interfaces ae0 unit 0
set interfaces ae0 unit 0 family ethernet-switching port-mode trunk
set interfaces ae0 unit 0 family ethernet-switching interface-mode trunk
set interfaces ae0 unit 0 family ethernet-switching vlan members vlan88
set interfaces ae0 unit 0 family ethernet-switching native-vlan-id 1

自行参详.