SpectrumScaleTools icon indicating copy to clipboard operation
SpectrumScaleTools copied to clipboard

Failed to parse network interface name because of vlan

Open chengyu-l opened this issue 8 months ago • 0 comments

Error ouput:

Image

I use ubuntu 22.04, this is network interface:

Image

the /etc/netplan/50-cloud-init.yaml file:

network:
    bonds:
        bond0:
            interfaces:
            - enp59s0f0np0
            - enp59s0f1np1
            mtu: 9000
            parameters:
                lacp-rate: fast
                mode: 802.3ad
                mii-monitor-interval: 100
                transmit-hash-policy: layer3+4
        bond1:
            interfaces:
            - enp134s0f0np0
            - enp134s0f1np1
            mtu: 9000
            parameters:
                lacp-rate: fast
                mode: 802.3ad
                mii-monitor-interval: 100
                transmit-hash-policy: layer3+4
    ethernets:
        enp134s0f0np0: {}
        enp134s0f1np1: {}
        enp59s0f0np0: {}
        enp59s0f1np1: {}
    version: 2
    vlans:
        bond0.1202:
            addresses:
            - 10.125.1.200/24
            id: 1202
            link: bond0
            mtu: 9000
            nameservers:
                addresses: []
                search: []
        bond1.1499:
            addresses:
            - 10.4.16.221/22
            id: 1499
            link: bond1
            mtu: 9000
            nameservers:
                addresses:
                - 114.114.114.114
                search: []
            routes:
            - to: 0.0.0.0/0
              via: 10.4.19.254

chengyu-l avatar Jun 28 '25 15:06 chengyu-l