What are the Basic Configuration commands ?

What are the Basic Configuration commands ?

config hostname: Configures the system hostname.

 

config platform firmware install: Installs platform component firmware.

 

config platform firmware update: Updates a platform component firmware from the current/next SONiC image.

 

config set_timezone: Sets the timezone.
    • Related Articles

    • What are the basic system health and diagnostics check commands for Broadcom SONiC?

      Health Checks: To monitor the health of the SONiC environment, several commands can be utilized: 1. System Health Summary: show system-health summary provides an overview of any critical issues. 2. Power Supply Status: show platform psusummary ...
    • What are some Basic Monitoring commands ?

      show timezone-list: Displays the full list of available timezones. show boot: Shows the current OS image, the image to be loaded on the next reboot, and lists all available images installed on the device. show clock: Displays the current date and ...
    • Where can I get the Configuration guide for SONiC

      Attached document provides the details about the Configuration of SONiC
    • Interface Configuration in SONiC

      To manage interface settings in SONiC, use the following commands. Change Interface Speed To modify the speed of an interface, use the command: sudo config interface speed <interface> <speed_in_Mbps> Example: sudo config interface speed ethernet10 ...
    • Management Interface Configuration (SONiC)

      Configure the management interface (eth0) for network administration in SONiC. Default Configuration: By default, eth0 uses DHCP to dynamically obtain an IP address from a DHCP server. Static IP Configuration: Command Line: sudo config interface ip ...