zoukankan      html  css  js  c++  java
  • FortiGate防火墙HA下联堆叠交换机

    1.拓扑图

      

    2.防火墙配置

     

    3.交换机配置

    interface GigabitEthernet1/0/47

     switchport access vlan 30

     switchport mode access

     channel-protocol lacp

     channel-group 31 mode active

    interface GigabitEthernet2/0/47

     switchport access vlan 30

     switchport mode access

     channel-protocol lacp

     channel-group 31 mode active

     

    interface GigabitEthernet1/0/48

     switchport access vlan 30

     switchport mode access

     channel-protocol lacp

     channel-group 30 mode active

    interface GigabitEthernet2/0/48

     switchport access vlan 30

     switchport mode access

     channel-protocol lacp

     channel-group 30 mode active

     

    interface Port-channel30

     switchport access vlan 30

     switchport mode access

    interface Port-channel31

     switchport access vlan 30

     switchport mode access

     

    interface Vlan30

     ip address 10.10.30.2 255.255.255.0

    即,使用交叉上联

    4.若不交叉,即交换机上联到主、备墙的端口在同一etherchannel下并在同一vlan下。那么连接备墙的交换机端口会显示为橙色,而且断开监控端口线的话,会跳到备机,但是网不通。同时,拔掉心跳线会导致丢包和高延迟

     

      

      

      

      

      

      

      

      

      

      

  • 相关阅读:
    mysql基础操作
    网页粒子背景
    将Myeclipse项目改成Eclipse项目
    mybatis入门配置和调试
    《增删改查返回问题》
    AES加密与解密(秘钥)
    svn下载代码cleanup失败解决办法
    maven中net.sf.json报错
    idea提交SVN时忽略某些文件或文件夹
    《面试常问到的知识点》
  • 原文地址:https://www.cnblogs.com/xinghen1216/p/10091232.html
Copyright © 2011-2022 走看看