summaryrefslogtreecommitdiff
path: root/test/units/modules/network/onyx/fixtures/onyx_facts_show_interfaces_ethernet.cfg
blob: 03128f1e018d127d6e93c05bf3162dd32cdba9e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
    {
        "Fec": "auto",
        "Mac address": "7c:fe:90:e5:ca:3c",
        "Actual speed": "100 Gbps",
        "MTU": "1500 bytes(Maximum packet size 1522 bytes)",
        "header": "Eth1/1",
        "Admin state": "Enabled",
        "Operational state": "Down"
    },
    {
        "Fec": "auto",
        "Mac address": "7c:fe:90:e5:ca:3e",
        "Actual speed": "100 Gbps",
        "MTU": "1500 bytes(Maximum packet size 1522 bytes)",
        "header": "Eth1/2",
        "Admin state": "Enabled",
        "Operational state": "Down"
    }
]