| username test password cisco | ローカル認証データベースユーザ名test、パスcisco |
| aaa new-model | AAA有効化 |
| aaa authentication login default group radius local line | Default(VTY、TTY、Console、Aux)にmethod(認証方式)をgroup radius以下順番通り |
| aaa authentication login NOAUTH none | NOAUTHは認証除外、認証しない設定 |
| radius-server host 10.10.10.200 auth-port 1812 acct-port 1646 key CISCO-PASS | 外部Radius10.10.10.200参照、認証ポート1812 |
| line con 0 | |
| login authentication NOAUTH | NOAUTHが適応 |
| line vty 0 4 | |
| password cisco |