Добрый всем день !Мучаю и себя и 5350 третий день :( Задача:дать интернет диалап пользователям, без радиуса и прочих заморок.
При звонке на 5350 , модем вяжется , в окне терминала ввожу нужный логин и пароль ,
на что получаю ответ 5350:
Entering ppp mode.
Async interface address is unnumbered (Loopback0)
Your IP address is 0.0.0.0 MTU is 1500 bytes. .....
почему ip нулевой ??? вроде ж всё верно ...
(делал конфигурацию по аналогии с
http://www.ciscosystems.cd/en/US/tech/tk801/tk379/technologi...
Помогите понять что в моей конфигурации неверно настроено для такой простой задачи ?
Current configuration : 6149 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 5350
!
boot-start-marker
no boot startup-test
boot-end-marker
!
!
!
!
resource-pool disable
aaa new-model
!
!
aaa authentication password-prompt password:
aaa authentication username-prompt login:
aaa authentication login default local
aaa authentication login NO_AUTHEN none
aaa authentication ppp default local
aaa authorization network default local
!
aaa nas port extended
aaa session-id common
clock timezone MSK 3
clock summer-time MSK recurring last Sun Mar 3:00 last Sun Oct 3:00
spe default-firmware spe-firmware-1
!
!
ip cef
ip dhcp smart-relay
!
!
isdn switch-type primary-net5
!
!
controller E1 1/0
framing NO-CRC4
pri-group timeslots 1-31
description Dial-UP-in
!
controller E1 1/1
framing NO-CRC4
pri-group timeslots 1-31
description VoIP
!
!
!
interface Loopback0
ip address 172.17.17.1 255.255.255.0
!
interface Loopback1
ip address 172.17.18.1 255.255.255.0
!
interface FastEthernet0/0
no ip address
ip route-cache flow
load-interval 30
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 172.17.3.2 255.255.255.192
no ip redirects
ip nat inside
no ip virtual-reassembly
!
interface FastEthernet0/0.3
encapsulation dot1Q 3
ip address 192.168.0.2 255.255.255.0
no ip redirects
ip nat inside
no ip virtual-reassembly
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 172.17.4.2 255.255.255.192
no ip redirects
ip nat inside
no ip virtual-reassembly
!
interface FastEthernet0/1
description -- UpLink
no ip address
ip nat outside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
!
interface FastEthernet0/1.504
encapsulation dot1Q 504
ip address 18.*.*.*.
ip nat outside
ip virtual-reassembly
!
interface FastEthernet0/1.505
encapsulation dot1Q 505
ip address 10.*.*.*
!
interface Serial0/0
no ip address
shutdown
clock rate 2000000
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
interface Serial1/0:15
no ip address
encapsulation ppp
dialer rotary-group 10
dialer-group 5
isdn switch-type primary-net5
isdn incoming-voice modem
no cdp enable
ppp authentication chap
ppp multilink
!
interface Serial1/1:15
no ip address
encapsulation ppp
isdn switch-type primary-net5
isdn incoming-voice modem
isdn map address . plan isdn type unknown
isdn send-alerting
isdn sending-complete
no fair-queue
no cdp enable
!
interface Async1
no ip address
encapsulation slip
!
interface Dialer10
ip unnumbered Loopback1
encapsulation ppp
dialer in-band
dialer idle-timeout 900
dialer-group 5
peer default ip address pool ISDN
ppp authentication chap
ppp multilink
!
interface Group-Async0
ip unnumbered Loopback0
encapsulation ppp
no ip mroute-cache
dialer in-band
dialer idle-timeout 900
dialer-group 5
async mode interactive
peer default ip address pool ASYNC
no fair-queue
ppp authentication chap
ppp multilink
group-range 3/00 3/59
!
ip local pool ISDN 172.17.18.2 172.17.18.254
ip local pool ASYNC 172.17.17.2 172.17.17.250
ip route 0.0.0.0 0.0.0.0 18.*.*.*
ip route 18.*.*.*
ip route 19.*.*.*
!
no ip http server
!
ip nat pool InternalPool 19.*.*.* netmask 255.255.255.252
ip nat inside source list 1 pool InternalPool overload
ip nat inside source list 100 pool InternalPool overload
!
logging trap debugging
access-list 1 permit 192.168.0.9
access-list 1 permit 192.168.0.10
access-list 1 permit 192.168.0.11
access-list 1 permit 192.168.0.15
access-list 1 permit 172.17.3.0 0.0.0.63
access-list 1 permit 172.17.4.0 0.0.0.255
dialer-list 5 protocol ip list 100
snmp-server community public RO
!
!
!
!
control-plane
!
!
call progress tone country russia
!
!
voice-port 1/0:D
!
voice-port 1/1:D
output attenuation -4
echo-cancel coverage 16
no comfort-noise
cptone RU
bearer-cap Speech
!
!
dial-peer cor custom
!
!
!
dial-peer voice 6 voip
huntstop
destination-pattern .T
progress_ind setup enable 3
signaling forward conditional
voice-class codec 1
session target ipv4:18.*.*.*
dtmf-relay h245-alphanumeric
fax rate 9600
no vad
!
dial-peer voice 31 pots
huntstop
destination-pattern #6#.T
translate-outgoing called 100
no digit-strip
direct-inward-dial
port 1/1:D
!
!
ss7 mtp2-variant Bellcore 0
ss7 mtp2-variant Bellcore 1
ss7 mtp2-variant Bellcore 2
ss7 mtp2-variant Bellcore 3
!
line con 0
logging synchronous
history size 256
transport preferred none
escape-character 3
line aux 0
logging synchronous
line vty 0 4
password *****
line 3/00 3/59
no modem callout
modem Dialin
autocommand ppp
transport input all
transport output all
escape-character BREAK
autoselect during-login
autoselect ppp
!
scheduler allocate 10000 400
end