UNSOLVED

damogill

updated

8 years ago

D

damogill

17 Posts

0

2288

May 3rd, 2018 08:00

R1-2210 VRTX RADIUS

Hey guys,

I'm slowly trawling through our network switches and securing them off. As part of this process RADIUS is being configured, I've done most of our switches now but the VRTX switch is being a pain. I get a rejection message on the switch and RADIUS authenticates the user fine with event ID 6278. I've removed IP's and keys for security.

%AAA-W-REJECT: New ssh connection, source   destination    REJECTED

Here is my configuration.

aaa authentication login default radius local
aaa authentication enable default none
ip http authentication aaa login-authentication radius local
!
radius-server host 
 
   key 
  
    radius-server host 
   
     key 
    
      ! line console login authentication default enable authentication default exec-timeout 60 exit line ssh login authentication default enable authentication default exec-timeout 60 exit
    
   
  
 

I started to think there was a management access class somewhere so set one up but it made no difference.

management access-list secure-mgmt
 permit service ssh
 permit service http
 permit service https
 permit ip-source 
 
   service snmp
 permit ip-source 
  
    service snmp exit management access-class secure-mgmt
  
 

Any ideas what's going on?