
Wayne Zhang
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Articles
Recent activity by Wayne Zhang-
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. ...
-
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...
-
Model Type Naming Definition
GT - 1GX - 10GV - 25GC - 100GDC - 200GQC - 400G
-
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...
-
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...
-
Disable ZTP before configure switch manually
ZTP (Zero Touch Provisioning) is a function that running on switch, which can auto load configuration from ZTP server when the switch boot for the first time. ZTP is active by default, and you can’...