iT邦幫忙

1

Srx1500 請問怎麼帶tagging

  • 分享至 

  • xImage

如題所述
我綁了兩條reth0,reth1
我reth0上面已經寫vlan-tagging
以及reth0 unit 0 vlan-id 88
可是我reth0接過去forti防火牆的trunk port(192.168.88.140)卻ping不到forti
https://ithelp.ithome.com.tw/upload/images/20241108/20151829Rx3zYDbEPK.jpg
https://ithelp.ithome.com.tw/upload/images/20241108/201518290oKHplOahj.jpghttps://ithelp.ithome.com.tw/upload/images/20241108/20151829OMLUpzgvd1.jpg

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

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

自行參詳.

我要發表回答

立即登入回答