cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
331
Views
0
Helpful
1
Replies

Callback configuration for NM-8Am v2 at 3725

ttaktak
Level 1
Level 1

I have tried to configure callback for NM-8AMv2 but no success.If I remove the callback configuration (ppp callback accept/permit) from Group Async, everything becomes ok.(Dial in users can get access to the network) Here is the my configuration.When I open debugs, I can see PPP authentication succeeded, Link Protocol is being UP, but the router is not cutting out the connection and triggering callback. I dont know why. I have read on discussion boards, some people faced with the same problem.Any suggestion.....

Current configuration : 4340 bytes

!

version 12.3

service exec-callback

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname buras

!

boot-start-marker

boot-end-marker

!

enable secret xxxxx

!

username xxx password xxx

username xxx callback-dialstring xxx

username ras callback-dialstring "" xxx

no network-clock-participate slot 1

no network-clock-participate slot 2

no network-clock-participate wic 0

no network-clock-participate wic 1

no network-clock-participate wic 2

no network-clock-participate aim 0

no network-clock-participate aim 1

modem country smart_acf turkey

aaa new-model

!

!

aaa authentication login default none

aaa authentication login no_tacacs enable

aaa authentication login use-local local

aaa authentication ppp default local

aaa authorization network use-local local

aaa session-id common

ip subnet-zero

ip cef

!

!

!

!

no ftp-server write-enable

!

chat-script reset "" "at&fb0x4&a3&c1&d2&m4&h1&k1&b1&r2&s1s0=1&w" "OK" ""

chat-script rbtrcallback ABORT ERROR ABORT BUSY "" "ATZ" OK "ATDT \T" TIMEOUT 30 CONNECT \c

chat-script offhook "" "ATH1" OK

chat-script callback ABORT ERROR ABORT BUSY "" "ATZ" OK "ATDT \T" TIMEOUT 30 CONNECT \c

!

!

!

interface Loopback0

ip address 192.168.1.1 255.255.255.0

!

interface FastEthernet0/0

ip address 192.168.2.1 255.255.255.0

duplex auto

speed auto

!

interface FastEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface Serial1/0

no ip address

shutdown

!

interface Serial1/1

no ip address

shutdown

!

interface Serial1/2

no ip address

shutdown

!

interface Serial1/3

no ip address

shutdown

!

interface Serial1/4

no ip address

shutdown

!

interface Serial1/5

no ip address

shutdown

!

interface Serial1/6

no ip address

shutdown

!

interface Serial1/7

no ip address

shutdown

!

interface Group Async 1

ip unnumbered Loopback0

encapsulation ppp

ip tcp header-compression

dialer in-band

dialer-group 1

async mode interactive

peer default ip address pool servus

ppp callback accept

ppp authentication chap

!

!

ip local pool servus 192.168.1.10 192.168.1.50

ip classless

ip http server

!

!

!

!

map-class dialer callback

dialer callback-server username

dialer-list 1 protocol ip permit

!

control-plane

!

!

line con 0

line 65 72

script dialer callback

script modem-off-hook offhook

script callback callback

login authentication use-local

modem InOut

modem autoconfigure discovery

transport input all

autoselect during-login

autoselect ppp

callback forced-wait 30

line aux 0

line vty 0 4

!

!

end

1 Reply 1

makchitale
Level 6
Level 6

Can you please capture the following debugs for an attempted callback call (with msec timestamps):

deb chat / deb modem / deb ppp nego / deb callback

deb authentication / deb aaa authorization

Thanks, Mak

Review Cisco Networking for a $25 gift card