> I am trying to establish a RSVP-OAM between a Juniper and Huawei device.

Possibly not directly relevant to your case - but we have lots of BFD
sessions for IS-IS between Juniper and Huawei. Nothing special, it
just works. Lightly edited example below.

Steinar Haug, Nethelp consulting, sth...@nethelp.no

----------------------------------------------------------------------

ar1.xxx> show configuration interfaces xe-10/0/2
mtu 9114;
unit 0 {
    family inet {
        address 10.1.1.87/31;
    }
    family iso;
    family mpls;
}

ar1.xxx> show configuration protocols isis interface xe-10/0/2.0
ldp-synchronization {
    hold-time 600;
}
point-to-point;
bfd-liveness-detection {
    minimum-interval 50;
    multiplier 3;
}

interface GigabitEthernet0/1/0
 mtu 9100
 undo shutdown
 ip address 10.1.1.86 255.255.255.254
 isis enable 1
 isis circuit-type p2p
 isis circuit-level level-2
 isis ldp-sync
 isis bfd enable
 isis bfd min-tx-interval 50 min-rx-interval 50
 mpls
 mpls te
 mpls rsvp-te
 mpls ldp
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to