HP VAN SDN Controller REST API Guide

17 },
18 "tcp": {
19 "tcp_dst": 80,
20 "tcp_src": 12345
21 }
22 },
23 {
24 "uid": "2",
25 "eth": {
26 "eth_src" : "01:01:01:01:01:01",
27 "eth_dst" : "02:02:02:02:02:02",
28 "eth_type": "0x0800(IPv4)",
29 "vlan_vid" : "100",
30 "vlan_priority" : "PRIORITY_5"
31 },
32 "ip": {
33 "ipv4_dst": "10.0.100.102",
34 "ipv4_src": "10.0.100.101",
35 "ip_proto": "UDP",
36 "ip_dscn": "CS0",
37 "ip_scn": "NOT_ECT"
38
39 },
40 "udp": {
41 "udp_dst": 152,
42 "udp_src": 12345
43 }
44 },
45 {
46 "uid": "3",
47 "eth": {
48 "eth_dst": "FF:FF:FF:FF:FF:FF",
49 "eth_src": "00:1E:0B:AE:D3:BE",
50 "eth_type": "0x0800(IPv4)"
51 },
52 "ip": {
53 "ipv4_dst": "10.0.100.102",
54 "ipv4_src": "10.0.100.101",
55 "ip_proto": "ICMP",
56 "ip_dscn": "CS0",
57 "ip_scn": "NOT_ECT"
58 },
59 "icmp": {
60 "icmp_type_code": "ECHO_REQ"
61 }
62 },
63 {
64 "uid": "4",
65 "eth": {
66 "eth_dst": "FF:FF:FF:FF:FF:FF",
67 "eth_src": "00:1E:0B:AE:D3:BE",
68 "eth_type": "0x0800(IPv4)"
69 },
70 "ip": {
71 "ipv4_dst": "10.0.100.102",
72 "ipv4_src": "10.0.100.101",
73 "ip_proto": "UDP",
74 "ip_dscn": "CS0",
75 "ip_scn": "NOT_ECT"
76 },
77 "udp": {
78 "udp_src": 68,
79 "udp_dst": 67
80 },
81 "dhcp" : {
Diagnostics 75