Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Can anyone tell me what's going on here.This caused the input queue on my fastE peak out and not empty. Also the CPU went to 98%.The sh proc cpu & sh log indicated a problem with EIGRP.EIGRP: Received HELLO on FastEthernet1/0 nbr 10.1.1.1Nov 15 21:06...
I have TACACS+ setup on a linux box for authentication/authorization of VTY session on our core routers. I have the authentication part working, but the authrozation does not seem to control the cmd I wants each user/group to have. Does any one hav...
Have you tried using a route-map to set local pref higher on the 10MB. Example:router bgp "Your AS"neighbor "10Mb AS#" route-map LOCPREF inip as-path access-list 90 permit "use reg exp to list AS path"route-map LOCPREF permit 10 match as-path 90 set...
I have TACACS+ running on a Linux box as well, but I am having problems with the authorization for just telnet access into our routers. Do you have example config of the AAA and the tacacs+ server that you could share.Thanks