I am trying to get IPv6 configured on an MLX and it doesn't seem to to be working.<br><br>I have two routers connected to each other with ipv6 configured on a ve thusly:<br><br>First Router<br><br>ipv6 unicast-routing<br>
interface ve 197<br> port-name To SJC2<br> ip rip v2-only<br> ip address <a href="http://216.52.87.245/30">216.52.87.245/30</a><br> ipv6 address 2620:0:5100::/64 eui-64<br> ipv6 enable<br><br>telnet@SJC-BGW-01#sho ipv6 interface ve 197<br>
Interface VE 197 is up, line protocol is up<br>  vlan id: 197<br>  members: ethe 1/3 to 1/4<br>  active: ethe 1/3 to 1/4<br>  IPv6 is enabled, link-local address is fe80::21b:edff:feae:bc00 [Preferred]<br>  Global unicast address(es):<br>
    2620:0:5100:0:21b:edff:feae:bc00 [Preferred],  subnet is 2620:0:5100::/64<br>    2620:0:5100:: [Anycast],  subnet is 2620:0:5100::/64<br><br>Second Router<br><br>ipv6 unicast-routing<br><br>interface ve 197<br> ip rip v2-only<br>
 ip address <a href="http://216.52.87.246/30">216.52.87.246/30</a><br> ipv6 address 2620:0:5150::/64 eui-64<br> ipv6 enable<br><br>telnet@SJC-BGW-02#sho ipv6 interface ve 197<br>Interface VE 197 is up, line protocol is up<br>
  vlan id: 197<br>  members: ethe 1/3 to 1/4<br>  active: ethe 1/4<br>  IPv6 is enabled, link-local address is fe80::21b:edff:feae:de00 [Preferred]<br>  Global unicast address(es):<br>    2620:0:5150:0:21b:edff:feae:de00 [Preferred],  subnet is 2620:0:5150::/64<br>
    2620:0:5150:: [Anycast],  subnet is 2620:0:5150::/64<br><br>But I can not ping between them.<br><br>from the second router to the first:<br><br>telnet@SJC-BGW-02#ping ipv6 2620:0:5100:0:21b:edff:feae:bc00<br>Sending 1, 16-byte ICMPv6 Echo to 2620:0:5100:0:21b:edff:feae:bc00<br>
timeout 5000 msec, Hop Limit 0<br>Type Control-c to abort<br>Request timed out.<br>No reply from remote host.<br><br>And sho ipv6 neigh shows only the link local IP, not the address I assigned:<br><br>telnet@SJC-BGW-02#sho ipv6 neigh<br>
Total number of Neighbor entries: 1<br>    IPv6 Address                     VLAN  LinkLayer-Addr State Age Port    IsR<br>1   fe80::21b:edff:feae:bc00          197  001b.edae.bc00 STALE 1856ve 197    1<br><br>I am probably missing some very basic step someplace.  Can anyone toss me a clue?<br>
<br>George<br><br>