Fortinet black logo

Configure Cisco switch

6.0.0
Copy Link
Copy Doc ID c3e8dad8-dae0-11e9-8977-00505692583a:492434
Download PDF

Configure Cisco switch

  1. Enable LLDP globally (disabled by default):
  2. Switch(Config)# lldp run

  3. Create a network policy assigning VLAN ID 100 for voice traffic:
  4. Switch(Config)# network-policy profile 1

    Switch(Config-network-policy)# voice vlan 100

  5. Apply the network policy to the interface connecting to FortiFone:
  6. Switch(Config)# interface giga 1/0/24

    Switch(Config-Interface)# switchport mode access

    Switch(Config-Interface)# switchport access vlan 200

    Switch(Config-Interface)# lldptransmitl

    Switch(Config-Interface)# lldp receive

    Switch(Config-Interface)# network-policy 1

  7. Set the interface connecting to the FortiVoice to trunk mode to allow traffic to be carried across the different VLANs:
  8. Switch(Config)# interface giga 1/0/1

    Switch(Config-Interface)# switchport mode trunk

Configure Cisco switch

  1. Enable LLDP globally (disabled by default):
  2. Switch(Config)# lldp run

  3. Create a network policy assigning VLAN ID 100 for voice traffic:
  4. Switch(Config)# network-policy profile 1

    Switch(Config-network-policy)# voice vlan 100

  5. Apply the network policy to the interface connecting to FortiFone:
  6. Switch(Config)# interface giga 1/0/24

    Switch(Config-Interface)# switchport mode access

    Switch(Config-Interface)# switchport access vlan 200

    Switch(Config-Interface)# lldptransmitl

    Switch(Config-Interface)# lldp receive

    Switch(Config-Interface)# network-policy 1

  7. Set the interface connecting to the FortiVoice to trunk mode to allow traffic to be carried across the different VLANs:
  8. Switch(Config)# interface giga 1/0/1

    Switch(Config-Interface)# switchport mode trunk