I got this strange behaviour where the IPv6 doesn't work correctly or not working at all on LT interfaces. http://www.juniper.net/techpubs/en_US/junos12.2/topics/concept/logical-systems-restrictions.html Logical systems have the following operations and restrictions: * You can configure only Frame Relay interface encapsulation on a logical tunnel interface ( lt- ) when it is configured with an IPv6 address. So if you are using Logical Systems on Juniper and you have to do IPv6 labs avoid encapsulation ethernet. Example root@jnlab# show interfaces { lt-2/2/0 { unit 46 { encapsulation frame-relay; dlci 100; peer-unit 45; family inet { address 172.27.0.58/30; } ...