Code Monkey home page Code Monkey logo

4d-demo's Introduction

SD-WAN demonstration configurations (4-D)

4-D Demo configurations are a collection of configurations which complement the preceeding 3 Ds: Define, Design, and Deploy. Demo configurations are provided for:

Overview

The configurations provided are example configurations to demonstrate some of the functionality of the given feature. The configurations are not exhaustive, and may need to be changed to meet your business' requirement. The intention of these configurations are to provide a reference for implementation.

How to

Review the readme file for the topic, as implementation of the configuration may be different. Each configuration will also require changes to match your deployment or environment.

Note that the configurations provided are intended to highlight that particular feature or topic and do not include the necessary configuration to completely secure your business.

4d-demo's People

Contributors

ckeighley avatar kli-fortinet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

4d-demo's Issues

Hub SD-WAN Overlay phase1 Config

It is recommended to use on-demand DPD mode on dial-up servers (SD-WAN hub). With on-demand mode, FGT sends DPD probes if there is only outbound traffic through the tunnel, but not inbound. On-demand mode is more convenient on hubs because of the reduced overhead and in turn increased scalability.

config vpn ipsec phase1-interface
    edit "VPN1"
        set type dynamic
        set interface "port1"
        set ike-version 2
        set peertype any
        set net-device disable
        set mode-cfg enable
        set proposal aes256-sha256
        set add-route disable
        set dpd on-demand   <---
        set network-overlay enable
        set network-id 1
        set ipv4-start-ip 10.10.10.1
        set ipv4-end-ip 10.10.10.252
        set ipv4-netmask 255.255.255.0
        set psksecret fortinet
        set dpd-retryinterval 60

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.