zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    es6基础系列二:Number
    es6基础系列一:let和const
    linux常用命令
    input 事件与汉字输入法:使用compositionend事件解决
    正则表达式
    php 调试环境配置(mac)
    前端实习生:10个月的总结
    人生路:程序员、飞行员?
    科三流水账
    阻止pc端浏览器缩放js代码
  • 原文地址:https://www.cnblogs.com/dream397/p/13498430.html
Copyright © 2011-2022 走看看