Title: Alarm for Faulty VTEP.
Event ID: tep_health.faulty_tep
Added in release: 4.1.0/ M22
Alarm Description
1. If all BFD sessions from a local VTEP are down:
• Check underlay configuration for packet forwarding issues at Top of Rack (TOR) and all of the next-hops involved in routing in underlay.
2. If local VTEP has no IP and provisioning type selected is DHCP for local VTEP:
• Confirm that DHCP server configuration is proper and pool exhaustion is not seen at DHCP server.
3. Check for physical NIC firmware issues and upgrade PNIC firmware to latest version.
4. After correcting any underlay issues, verify local VTEP state with the below API:
GET: https://'nsx-manager-ip'/api/v1/transport-nodes/'node-id'/network/interfaces?source=realtime
It should show local VTEP state as NORMAL.
sample output:{
interfaceId: vmk10,
linkStatus: UP,
adminStatus: UP,
mtu: 1600,
interfaceAlias: [{
broadcastAddress: 133.###.###.255,
ipAddress: {
ipv4: 2239043120
},
ipConfiguration: STATIC,
netmask: 255.255.255.0,
macAddress: 00:50:56:66:67:a6
}],
state: NORMAL
}
API Guide: API Guide
Admin Guide: Admin Guide