FortiSwitch Setup: Best Practices for New Installation at a Remote Site
This article provides a detailed guide on how to set up FortiSwitches (FS) as a replacement for old Cisco switches at a remote site. The switches should be prepared on-site for installation. The following sections cover key concepts and best practices for a successful FortiSwitch setup.
1. Understanding FortiSwitch Ports and Configurations
FortiSwitches come with different port configurations, such as 24, 48, or 52 ports, with or without PoE (Power over Ethernet) support. Before installation, assess the remote site's network requirements to choose the right FortiSwitch model.
# Example FortiSwitch model with 48 ports and PoE support:
config system switch
edit "FortiSwitch-48POE"
set type 48p-poe
set description "48-port FortiSwitch with PoE"
set vdom "root"
set snmp-index 1
set role lan
set allowaccess ping
set trunk-allowed vlan all
set sfp-allowed-transceiver auto
set sfp-auto-negotiate enable
set sfp-monitor enable
set snmp-community "public"
set snmp-version 2c
set ip 10.0.0.250 255.255.255.0
set allowaccess ssh https fgfm
set name-server 8.8.8.8 8.8.4.4
set dns-server-ip-type auto
set ssh-server enable
set telnet-server disable
set ftp-server disable
set http-server enable
set https-server enable
set admin-enable-password enable
set admin-password SecurePassword123
set radius-server1 10.0.0.100 auth-port 1812 acct-port 1813
set radius-server-ip-type dynamic
set radius-secret RadiusSecret123
set snmp-trap-community "public"
set snmp-trap-server 10.0.0.100
set snmp-trap-version 2c
set snmp-trap-community "public"
set snmp-sys-location "Remote Site"
set snmp-sys-contact "Admin"
set snmp-sys-name "FortiSwitch"
set snmp-sys-contact-email "[email protected]"
set snmp-sys-contact-phone "+1-123-456-7890"
end
2. Preparing the FortiSwitch for Installation
Before installing the FortiSwitch at the remote site, ensure that you have prepared the device by configuring the basic settings, such as IP address, admin password, and VLANs. Use the FortiSwitch CLI or the FortiSwitch Manager to configure the device.
3. Connecting and Powering Up the FortiSwitch
Connect the FortiSwitch to the network using an appropriate Ethernet cable. If the FortiSwitch supports PoE, connect it to a PoE-enabled switch or PoE injector. If the FortiSwitch does not support PoE, use a separate power supply. After connecting the FortiSwitch, power it on and wait for it to boot up.
4. Verifying the FortiSwitch Configuration
After the FortiSwitch has booted up, use the CLI or FortiSwitch Manager to verify the configuration and ensure that the device is connected to the network. Check the status of the ports, VLANs, and other settings to ensure that the FortiSwitch is ready for use.
5. Troubleshooting Common FortiSwitch Issues
If you encounter any issues with the FortiSwitch, use the built-in troubleshooting tools, such as ping, traceroute, and SNMP, to diagnose and resolve the problem. Consult the FortiSwitch documentation and Fortinet support for additional assistance.
- FortiSwitches come with different port configurations and features, such as PoE support.
- Prepare the FortiSwitch for installation by configuring the basic settings, such as IP address, admin password, and VLANs.
- Connect the FortiSwitch to the network using an appropriate Ethernet cable and power it on.
- Verify the FortiSwitch configuration and ensure that the device is connected to the network.
- Use the built-in troubleshooting tools to diagnose and resolve any issues with the FortiSwitch.
References
- Fortinet. (2021). FortiSwitch Configuration Guide. https://docs.fortinet.com/document/fortiswitch/7.0.0/configuration-guide/757128
- Fortinet. (2021). FortiSwitch CLI Reference. https://docs.fortinet.com/document/fortiswitch/7.0.0/cli-reference/688302
- Fortinet. (2021). FortiSwitch Troubleshooting Guide. https://docs.fortinet.com/document/fortiswitch/7.0.0/troubleshooting-guide/761529