карточные пользователи не "отключаются" при уходе

Технические вопросы по UTM 5.0
Ответить
Lexusbor1
Сообщения: 3
Зарегистрирован: Пт окт 12, 2007 16:35

карточные пользователи не "отключаются" при уходе

Сообщение Lexusbor1 »

Подскажи пожалуйста, такая проблема:

Карточные пользователи при уходе в минус не отключаются, версия netup 5.2.1 – 005, cisco 3640 ver 12.2.
Netup стоит на WIndows 2003

Вот конфиг Cisci:

version 12.2
service timestamps debug datetime
service timestamps log datetime
no service password-encryption
!
hostname Voice
!
boot system flash c3640-jo3s56i-mz.121-5.T14.bin
logging queue-limit 100
logging buffered 30000 debugging
no logging console
aaa new-model
aaa authentication login default local
aaa authentication ppp pppoe if-needed local group radius
aaa authorization exec pppoe local
aaa authorization network pppoe group radius
aaa accounting delay-start
aaa accounting update periodic 1
aaa accounting network pppoe start-stop group radius
!
clock timezone MSK 3
clock summer-time MSK recurring 1 Sun Apr 0:00 1 Sun Oct 0:00
ip subnet-zero
!
!
vpdn-group 1
accept-dialin
protocol pppoe
virtual-template 1
pppoe limit per-mac 50
!
!
interface FastEthernet0/0
ip address {xxxxx}
ip accounting output-packets
duplex auto
speed auto
h323-gateway voip interface
h323-gateway voip id ihousegk ipaddr {yyy.yyy}
h323-gateway voip h323-id Voice
!
interface FastEthernet1/0
description Fast Ethernet Interface
ip address 192.168.0.1 255.255.255.0
ip accounting output-packets
duplex auto
speed auto
pppoe enable
no cdp enable
!
interface Virtual-Template1
ip address {rrr.rrr.rrr.rrr}
peer default ip address pool INTERNAL
ppp authentication pap callin pppoe
ppp accounting pppoe
!
ip local pool INTERNAL {xxx/xxxx/xxx/xxx}
ip classless
ip route {xxx/xxx/xxx}
no ip http server
!
ip radius source-interface FastEthernet0/0
!
snmp-server community mountain RW
snmp-server community voice RW
snmp-server enable traps tty
radius-server host {xxx/xxx/xxx/xxx} auth-port 1645 acct-port 1646
radius-server retransmit 5
radius-server timeout 1
radius-server attribute 44 include-in-access-req
radius-server key {xxxxxxxxx}
radius-server vsa send accounting
radius-server vsa send authentication
!

Вот отчет радиуса когда клиент находится в минусе:

?Debug : Oct 12 15:31:46 RADIUS DBA: NAS found. Data size <0>
?Debug : Oct 12 15:31:46 AcctServer: Acct packet with session ID: 000005EF
?Debug : Oct 12 15:31:46 RADIUS DBA: NAS found. Data size <0>
?Debug : Oct 12 15:31:46 AcctServer: Acct-Interim-Update packet
?Debug : Oct 12 15:31:46 AcctServer: Acct-Start: User <borodin>
?Debug : Oct 12 15:31:46 AcctServer: Updating session <000005EF> input/output octets <21367>/<381598> session time <158>
?Debug : Oct 12 15:31:46 RADIUS DBA: Interim updating session <000005EF> with timestamp <1192188706>
?Debug : Oct 12 15:31:46 RADIUS Stream[plugin]: edit log id <1>
?Debug : Oct 12 15:31:46 AcctServer: Reply packet dump: RPacket:
Code: 5; ID: 148

?Debug : Oct 12 15:31:46 RadiusSocket: Moving RADIUS packet into send queue
?Debug : Oct 12 15:31:46 AcctServer: Next...
?Debug : Oct 12 15:31:46 RadiusSocket: Waiting for RADIUS raw data
?Debug : Oct 12 15:31:46 RadiusSocket: RADIUS raw data sent
?Debug : Oct 12 15:31:50 RADIUS Stream[plugin]: Account <42> with balance <0.000>
?Debug : Oct 12 15:31:50 RADIUS Stream[plugin]: Account <47> with balance <0.000>
?Debug : Oct 12 15:31:50 RADIUS Stream[plugin]: Ping reply received

Ответить