Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »


https://www.youtube.com/watch?v=Hyp2OzDM7vI







Tunnel LDP and BFD config
root@ACX5048-R103> show configuration protocols ldp
interface ge-0/0/0.0;
interface lo0.0;
oam {
    fec 10.99.92.177/32;
    bfd-liveness-detection {
        minimum-interval 300;
    }
    lsp-ping-interval 30;
}



root@ACX5048-R203> show configuration protocols ldp
interface ge-0/0/0.0;
interface xe-0/0/46.0;
interface lo0.0;
oam {
    fec 10.99.92.95/32;
    bfd-liveness-detection {
        minimum-interval 300;
    }
    lsp-ping-interval 30;
}


2x bfd session ( one in each direction)
{master:0}
root@ACX5048-R103> show lldp neighbors
Local Interface    Parent Interface    Chassis Id          Port info          System Name
ge-0/0/0           -                   0c:86:10:32:0d:00   503                ACX5048-R203



root@ACX5048-R103> show bfd session
                                                  Detect   Transmit
Address                  State     Interface      Time     Interval  Multiplier
10.99.92.177             Up                       0.900     0.300        3
127.0.0.64               Up        ge-0/0/0.0     0.900     0.300        3

2 sessions, 2 clients
Cumulative transmit rate 6.7 pps, cumulative receive rate 6.7 pps


{master:0}
root@ACX5048-R203> show bfd session
                                                  Detect   Transmit
Address                  State     Interface      Time     Interval  Multiplier
10.99.92.95              Up                       0.900     0.300        3
127.0.0.64               Up        ge-0/0/0.0     0.900     0.300        3

2 sessions, 2 clients
Cumulative transmit rate 6.7 pps, cumulative receive rate 6.7 pps










  • No labels