• physical_interface_mappings


     控制

    physical_interface_mappings = physnet1:eth3,external:eth1,pub:bond0

     计算

    [linux_bridge]
    physical_interface_mappings = physnet1:eth3,external:eth1
    ip link show master  brqc4939527-4e133: eth3.1600@eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master brqc4939527-4e state UP mode DEFAULT group default qlen 1000
        link/ether 9c:52:f8:91:75:03 brd ff:ff:ff:ff:ff:ff
    153: tap64cc230a-1d: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master brqc4939527-4e state UNKNOWN mode DEFAULT group default qlen 1000
        link/ether fe:16:3e:58:13:2a brd ff:ff:ff:ff:ff:ff
    155: tap61940677-a3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master brqc4939527-4e state UNKNOWN mode DEFAULT group default qlen 1000
        link/ether fe:16:3e:d9:eb:87 brd ff:ff:ff:ff:ff:ff
    156: tapf3e58724-6c: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master brqc4939527-4e state UNKNOWN mode DEFAULT group default qlen 1000
        link/ether fe:16:3e:c5:46:fa brd ff:ff:ff:ff:ff:ff
    157: tapdc567a33-77: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master brqc4939527-4e state UNKNOWN mode DEFAULT group default qlen 1000
        link/ether fe:16:3e:7d:62:a3 brd ff:ff:ff:ff:ff:ff
    158: tap3df2d8ae-b2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master brqc4939527-4e state UNKNOWN mode DEFAULT group default qlen 1000
        link/ether fe:16:3e:3a:69:27 brd ff:ff:ff:ff:ff:ff
    159: tap84f06483-59: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master brqc4939527-4e state UNKNOWN mode DEFAULT group default qlen 1000
        link/ether fe:16:3e:45:3e:ee brd ff:ff:ff:ff:ff:ff

     

    router:external           | True  

    root@controlle # ip link show master bond0
    6: enP2p233s0f0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
        link/ether 7c:1c:f1:5d:56:23 brd ff:ff:ff:ff:ff:ff
    7: enP2p233s0f1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
        link/ether 7c:1c:f1:5d:56:23 brd ff:ff:ff:ff:ff:ff
    root@controller3:/etc/kolla/neutron-server# ip link show enP2p233s0f0
    6: enP2p233s0f0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
        link/ether 7c:1c:f1:5d:56:23 brd ff:ff:ff:ff:ff:ff
    root@controller3:/etc/kolla/neutron-server# ip link show enP2p233s0f1
    7: enP2p233s0f1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
        link/ether 7c:1c:f1:5d:56:23 brd ff:ff:ff:ff:ff:ff
     
    root@cont : # ethtool enP2p233s0f1
    Settings for enP2p233s0f1:
            Supported ports: [ FIBRE ]
            Supported link modes:   10000baseT/Full 
            Supported pause frame use: No
            Supports auto-negotiation: No
            Advertised link modes:  10000baseT/Full 
            Advertised pause frame use: No
            Advertised auto-negotiation: No
            Speed: 10000Mb/s
            Duplex: Full
            Port: FIBRE
            PHYAD: 0
            Transceiver: external
            Auto-negotiation: off
            Supports Wake-on: d
            Wake-on: d
            Current message level: 0x00000007 (7)
                                   drv probe link
            Link detected: yes
    root@cont # ethtool enP2p233s0f0
    Settings for enP2p233s0f0:
            Supported ports: [ FIBRE ]
            Supported link modes:   10000baseT/Full 
            Supported pause frame use: No
            Supports auto-negotiation: No
            Advertised link modes:  10000baseT/Full 
            Advertised pause frame use: No
            Advertised auto-negotiation: No
            Speed: 10000Mb/s
            Duplex: Full
            Port: FIBRE
            PHYAD: 0
            Transceiver: external
            Auto-negotiation: off
            Supports Wake-on: d
            Wake-on: d
            Current message level: 0x00000007 (7)
                                   drv probe link
            Link detected: yes
  • 相关阅读:
    mybatis入参错误:There is no getter for property named ‘status‘ in ‘class java.lang.Integer‘
    JAVA程序员面试笔试题(一)
    Java8新特性LocalDateTime获取周几
    linux常用命令记录 screen
    ubuntu 19.04 + lenovo-xiaoxin-I2000 触摸板右键单击无法使用
    华为交换路由常用命令
    centos7常用软件
    一般网络延迟高的原因
    华为防火墙进程&简单配置
    私网互联(本质是三层路由)
  • 原文地址:https://www.cnblogs.com/dream397/p/13498430.html
Copyright © 2020-2023  润新知