Task - Configure SW4 to authennticate its BGP peering session with BB2 using the password CISCO.


SW4
router bgp 200
bgp router-id 150.1.10.10
neighbour 183.1.105.5 remote-as 100
neighbour 183.1.107.7 remote-as 200
neighbour 192.10.1.254 remote-as 254
neighbour 192.10.1.254 password CISCO

On CCO CD, it mentions command "neighbour 192.10.1.254 password CISCO" is using MD5.

However, i am not able to establish a peering with BB2 (192.10.1.254). I am able to ping BB2 from SW4.

Keeps getting this message on SW4
%TCP-6-BADAUTH: No MD5 digest from 192.10.1.254(179) to 192.10.1.10(54775) (RST)


I jumped into BB2 configs and have a look. I dont see any
"neighbour 192.10.1.10 remote-as 200" under BB2's BGP configurations.

Anyone experienced the same problem as me?

Thank you for any kind replies.