[j-nsp] ISIS Adjacency Problems

Eric Van Tol eric at atlantech.net
Thu Dec 3 10:30:06 EST 2009


Hello,
I'm trying to bring up ISIS between a J2350 running 8.5R2.10 and an MRV Optiswitch.  I currently have ISIS running on the J2350 in an IPv6-only capacity.  If I enable it for this new interface and disable IPv6 in the interface config in ISIS, I still see hellos going out with IPv6 capability.  Here's my config:

topologies ipv6-unicast;
interface ge-0/0/1.930 {
    no-ipv4-multicast;
    no-ipv6-unicast;
    no-ipv6-multicast;
    level 1 priority 10;
    level 2 priority 10;
}
interface ge-0/0/2.0 {
    no-unicast-topology;
}
interface lo0.0 {
    passive;
}
user at router# top show interfaces ge-0/0/1.930 
vlan-id 930;
family inet {
    address xxx.xxx.xxx.161/30;
}
family iso;

Traceoptions shows hello packets being sent out:

Dec  3 10:26:49.694967 Sending L1 LAN IIH on ge-0/0/1.930
Dec  3 10:26:49.695343     max area 0, circuit type l1l2
Dec  3 10:26:49.695377     hold time 27, priority 10, circuit id xxxx.00
Dec  3 10:26:49.695392     neighbor 0:f:bd:0:7f:ad
Dec  3 10:26:49.695407     speaks IP
Dec  3 10:26:49.695419     speaks IPv6
Dec  3 10:26:49.695442     IP address xxx.xxx.xxx.161
Dec  3 10:26:49.695464     area address 47.0001 (3)
Dec  3 10:26:49.695479     restart RR reset RA reset holdtime 0
Dec  3 10:26:49.695493     1424 bytes of total padding
Dec  3 10:26:49.695508     packet length 1492
Dec  3 10:26:49.700244 Sending L2 LAN IIH on ge-0/0/1.930
Dec  3 10:26:49.700301     max area 0, circuit type l1l2
Dec  3 10:26:49.700321     hold time 27, priority 10, circuit id xxxx.00
Dec  3 10:26:49.700337     neighbor 0:f:bd:0:7f:ad
Dec  3 10:26:49.700350     speaks IP
Dec  3 10:26:49.700363     speaks IPv6
Dec  3 10:26:49.700386     IP address xxx.xxx.xxx.161
Dec  3 10:26:49.700408     area address 47.0001 (3)
Dec  3 10:26:49.700772     restart RR reset RA reset holdtime 0
Dec  3 10:26:49.700815     1424 bytes of total padding
Dec  3 10:26:49.700827     packet length 1492

My adjacency fails with the error 'supported protocols mismatch' on the other side and the J-Series just sits in 'Init' state.  Am I misunderstanding something about disabling IPv6 capability on this one interface?

thanks,
evt


More information about the juniper-nsp mailing list