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

The Cisco C860 Software (C860VAE2-ADVSECK9-M), Version 15.6(3)M3a issu

vangvc
Level 1
Level 1
Hi all,
 
Please help me to fix the issue with  PPPOE:
  • The logs:
*Dec  1 15:52:26.175:  Sending PADI: Interface = GigabitEthernet2
*Dec  1 15:52:26.179: PPPoE 0: I PADO  R:9c8a.cb5b.608b L:084f.f95c.c165 Gi2
*Dec  1 15:52:28.223:  PPPOE: we've got our pado and the pado timer went off
*Dec  1 15:52:28.223: OUT PADR from PPPoE Session
*Dec  1 15:52:28.227: PPPoE 1404: I PADS  R:9c8a.cb5b.608b L:084f.f95c.c165 Gi2
*Dec  1 15:52:28.227: IN PADS from PPPoE Session
*Dec  1 15:52:28.227: %DIALER-6-BIND: Interface Vi1 bound to profile Di1
*Dec  1 15:52:28.227: PPPoE: Virtual Access interface obtained.
*Dec  1 15:52:28.227: PPPoE : encap string prepared
*Dec  1 15:52:28.227: [0]PPPoE 1404: data path set to PPPoE Client
*Dec  1 15:52:28.231: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up
*Dec  1 15:52:28.231: Vi1 PPP: Using dialer call direction
*Dec  1 15:52:28.231: Vi1 PPP: Treating connection as a callout
*Dec  1 15:52:28.231: Vi1 PPP: Session handle[DC00000E] Session id[14]
*Dec  1 15:52:28.251: Vi1 PPP: No authorization without authentication
*Dec  1 15:52:28.251: Vi1 PAP: Using hostname from interface PAP
*Dec  1 15:52:28.251: Vi1 PAP: Using password from interface PAP
*Dec  1 15:52:28.251: Vi1 PAP: O AUTH-REQ id 1 len 31 from "Tgfdl-200804-004"
*Dec  1 15:52:28.535: Vi1 PAP: I AUTH-NAK id 1 len 5
*Dec  1 15:52:28.535: PPPoE 1404: I PADT  R:9c8a.cb5b.608b L:084f.f95c.c165 Gi2
*Dec  1 15:52:28.535:  PPPoE : Shutting down client session
*Dec  1 15:52:28.535: [0]PPPoE 1404: O PADT  R:9c8a.cb5b.608b L:084f.f95c.c165 Gi2
*Dec  1 15:52:28.535: %DIALER-6-UNBIND: Interface Vi1 unbound from profile Di1
*Dec  1 15:52:28.539: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to down
*Dec  1 15:52:48.707:  Sending PADI: Interface = GigabitEthernet2
*Dec  1 15:52:52.803:  padi timer expired
*Dec  1 15:52:52.803:  Sending PADI: Interface = GigabitEthernet2
  • Router#show inventory
    NAME: "C867VAE-K9", DESCR: "C867VAE-K9 chassis, Hw Serial#: GMK233501PS, Hw Revision: 1.0"
    PID: C867VAE-K9        , VID: V01 , SN: GMK233501PS
  • Router#SHOW VErsion
    Cisco IOS Software, C860 Software (C860VAE2-ADVSECK9-M), Version 15.6(3)M3a, RELEASE SOFTWARE (fc2)
    Copyright (c) 1986-2017 by Cisco Systems, Inc.
    Compiled Tue 19-Sep-17 00:39 by prod_rel_team
     
    ROM: System Bootstrap, Version 12.4(20160812:080043) [pallavik-v153_3r_m_throttle-rommon 112], RELEASE SOFTWARE (fc1)
     
    Router uptime is 27 minutes
    System returned to ROM by reload at 15:15:44 UTC Wed Dec 1 2021
    System image file is "flash:c860vae2-advseck9-mz.SPA.156-3.M3a.bin"
    Last reload type: Normal Reload
    Last reload reason: Reload Command

  • Show run:
  • Router#show running-config
    Building configuration...
     
    Current configuration : 1585 bytes
    !
    ! Last configuration change at 15:25:47 UTC Wed Dec 1 2021
    !
    version 15.6
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    boot-start-marker
    boot-end-marker
    !
    !
    !
    no aaa new-model
    wan mode ethernet
    !
    !
    !
    !
    !
    !
    ip cef
    no ipv6 cef
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    controller VDSL 0
     shutdown
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    interface ATM0
     no ip address
     shutdown
     no atm ilmi-keepalive
    !
    interface Ethernet0
     no ip address
     shutdown
    !
    interface FastEthernet0
     no ip address
    !
    interface FastEthernet1
     no ip address
    !
    interface FastEthernet2
     no ip address
    !
    interface GigabitEthernet0
     no ip address
    !
    interface GigabitEthernet1
     no ip address
    !
    interface GigabitEthernet2
     description WAN
     no ip address
     ip nat outside
     ip virtual-reassembly in
     duplex auto
     speed auto
     pppoe-client dial-pool-number 1
    !
    interface Vlan1
     no ip address
    !
    interface Dialer1
     description #Dialer interface#
     ip address negotiated
     ip mtu 1492
     ip nat outside
     ip virtual-reassembly in
     encapsulation ppp
     dialer pool 1
     ppp pap sent-username Tgfdl-200804-004 password 0 123456789
    !
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    !
    !
    ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
    ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
    !
    !
    !
    !
    line con 0
     no modem enable
    line aux 0
    line 2
     no activation-character
     no exec
     transport preferred none
     transport input all
     stopbits 1
    line vty 0 4
     login
     transport input none
    !
    scheduler allocate 60000 1000
    !
    end
0 Replies 0
Review Cisco Networking for a $25 gift card