Hello guys,
I have a NV340 and my ADSL service it's okay and the Downstream / Upstream is reflected correctly over the interface. The problem is when the PPP interface which is configured (along with the other interfaces in this way):
interface adsl 0/1
training-mode Multi-Mode
no shutdown
!
!
interface atm 1 point-to-point
no shutdown
cross-connect 2 adsl 0/1 atm 1
!
interface atm 1.1 point-to-point
no shutdown
pvc 8/81
no ip address
qos-policy out atm1.1QosWizard
!
interface ppp 1
ip address negotiated
access-policy Public
crypto map VPN
no fair-queue
ppp pap sent-username 5553939471 password 5553939471
no shutdown
cross-connect 1 atm 1.1 ppp 1 pppoe-client
After this, the pppoe service starts the negotiation, but I'm receiving the following errors:
NetVanta340#
2000.01.01 00:04:21 PPP.NEGOTIATION atm 1.1: LCP up
2000.01.01 00:04:21 PPP.NEGOTIATION atm 1.1: LCP down
2000.01.01 00:04:21 PPPOE.CLIENT changed session state to inactive
2000.01.01 00:04:22 PPPOE.CLIENT changed session state to active
2000.01.01 00:04:30 PPP.NEGOTIATION atm 1.1: LCP up
2000.01.01 00:04:30 PPP.NEGOTIATION atm 1.1: LCP down
2000.01.01 00:04:30 PPPOE.CLIENT changed session state to inactive
2000.01.01 00:04:31 PPPOE.CLIENT changed session state to active
2000.01.01 00:04:39 PPP.NEGOTIATION atm 1.1: LCP up
2000.01.01 00:04:39 PPP.NEGOTIATION atm 1.1: LCP down
2000.01.01 00:04:39 PPPOE.CLIENT changed session state to inactive
2000.01.01 00:04:40 PPPOE.CLIENT changed session state to active
2000.01.01 00:04:48 PPP.NEGOTIATION atm 1.1: LCP up
2000.01.01 00:04:48 PPP.NEGOTIATION atm 1.1: LCP down
2000.01.01 00:04:48 PPPOE.CLIENT changed session state to inactive
2000.01.01 00:04:49 PPPOE.CLIENT changed session state to active
2000.01.01 00:04:57 PPP.NEGOTIATION atm 1.1: LCP up
2000.01.01 00:04:57 PPP.NEGOTIATION atm 1.1: LCP down
2000.01.01 00:04:57 PPPOE.CLIENT changed session state to inactive
2000.01.01 00:04:58 PPPOE.CLIENT changed session state to active
2000.01.01 00:05:06 PPP.NEGOTIATION atm 1.1: LCP up
2000.01.01 00:05:07 PPP.NEGOTIATION atm 1.1: LCP down
2000.01.01 00:05:07 PPPOE.CLIENT changed session state to inactive
2000.01.01 00:05:08 PPPOE.CLIENT changed session state to active
2000.01.01 00:05:16 PPP.NEGOTIATION atm 1.1: LCP up
2000.01.01 00:05:16 PPP.NEGOTIATION atm 1.1: LCP down
The state is flapping between up / down state.
Do you have any suggestion here?.
Thanks in advance,n