How to Retrieve System Status Information on Broadcom sonic?
The following commands can be used to display the status of various parameters related to the physical state of the network node.
Show Boot
This command displays the current OS image, the image to be loaded on the next reboot, and lists all available images installed on the device.
Show Environment
This command displays the platform's environmental metrics, such as voltages, temperatures, and fan speeds.
- Show Reboot-Cause
This command displays the cause of the previous reboot. Please note that the show reboot-cause
command can only be executed in root mode.
Show Reboot-Cause History
This command displays the history of previous reboots. Please note that the show reboot-cause
command can only be executed in root mode.
- Show Uptime
This command provides information on how long the system has been operational.
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 ...
Syslog server configuration in Broadcom SoNiC
1. To Configure remote syslog server to forward syslog messages Command: logging server <host> [ message-type { audit | auditd-system | event | log } ] [ remote-port <vrport> ] [ protocol { tcp | tls | udp } ] [ source-interface { Ethernet | Loopback ...
IP Helper Configuration on Broadcom SoNiC
1. To Display IP helper global information Command: show ip forward-protocol 2. To Displays IP helper server addresses configured on interface Command: show ip helper-address [ <iface> ] 3.To Display IP helper packet counters and statistics on ...
DHCP Snooping configuration on Broadcom Sonic
Enabling DHCP Snooping Command: ip dhcp snooping This command enables DHCP Snooping globally on the device, helping monitor and block unauthorized DHCP servers. Disable DHCP snooping sonic-cli# configure terminal sonic-cli(config)# no ip dhcp ...
Border Gateway Protocol- FAQ (Broadcom SoNiC)
1. How do I configure BGP hold and keepalive timers? Use timers <keepalive> <hold>. 2. How do I enable BGP in SONiC? Use router bgp <AS_number> to enter BGP configuration mode. 3. What does neighbor mean in BGP configuration? neighbor defines the IP ...