Hi Sumanta,
I think I got the issue in your configuration you must specify the
link-local address in the following format , I have shared the sample Configuration below please have a look.
Sw2
===
configure bgp AS-number 1
configure bgp routerid 2.2.2.2
create bgp neighbor fe80::204:96ff:fe99:c8c2%vlan1 remote-AS-number 1
enable bgp neighbor fe80::204:96ff:fe99:c8c2%vlan1
disable bgp neighbor fe80::204:96ff:fe99:c8c2%vlan1 capability ipv4-unicast
disable bgp neighbor fe80::204:96ff:fe99:c8c2%vlan1 capability ipv4-multicast
enable bgp neighbor fe80::204:96ff:fe99:c8c2%vlan1 capability ipv6-unicast
enable bgp
Sw1:
===
configure bgp AS-number 1
configure bgp routerid 1.1.1.1
create bgp neighbor fe80::204:96ff:fe99:e089%vlan1 remote-AS-number 1
enable bgp neighbor fe80::204:96ff:fe99:e089%vlan1
disable bgp neighbor fe80::204:96ff:fe99:e089%vlan1 capability ipv4-unicast
disable bgp neighbor fe80::204:96ff:fe99:e089%vlan1 capability ipv4-multicast
enable bgp neighbor fe80::204:96ff:fe99:e089%vlan1 capability ipv6-unicast
enable bgp
By execute the command "show ipconfig ipv6 " you get the IPv6 prefix for the link-local address.
sh ipconfig ipv6
Route Sharing : Disabled
Route Compression : Enabled
ICMP Redirect for Fast Path : Disabled
Max Shared Gateways : Current: 4 Configured: 4
Route Sharing Hash : CRC Lower
Ping Protection : Enabled for static routes Interval: 2 Misses: 3
Interface IPv6 Prefix Flags
vlan1 fe80::204:96ff:fe99:e089%vlan1/64 -EUfP--R-
Flags : D - Duplicate address detected on VLAN, T - Tentative address
E - Interface enabled, U - Interface up, f - IPv6 forwarding enabled,
i - Accept received router advertisements enabled,
R - Send redirects enabled, r - Accept redirects enabled
P - Prefix address
sh bgp neighbor
Peer AS Weight State InMsgs OutMsgs(InQ) Up/Down
-----------------------------------------------------------------------------------
Ie-- fe80::204:96ff:fe99:c8c2%vlan1 1 1 ESTABLISHED 12 13 (0 ) 0:0:07:04
Flags: (d) disabled, (e) enabled, (E) external peer, (I) internal peer
(m) EBGP multihop, (r) route reflector client
please let me know if you have any question or concern