04-27-2007 06:42 AM - edited 03-03-2019 04:44 PM
i get this error from router 1841
*Apr 27 13:16:27.645: %DIALER-6-BIND: Interface Vi2 bound to profile Di0
*Apr 27 13:16:27.649: %LINK-3-UPDOWN: Interface Virtual-Access2, changed
state t
o up
*Apr 27 13:16:27.925: %DIALER-6-UNBIND: Interface Vi2 unbound from profile
Di0
*Apr 27 13:16:27.929: %LINK-3-UPDOWN: Interface Virtual-Access2, changed
state t
o down
does anyone know what is the problem and how can i fix it,
pls
thx
04-27-2007 07:12 AM
Amar
I do not believe that we have enough information here to find the problem. The output that you posted indicates that there is a virtual-access interface interacting with a dialer profile. At 13:16:27.649 the virtual-access is bound to the dialer profile and at 13:16:27.925 it is unbound. It would appear that during the elapsed time that the dialer profile attempted to do something, but we do not know what it was attempting and what the outcome was.
Perhaps we would get more useful information if you run and post the output of debug isdn q931 and perhaps the output of debug dialer.
HTH
Rick
04-27-2007 01:26 PM
Ok.
For now I can not give you more info, like debug status,
I will have the debug info after the holidays..
But, I can say that we use an ADSL internet connection, pppoe,
with a dialer interface and a dynamic ip.
during the establishment of the pppoe connection my virtual-access
interface keeps unbinding itself from the dialer and the connection
lasts a mare second or two and brakes.
i hope this info also helps and will be posting the debug output in a few days
thx
04-28-2007 03:04 AM
Seems like your PPP could be failing, run some debugs and post us the results when you have a chance.
debug ppp nego
debug ppp authen
02-22-2017 09:12 PM
Use "callin" option with ppp under Dialer interface
"ppp authentication chap callin"
The full ppp configuration:
interface Dialer1
ip address negotiated
ip mtu 1492
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname XXXX
ppp chap password 0 XX
interface Ethernet0/0
no ip address
pppoe enable group global
pppoe-client dial-pool-number 1
end
ip route 192.0.0.0 255.255.0.0 Dialer1 ( static route towards ISP network)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide