VsanVsanClusterPcapResult
The Pcap result for the vSAN cluster multicast connectivity test
{
"_typeName": "string",
"pkts": [
"string"
],
"groups": [
{
"_typeName": "string",
"master": "string",
"members": [
"string"
]
}
],
"issues": [
"string"
],
"hostResults": [
{
"_typeName": "string",
"calltime": "number",
"vmknic": "string",
"tcpdumpFilter": "string",
"snaplen": 0,
"pkts": [
"string"
],
"pcap": "string",
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"hostname": "string"
}
]
}
The multicast network trace packets in the json format with the keys including "seenBy" (the host list which can communicate with this host), "cmmdsMcastSeq" (the CMMDS multicast packet sequence number), "dstIp" (the multicast destination IP), "srcUuid" (the source host UUID), "sentBy" (the host IP sending the multicast packet), "timestamp", "srcPort" , "msgType"(the multicast packet message type), "srcIp", "clusterUuid" (the vSAN cluster UUID), "pktType" (the packet type) and "dstPort"
The issue list contains the potential mutlicast communication issue between two communication entities with plain string format"
Per host result for the vSAN multicast connectivity test