A SERVICE OF

logo

Layer 3 Interfaces
edit "i-green"
set switch-members "port6"
next
edit "rVan10"
set vlanid 10
set ip 1.1.3.1 255.255.255.0
set interface "i-red"
set allowaccess ping telnet
next
edit "gVlan20"
set vlanid 20
set ip 172.168.13.1 255.255.255.0
set allowaccess ping telnet
set interface "i-green"
next
edit "b-vlan30"
set vlanid 30
set ip 192.168.13.1 255.255.255.0
set allowaccess ping telnet
set interface internal
end
3. Configure static routes, so that the switch will know how to route between the two VLANs:
config router static
edit 1
set device "mgmt"
set gateway 10.105.0.1
next
edit 2
set device "rVlan10"
set dst 1.1.3.0/24
next
edit 3
set device "gVlan20"
set dst 172.168.13.0/24
next
edit 4
set device "b-vlan30"
set dst 192.168.13.0/24
end
Viewing Routed Port Configuration
Display the status of RVIconfiguration using following commands
show system interface [ <sytem interface name> ]
Equal Cost Multi-Path (ECMP) Routing
Equal Cost Multi-Path (ECMP) is a forwarding mechanism that enablee load-sharing of traffic to multiple paths of
equal cost.
43
FortiSwitchOS-3.2.0