Ключевые слова:cisco, aux, dialup, ppp, (найти похожие документы)
_ RU.CISCO (2:5077/15.22) ___________________________________________ RU.CISCO _
From : Alexander G 2:5020/400 26 Oct 99 11:30:30
Subj : [CISCO] modem on AUX
________________________________________________________________________________
From: "Alexander G" <alexgor@chaika-plaza.ru>
conf t
Задаешь тип аутентикации и авторизации
aaa new-model
aaa authentication login local
aaa authentication ppp dialup local
aaa authorisation network if-authenticated
Конфигуришь инетерфейс асинхронный
in as 1
ip unnumbered eth 0
peer local default pool dialup
autodetect encapsulation ppp
async mode interactive
ppp authentication pap dialup
peer default local pool dialup
no cdp enable
exit
Задаешь пул адресов, можно придавать один адрес, но завел пул
ip local pool dialup FIRST_IP_ADDRESS SECOND_IP_ADDRESS
Конфигуришь терминал для авторизациии и модемизации :о))
line 1
modem autocofigure discovery
modem inout
autoselect ppp
login authentication dialup
transport all
autohangup
flowcontrol software in
end
wr mem -при желании
Для отладки юзай дебаги типа :
deb modem
deb aaa authentic
deb aaa authoris
Я юзаю радиус там аутентикация по иному пишеться, посмтришь через "?"
--- ifmail v.2.14dev3 * Origin: Demos online service (2:5020/400)