Hi All,

I am having problem to established NBMA relationship between two P2P SONET
interfaces with frame-relay encapsulation. Can anyone tell me what is wrong
with the following interface and ospf configuration or what else need to be
added to have neighbor established. I am able to ping P2P ips and NBMA is
working fine on multipoint interface configuration.

*A-END Configuration*

LAB1 <r...@lab1># show interfaces so-0/2/1
hold-time up 30 down 30;
encapsulation frame-relay;
lmi {
    n391dte 1;
    n392dte 2;
    n393dte 3;
    t391dte 15;
    lmi-type itu;
}
unit 0 {
    dlci 100;
    family inet {
        address 10.0.2.5/30;
    }
}
[edit]
LAB1 <r...@lab1># show protocols ospf
area 0.0.0.0 {
    interface so-0/2/1.0 {
        interface-type nbma;
        neighbor 10.0.2.6 eligible;
    }
}
[edit]
LAB1 <aa...@lab1>#

*B-END Configuration*
**
LAB2 <r...@lab2># show interfaces so-0/2/1
dce;
hold-time up 30 down 30;
encapsulation frame-relay;
lmi {
    n392dce 2;
    n393dce 3;
    t392dce 25;
    lmi-type itu;
}
unit 0 {
    dlci 100;
    family inet {
        address 10.0.2.6/30;
    }
}
[edit]
LAB2 <r...@lab2># show protocols ospf
area 0.0.0.0 {
    interface so-0/2/1.0 {
        interface-type nbma;
        neighbor 10.0.2.5 eligible;
    }
}
[edit]
LAB2 <aa...@lab2>#


some ospf outputs

LAB1 <r...@lab1># run show ospf interface
Interface           State   Area            DR ID           BDR ID
Nbrs
so-0/2/1.0          DR      0.0.0.0         10.0.5.1
0.0.0.0            0
so-0/2/1.0          DR      0.0.0.0         10.0.5.1
0.0.0.0            1
[edit]
aa...@lab1# run show ospf neighbor
Address          Interface              State     ID               Pri  Dead
10.0.2.6         so-0/2/1.0             Down      0.0.0.0            0     0
10.0.2.6         so-0/2/1.0             Attempt   0.0.0.0            0     0
[edit]
aa...@lab1#

Why we have two interface and neighbor entries in "show ospf interface" and
"show ospf neighbor"?



Regards.
Aamir
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to