3com 3031 Instruccion De Instalación

Descargar
Página de 1122
AAA and RADIUS Configuration Examples
801
Networking diagram 
Please refer to Figure 196
Configuration precedure 
Start AAA.
[3Com]aaa enable
Configure authentication is local first.
[3Com]aaa authentication-scheme local-first
Configure default scheme for PPP user
[3Com]aaa authentication-scheme ppp default radius
Configure RADIUS server IP address and port with default port number.
[3Com]radius server 129.7.66.66 authentication-port 1000 
accounting-port 1001 auth-primary acct-primary
[3Com]radius server 129.7.66.67
Configure RADIUS server shared secret, retransmission times and timeout timer.
[3Com]radius shared-key mytest
[3Com]radius retry 2
[3Com]radius timer response-timeout 5
Configure real-time accounting, and interval is 5 minutes.
[3Com]radius timer realtime-accounting 5
Configure application authentication scheme at the interface Serial0/0/0.
[Router-Serial0/0/0]ppp authentication-mode chap scheme default
Authenticating FTP User
Networking requirement
Use RADIUS server for authentication on FTP users. If it fails, no authentication is 
applied.
RADIUS server 129.7.66.66 acts as the master authentication server. No slave 
server is configured and the default port number 1812 is applied.
Networking diagram
Refer to Figure 196.
Configuration procedure
Enable AAA.
[3Com]aaa enable
Configure default authentication scheme for login users.
[3Com]aaa authentication-scheme login default radius none
Configure RADIUS server IP address and default port number.
[3Com]radius server 129.7.66.66
Configure RADIUS server shared key, retransmission times, timeout timer and 
restore time.
[3Com]radius shared-key this-is-my-secret
[3Com]radius retry 4