This article explains how to clear the a commit error while configuring IPv6 address.
Commit failed with the following error message:
root@ex4600# commit [edit interfaces irb unit 101 family inet6] 'address 2001:288:3201:8:356:101:ffff:feff/96' Prefix length must be less than or equal to 64 error: configuration check-out failed
The specific configuration will trigger this commit error.
root@ex4600# set interfaces irb unit 101 family inet6 address 2001:288:3201:8:356:101:ffff:feff/96 eui-64
EUI-64 (Extended Unique Identifier)
Use /64 prefix length while using EUI-64 and configure /96 prefix length without EUI-64.
Example:
root@ex4600# set interfaces irb unit 101 family inet6 address 2001:288:3201:8:356:101:ffff:feff/96