Ключевые слова:cisco, dialup, config, (найти похожие документы)
From: btr <enforcer@sibru.ru.>
Newsgroups: email
Date: Wed, 29 Jun 2005 07:09:54 +0600 (YEKST)
Subject: Пример конфигурации dial-up пула для cisco 2611
Пример конфигурации dial-up пула для cisco 2611
(ios c2600-entbase-mz.123-7.T9) с модемным модулем nm-8am-v2
Данный конфиг позволяет юзерам коннектиться по модемам в локальную сеть
без авторизации. Что бывает необходимо при быстрой организации
технологической связи и на случай аварии при авторизации, например,
через radius либо tacacs.
Модуль nm-8am-v2 поддерживается ios-ами с версиями 12.3-x и выше.
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxx
enable password 111111
!
no network-clock-participate slot 1
no network-clock-participate wic 0
modem country smart_acf russia
no aaa new-model
ip subnet-zero
no ip cef
ip name-server 10.33.40.1
!
!
!
!
no ip domain lookup
no ftp-server write-enable
!
modemcap entry m_conf:MSC=&F&s0=1
!
!
!
interface FastEthernet0/0
ip address 10.33.40.130 255.255.255.0
no ip mroute-cache
speed auto
full-duplex
!
interface Group-Async1
ip unnumbered FastEthernet0/0
encapsulation ppp
async default routing
async mode interactive
peer default ip address pool DIALIN
keepalive 10 3
group-range 33 40
!
ip local pool DIALIN 10.33.40.131 10.33.40.138
ip classless
ip route 0.0.0.0 0.0.0.0 10.33.40.11
ip route 0.0.0.0 0.0.0.0 10.33.40.13 10
no ip http server
!
!
access-list 1 permit any
dialer-list 1 protocol ip permit
!
!
control-plane
!
!
line con 0
line 33 40
session-timeout 30
exec-timeout 30 0
modem Dialin
modem autoconfigure type m_conf
no exec
transport input all
transport output all
escape-character NONE
autoselect during-login
autoselect ppp
line aux 0
line vty 0 4
password xxxxxxxxxxxx
login
!
!
!
end
--
btr icq # 105360 e-mail: btr [at] btr . name