A SERVICE OF

logo

Layer 3 Interfaces
edit "internal"
set type physical
next
edit "i-blue"
set ip 1.1.1.1 255.255.255.0
set allowaccess ping https http ssh snmp telnet
set vlanid 10
set interface internal
next
edit "i-red"
set ip 172.16.11.1 255.255.255.0
set allowaccess ping ssh telnet
set vlanid 20
set interface "internal"
next
edit "i-green"
set ip 172.168.13.1 255.255.255.0
set allowaccess ping https http ssh snmp telnet
set vlanid 30
set interface "internal"
next
end
3. Configure static routes.We are configuring multiple next hop gateway for the same network:
config router static
edit 1
set device "mgmt"
set gateway 10.105.0.1
next
edit 2
set device “i-red"
set dst 8.8.8.0/24
set gateway 172.16.11.2
next
edit 3
set device "i-green"
set dst 8.8.8.0/24
set gateway 172.168.13.2
next
Viewing ECMPConfiguration
Display the status of ECMPconfiguration using following commands
show system interface [ <sytem interface name> ]
Bidirectional Forwarding Detection
Bidirectional Forwarding Detection (BFD) is a point-to-point protocol to detect faults in the datapath between the
endpoints of an IETF-defined tunnel (such as IP, IP-in-IP, GRE, MPLSLSP/PW).
45
FortiSwitchOS-3.2.0