[j-nsp] info VC QFX
Plamen Stoev
plamen.stoev at profitbricks.com
Wed Mar 25 04:40:53 EDT 2015
Hi All,
It is possible to configure each VC member to have its own em0
configuration and it works very fine.
You need to apply something like following:
node0 {
when {
member member0;
}
system {
host-name member0;
}
interfaces {
em0 {
description "member0 em0 interface";
unit 0 {
family inet {
address 10.10.10.1/24;
}
}
}
}
}
node1 {
when {
member member1;
}
system {
host-name member1;
}
interfaces {
em0 {
description "member1 em0 interface";
unit 0 {
family inet {
address 10.10.10.2/24;
}
}
}
}
}
apply-groups [ node0 node1 ];
Thanks,
Plamen
On Wed, Mar 25, 2015 at 9:20 AM, Tore Anderson <tore at fud.no> wrote:
> * james list <jameslist72 at gmail.com>
>
> > on QFX VC is there a way to configure VME interface to respond on each
> > module of the VC instead to be redirected on the master RE ?
> >
> > If yes a little configuration example is appreciated.
>
> I haven't tried QFX, but on EX you can use apply-groups to match
> individual members in the VC, and set up different addressing on each
> member's "me0" interface (note: you will *not* be using "vme").
>
> See http://kb.juniper.net/InfoCenter/index?page=content&id=KB15556
>
> Try it and let the list know if it works on QFX too?
>
> Tore
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>
More information about the juniper-nsp
mailing list