
Wayne Zhang
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
Activity overview
Latest activity by Wayne Zhang-
Wayne Zhang created an article,
How to submit new case (raise a ticket)
1) Access Micas support portal, and sign in go to Micas Support Portal: https://micasnetworks.com/support It will require you to sign in with your user account. Note: If you are new user,...
-
Wayne Zhang created an article,
How to enter/exit BMC
1)Switch to BMC:- Connect the console cable and login to switch- Set the baud rate to 9600 on MobaXterm/SecureCRT- press "Ctrl + U", release and press "2" (Remark: at this step, it will switch to B...
-
Wayne Zhang created an article,
ARP-to-host conversion
1. IntroductionEnable ARP-to-host conversion on a specified interface. If the interface is a Layer-3interface in Up status, ARP entries will be converted into 32-bit host routes on theinterface. ...
-
Wayne Zhang created an article,
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...
-
Wayne Zhang created an article,
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 ...
-
Wayne Zhang created an article,
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...
-
Wayne Zhang created an article,
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...
-
Wayne Zhang created an article,
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...
-
Wayne Zhang created an article,
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...
-
Wayne Zhang created an article,
Install SONiC via ONIE
Prerequisite: a USB flash disk with format FAT32, a SONiC software bin file ONIE:/ # fdisk -l ONIE:/ # mount /dev/sdb1 /mnt/ ONIE:/ # cp /mnt/XXX.bin /tmp ONIE:/ # cd /tmp ONIE:/ # onie-nos-in...