0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Fortigate_設定】Fortigateでtrunkポートを追加

Posted at

物理的に接続するポートに対して作成したVLANを付与する。                      
物理インターフェイスはnative VLANとなるので必要に応じてIPを設定する。                  デフォルトのinternelから物理ポートを分離してもVLANを付与できる。                     その場合、分離した物理ポートは、ハードウェアスイッチにする必要がある。                   設定ができたら、対向SWにも同様のtrunk設定をすると通信が可能となる。                    作成したVLANをインターネットに接続する場合は、ポリシーで設定する。

下記に物理ポート・VLAN2・対向SWの設定を載せておきます。

interface GigabitEthernet0/10
description Fortigate-GW
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,2
switchport mode trunk
media-type rj45
end

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?