Aruba & ProVision-based
1753290 Members
5513 Online
108792 Solutions
New Discussion

Re: Radius configuration - E3800-48G-​PoE+ J9574A

 
EckerA
Respected Contributor

Re: Radius configuration - E3800-48G-​PoE+ J9574A

try

ip source-interface ...

 

hth

boziah
Advisor

Re: Radius configuration - E3800-48G-​PoE+ J9574A

nope, actually there is no ip source-interface command on my switch, maybe on other models.

 

mose(config)# ip sour
 source-binding
 source-lockdown
 source-route
mose(config)# ip source-interface
Invalid input: source-interface

jefflj
Frequent Advisor

Re: Radius configuration - E3800-48G-​PoE+ J9574A

what version of SW are you running? I have the most current version and the command (from the config context) is:
ip source-interface radius <ip addr>
cenk sasmaztin
Honored Contributor

Re: Radius configuration - E3800-48G-​PoE+ J9574A

hi example config for you

 

 

radius-server host IP Address key procurve

 

aaa authentication method enable/login auth1 auth2

 

aaa authentication console login radius local

aaa authentication console enable radius local

aaa authentication web login radius local

aaa authentication telnet login radius local

aaa authentication telnet enable radius local

aaa authentication ssh login radius local

aaa authentication ssh enable radius local

 

 

 

aaa authentication login privilege-mode

cenk