aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vnf_samples/nsut/acl/ixia_traffic.cfg
blob: f749865c512c5b167e685c38d137882a09176bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "private_1": {
        "id": 1,
        "bidir": "False",
        "duration": 60,
        "iload": "100",
        "outer_l2": {
            "dstmac": "00:00:00:00:00:03",
            "framesPerSecond": true,
            "framesize": 64,
            "srcmac": "00:00:00:00:00:01"
        },
        "outer_l3": {
            "dscp": 0,
            "dstip4": "152.16.40.20",
            "proto": "udp",
            "srcip4": "152.16.100.20",
            "ttl": 32
        },
        "outer_l4": {
            "dstport": "2001",
            "srcport": "1234"
        },
        "traffic_type": "continuous"
    },
    "public_1": {
        "id": 2,
        "bidir": "False",
        "duration": 60,
        "iload": "100",
        "outer_l2": {
            "dstmac": "00:00:00:00:00:04",
            "framesPerSecond": true,
            "framesize": 64,
            "srcmac": "00:00:00:00:00:01"
        },
        "outer_l3": {
            "count": 1024,
            "dscp": 0,
            "dstip4": "152.16.100.20",
            "proto": "udp",
            "srcip4": "152.16.40.20",
            "ttl": 32
        },
        "outer_l4": {
            "dstport": "1234",
            "srcport": "2001"
        },
        "traffic_type": "continuous"
    }
}