[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bridges with multiple static IPs or DHPC - how to configure?



Hi,

thanks for your mail!

On Thu, Jun 5, 2014 at 5:03 PM, Curt <curty@free.fr> wrote:
> On 2014-06-05, Steffen Dettmer <steffen.dettmer@gmail.com> wrote:
>> Do you - or anyone else - know the ip replacement for "brctl show"?
>>
>> "ip link show br1" is too brief, no information about the slave
>> devices or STP mode.
>
> ip -stats -stats link show br1

Interesting, didn't knew that.

Yeah, and as Tom wrote in meantime, a "replacement" command could be:

$ ip link|grep "master br0"
3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
master br0 state UP mode DEFAULT qlen 1000
9: eth1.77@eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc
noqueue master br0 state LOWERLAYERDOWN mode DEFAULT
10: eth2.78@eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc
noqueue master br0 state LOWERLAYERDOWN mode DEFAULT
40: mslot4: <BROADCAST,MULTICAST,NOARP> mtu 1500 qdisc noop master br0
state DOWN mode DEFAULT qlen 1000

Regards,
Steffen


Reply to: