Fortinet black logo

Configure routes between the NIC and the voice and data VLANs

6.4.0
Copy Link
Copy Doc ID a96882ba-ed57-11ea-96b9-00505692583a:502952
Download PDF

Configure routes between the NIC and the voice and data VLANs

  1. On the computer NIC, open the command prompt and enter the following command to establish a new route to the voice VLAN.
    Note

    Do not copy and paste this command.

    Route –p add 192.168.100.0 mask 255.255.255.0 192.168.1.1

    Where:

    • Route: Establishes a new route.
    • -p: Makes a permanent change; will not be removed if the PC is rebooted.
    • 192.168.1.1: Default gateway for this route.
  2. Enter the following command to establish a new route to the data VLAN.
    Note

    Do not copy and paste this command.

    Route –p add 192.168.200.0 mask 255.255.255.0 192.168.1.1

Configure routes between the NIC and the voice and data VLANs

  1. On the computer NIC, open the command prompt and enter the following command to establish a new route to the voice VLAN.
    Note

    Do not copy and paste this command.

    Route –p add 192.168.100.0 mask 255.255.255.0 192.168.1.1

    Where:

    • Route: Establishes a new route.
    • -p: Makes a permanent change; will not be removed if the PC is rebooted.
    • 192.168.1.1: Default gateway for this route.
  2. Enter the following command to establish a new route to the data VLAN.
    Note

    Do not copy and paste this command.

    Route –p add 192.168.200.0 mask 255.255.255.0 192.168.1.1