Configure Port Speed of eth0 Out-of-Band Management Interface
The management interface eth0 is a special Ethernet interface that provides configuration management support for the user, that is, the user can log on to the device and perform configuration and management operations through this interface. The eth0 management interface is not responsible for the transmission of data services.
The following command can be used to configure the port speed (in Mbit/s) of eth0 out-of-band management interface in operational mode.
set management-ethernet-speed eth0 <10 | 100 | 1000 | auto>
Example
Configure port speed of eth0 out-of-band management interface to 100Mbit/s and show the configuration result.
admin@PICOS> set management-ethernet-speed eth0 100
admin@PICOS> start shell sh
admin@PICOS:~$ sudo ethtool eth0
Settings for eth0:
       Supported ports: [ TP ]
       Supported link modes:  10baseT/Half 10baseT/Full
                               100baseT/Half 100baseT/Full
                               1000baseT/Full
       Supported pause frame use: Symmetric
       Supports auto-negotiation: Yes
       Supported FEC modes: Not reported
       Advertised link modes: Not reported
       Advertised pause frame use: Symmetric
       Advertised auto-negotiation: No
       Advertised FEC modes: Not reported
       Speed: 100Mb/s
       Duplex: Full
       Port: Twisted Pair
       PHYAD: 2
       Transceiver: internal
       Auto-negotiation: off
       MDI-X: Unknown
Â
Copyright © 2024 Pica8 Inc. All Rights Reserved.