This article addresses common issues with network devices, including:
Device not responding to SNMP requests: Network monitoring tools fail to retrieve data from the device.
CLI slow to show certain commands: Command Line Interface (CLI) takes an unusually long time to execute commands.
Switching over between REs worsens symptoms: Attempting to switch between primary and backup Routing Engines exacerbates the issues.
{master}
MX_router> show interfaces ae0 | match rate
Input rate : 0 bps (0 pps)
Output rate : 0 bps (0 pps)
MX_router> show isis adjacency | match ae0
ae0.0 TEST_DEVICE 2 Up 20
Input rate : 7990260120 bps (1417440 pps)
Output rate : 8556641296 bps (1536211 pps)
Customer might not see unusual CPU/memory usage, or anything in log messages or chassisd that makes suspicious. JTAC identified an issue with communication between PFE and RE’s and thinks that our HA (GRES/NSR) configuration may be making the issue persistent across RE toggles – as the backup builds a copy of bad data from the primary, it then uses that when it takes mastership.
deactivate chassis redundancy graceful-switchover deactivate routing-options nonstop-routing
activate chassis redundancy graceful-switchover activate routing-options nonstop-routing
Following these steps should help purge the bad data and stabilize your system. If you encounter any issues during the process, it's a good idea to keep JTAC informed for further assistance.