Site Tools


enable_disable_ethernet_port

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
enable_disable_ethernet_port [2020/09/29 12:11] – created rs232enable_disable_ethernet_port [2023/05/24 01:38] (current) hogwild
Line 1: Line 1:
-You can enable/disable specific LAN ports via command line as follow.+====== Enable/disable Ethernet port(s) ======
  
-To identify the port use the command+You can enable/disable specific LAN ports via command line as follows:
  
-<code> + \\
-''robocfg show port''+
  
 +To identify the port, use the command:
 +
 + \\
 +
 +<code ->
 +robocfg show port
 </code> </code>
-Once the physical port is identified, to disable: 
  
-<bbCodeCode+ \\  \\ \\  Once the physical port is identified, to disable it (replace x with relevant port number on your router): 
-''robocfg port x state disabled'' + 
-</bbCodeCode+ \\ 
-TO enable instead:+ 
 +<code -
 +robocfg port x state disabled 
 +</code
 + 
 + \\ 
 + 
 + \\  \\ To enable it: 
 + 
 + \\ 
 + 
 +<code -> 
 +robocfg port x state enabled 
 +</code> 
 + 
 + \\ \\ You might be trying to resolve an issue with an Ethernet-connected device. If the negotiated speed is causing the problem, you can test forcing 10MB/s Full Duplex connections before setting it back to Auto-negotiation. For example: 
 + 
 + \\ 
 + 
 +<code -> 
 +robocfg port 2 media 10FD 
 +robocfg port 2 media auto 
 +</code> 
 + 
 + \\ 
 + 
 + \\
  
-<bbCodeCode> + \\
-''robocfg port x state enabled'' +
-</bbCodeCode> +
-where x is the port number involved+
  
  
enable_disable_ethernet_port.1601377883.txt.gz · Last modified: 2020/09/29 12:11 by rs232