Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Interface port speed

Sophos XG v16.01.1

I am trying to change an interface port speed  from the physical box console, not the web admin console, i input the password

login chose option 4 device console

input the command:       

set network interface-speed Port2 auto

i get unknown parameter auto

or

set network interface-speed Port2 100fd

i get unknown parameter 100fd

what is the console command to change interface port speed on Sophos XG v16.01.1



This thread was automatically locked due to age.
  • The correct parameter is 

    set network interface-speed Port2 speed auto

    set network interface-speed Port2 speed 100fd

    If your speed is greyed out in the GUI because you are running a vm then the cli would give you an error. XG lets you complete commands by pushing the tab button. So type set n <tab> i<tab> P <tab> and XG will autocomplete it to set network interface-speed Port

    When I use the tab button, I get the following when I define the port1 on my XG in a vm for example

    console> set network interface-speed Port1 speed none

    Interface doesn't support speed

    console>

  • Hi,

    ON virtual appliance , you could not change the interface speed on XG as it does not control the hardware which is your NIC Adapter. These settings is applicable to hardware appliance. Your VM or the ethernet driver have the capability to change the interface speed . 

    How to determine the NIC speed of the ShareScan manager PC:

    Windows XP/ 2003:

    1. Click "Start > Settings > Control Panel".
    2. Select "Network Connections".
    3. Right click on the "Local Area Connection" select "Properties".
    4. In the "Local Area Connection Properties" window, select the "Configure" button.
    5. Select the "Advanced" tab.
    6. In the scroll list of options find "Media Type" and select it.
    7. The NIC speed will be displayed in the "Value" drop down menu.

    Windows Vista/ Windows 7/2008:

    1. Click "Start > Settings > Control Panel".
    2. Select "Network and Sharing Center".
    3. On the right panel select "Change Adapter settings"
    4. Right click on the "Local area Connection" and select "Properties".
    5. In the "Local Area Connection Properties" window select the "Configure" button.
    6. Select the "Advanced" tab.
    7. In the scroll list of options find "Speed & Duplex" or "Link Speed & Duplex" and select it.
    8. The NIC speed will be displayed in the "Value" drop down menu.

    My first recommendation to change the interface speed on VMware as per the KB article  or change the ethernet port speed manually. 

    Please refer the KB article that may help you with your issue 

    kb.vmware.com/.../1004089

    Thanks