HP VAN SDN Controller Administrator Guide

83
"tcp_dst": 21,
"tcp_src": 12345
}
}
}
Response:
output -
{
"packet": {
"uid": "2096432597", // uid to be used all subsequent invocation
"eth": {
"eth_type": "0x0800(IPv4)",
"eth_src": "00:00:00:00:00:06",
"eth_dst": "00:00:00:00:00:05"
},
"ip": {
"ip_proto": "TCP",
"ipv4_src": "10.0.0.6",
"ipv4_dst": "10.0.0.5",
"ip_ident": 0,
"ip_dscp": "CS0",
"ip_ecn": "NOT_ECT"
},
"tcp": {
"tcp_src": 12345,
"tcp_dst": 20
}
}
}