Message: HCX Underlay - uplink lossRate is above the threshold limit for uplink: <uplink name>
/common/logs/admin/app.log<timestamp> UTC [InterconnectService_SvcThread-301395, J:2143e097, , TxId: <UUID>] INFO c.c.s.m.j.c.v.h.i.u.InterconnectUnderlayEventUtil- handleUnderlayEventAlerting: eventCode LOSS_EXCEEDED
VMware HCX
You need to investigate the underlay network between appliances or sites that are applying the network profile occurring packet loss.
To troubleshoot the alert related to HCX Service Mesh IX/NE appliances, you can follow these steps:
1. SSH to HCX Manager.
2. Run the ccli command to enter the ccli mode.
<ccli>
3. Run the list command to list the NE/IX appliances registered to the HCX Manager
<list>
Note: Make a note of the NE/IX "node id" number to ssh to the respective appliance.
4. Run the command "go <node-id>" obtained in the above steps.
Note: The <node-id> is the id of the NE/IX appliance we want to ssh to.
Example:
# go 1
where 1 is the node id of the NE/IX appliance.
5. Run the command 'ssh' to ssh the appliance.
# ssh
6. Use the following commands to test connectivity.
1. ping <Peer IP>2. traceroute <Peer IP>3. mtr <Peer IP>