Chapter 17 System Administration : Interfaces : Software switch : Soft switch example : Merge the interfaces
  
Merge the interfaces
The plan is to merge the WiFi port and DMZ1 port. This will create a software switch with a name of “synchro” with an IP address of 10.10.21.12. The steps will create the switch, add the IP and then set the administrative access for HTTPS, SSH and Ping.
To merge the interfaces - CLI
config system switch-interface
edit synchro
set type switch
set member dmz1 wifi
end
config system interface
edit synchro
set ip 10.10.21.12
set allowaccess https ssh ping
end
See Also
Soft switch example
Clear the interfaces and back up the configuration
Final steps
Software switch
Virtual Switch