Posts

Showing posts from 2025

To configure LACP on a Cisco switch

  To configure LACP on a Cisco switch, you need to first create a port-channel interface, then specify the LACP mode, and finally assign the physical interfaces to the port-channel.  The main commands for LACP configuration are  interface port-channel ,  channel-group , and  lacp .  You'll also need to ensure that the LACP rate and system priority are properly configured.   1. Create a Port-Channel Interface:   Code interface port-channel <channel-number> (e.g.,  interface port-channel 1 )   2. Configure the Channel Group with LACP Mode:   Code channel- group <channel-number> mode {active | passive} (e.g.,  channel-group 1 mode active )   active :  Initiates LACP negotiation. passive :  Responds to LACP negotiation, but does not initiate it. 3. Configure LACP Parameters (Optional):   LACP Rate:   Controls how often LACP control packets are sent.   Code lacp rate {fast | nor...

NewHope HQ Web Address List

 https://oa.oak.net.cn/login.jsp https://ebsprd.oak.net.cn:8000/OA_HTML/AppsLocalLogin.jsp

BGP Peer Failover hold-timer

  /routing bgp peer add hold-timer=20 Try to use "90" Hold Time and "30" Keep Alive Time.