Wayne Zhang
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Articles
Recent activity by Wayne Zhang-
How to submit a RMA request
1) Raise ticket in Micas case portal. Here is the guideline of how to raise a ticket. https://micasnetworks.com/support/help-center/open-network-switches/service-policies/how-to-submit-new-case-rai...
-
What is BGP unnumbered
BGP unnumbered is a feature that allows BGP sessions to be established using IP addresses that are not explicitly configured on the interfaces over which the BGP sessions run. Instead of requiring ...
-
Rate-limit Config Example
Two way of rate-limit configuration It can configure by port or by ACL. "Configure by port" is a simple way to configure the rate-limit which based on port. "Configure by ACL" can be used to config...
-
Common CLI for SONiC system health check
Here are some common CLI for SONiC system health check. show version show platform psu show platform fan show platform temperature show system-health summary // check whether have any alar...
-
How to clear device configuration (load default configuration)
Following below step to clear/reset the device configuration, which will load the default configuration. to erase config db and routing configure, can use these command: 1) sudo rm /etc/sonic/con...
-
How to find device serial number (SN) ?
It can use command line “show platform summary”, “show platform syseeprom” to find the serial number. or find it from device label in packing box. show platform summary Plain Textroot@sonic:/h...
-
Install SONiC via ONIE
SONiC installation through ONIEThere are two options to install SONiC via ONIE, one option is from USB file, one option is from url. Option 1: Installing SONiC image from USB file1) Prepare a USB ...
-
Model Type Naming Definition
GT - 1GX - 10GV - 25GC - 100GDC - 200GQC - 400G
-
Can Eth0/Mgmt port used as service port ?
No, Eth0 can only used as mgmt port, can't used as service port for traffic forwarding. The MGMT interface is separated from the forwarding plane inside the device, and is not involved in funct...
-
How to change admin password
For Enhance SONiC software, here is the guideline to change the admin password. 1) sudo config username add name -ek, input the new password 2) sudo config save, save the configuration change. The...