Radius - cisco

De Wiki doc

Version datée du 8 mars 2019 à 07:57 par Ycharbi (discussion | contributions) (Page créée avec « Category:cisco =Configuration= ==Ancienne méthode== <source lang="bash"> aaa new-model radius-server host 172.16.123.100 auth-port 1812 acct-port 1813 key toto123 aa... »)
(diff) ← Version précédente | Version actuelle (diff) | Version suivante → (diff)


Configuration

Ancienne méthode

<source lang="bash"> aaa new-model radius-server host 172.16.123.100 auth-port 1812 acct-port 1813 key toto123 aaa authentication login default group radius local aaa authorization exec default group radius local </source>

Nouvelle méthode

<source lang="bash"> aaa new-model radius server toto address ipv4 172.16.123.100 auth-port 1812 acct-port 1813 key toto123 exit aaa authentication login default group radius local aaa authorization exec default group radius local </source>