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
BGP Basic Configuration Commands
1. Enable BGP Activates BGP on the device with a specified Autonomous System number. Command: router bgp <AS-number> 2. Configure BGP Router ID Sets a unique identifier for the BGP router, usually an IP address to ensure consistent identification. ...
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 ...