> is it possible to mark a VPLS site interface unit as down when OAM CFM
> signals a fault over that unit?
It's possible. Try something like this:
> root@lab-mx80-2# show protocols oam ethernet connectivity-fault-management
> action-profile vlan-down
event {
adjacency-loss;
}
> action {
> interface-down;
> }
> root@lab-mx80-2# show protocols oam ethernet connectivity-fault-management
> maintenance-domain SATTest
> level 7;
> maintenance-association SAT {
> continuity-check {
> interval 1s;
> }
mep 2 {
interface ae1.2000;
direction down;
remote-mep 1 {
action-profile vlan-down;
}
> }
This is what we're using, it works for us(tm).
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp