11-26-2004 05:33 AM - edited 03-02-2019 08:13 PM
On catalyst 2950 with c2950-i6q4l2-mz.121-22.EA1.bin we have command "rtr key-chain <name of key-chain>". But I can't find command "key chain <name of key-chain" for configuring password key-string for RTR/SAA authentication. So, how can I uses RTR/SAA with MD5 authentication between catalyst 2950 and 3550?
12-02-2004 01:20 PM
As far as I know, you cannot use TRT SAA with md5 AUTHN.
12-05-2004 06:28 AM
No, I don't think you can use MD5 either.
Not sure if you haven't already got this far, but to configure auth :
RTR(config)#key chain test1
RTR(config-keychain)#key 1
RTR(config-keychain-key)#key-string
and to complete it
RTR(config)#rtr key-chain test1
to confirm,
RTR#show runn | i key
key chain test1
key 1
key-string xxxxx
assuming service password-encryption configured.
RTR#show runn | i rtr key
rtr key-chain test1
Use same at both ends, but the responder i.e. not the one receiving the initial requests, has to have
RTR(config)#rtr responder
added to the config. Cheers.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide