03-07-2018 01:38 AM - edited 03-05-2019 10:02 AM
Hi everyone,
I have a Cisco 871 Adsl router (IOS C870-ADVSECURITYK9-M), Version 15.1(4)M6)
This will be connected to an adsl line for dialup to the ISP. I have used the configuration before, but for some reason I cannot get it to light up the PPP connection. Under the interface Virtual-PPP1 interface I used to have the command: pppoe-client dial-pool-number 1
But now it gives me an error when I want to configure it there.
config-if)#pppoe-client dial-pool-number 1
^
% Invalid input detected at '^' marker.
Any advice will be greatly appreciated:
version 15.1
service nagle
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service linenumber
service compress-config
service sequence-numbers
!
hostname WHATEVER
boot-start-marker
boot system flash
boot-end-marker
!
!
logging snmp-authfail
logging buffered 51200 warnings
enable secret 4 X8zyQatqYasFWjVyCf0nQwNNTGLAs9u5rn7Uq/bZ6c6
!
aaa new-model
aaa session-id common
clock timezone GMT 2 0
crypto pki token default removal timeout 0
!
!
dot11 syslog
no ip source-route
no ip gratuitous-arps
ip dhcp excluded-address 192.168.1.254
ip dhcp excluded-address 192.168.1.253
ip dhcp excluded-address 192.168.1.240
ip dhcp pool 192.168.1.0/24
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 192.168.1.254 8.8.8.8
lease 0 2
ip cef
no ip bootp server
no ip domain lookup
ip domain name telkomsa.net
ip name-server 196.43.45.190
ip name-server 8.8.8.8
ip name-server 8.8.4.4
!
archive
log config
hidekeys
username admin privilege 15 password 7 12170003110A1E016E38212B262727
ip telnet source-interface Loopback0
ip tftp source-interface Loopback0
ip ssh time-out 60
ip ssh version 2
!
!
no crypto isakmp enable
!
interface Loopback0
no ip address
!
interface ATM0
no ip address
load-interval 30
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
pvc 8/35
!
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Virtual-PPP1
ip address negotiated
ip mtu 1452
ip nat outside
ip virtual-reassembly in
ip tcp adjust-mss 1412
ppp chap hostname WHATEVER
ppp chap password 7 094A645A4616264756
ppp pap sent-username WHATEVER
no cdp enable
!
interface Vlan1
ip address 192.168.1.254 255.255.255.0
ip mtu 1452
ip dns view-group dns
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1412
hold-queue 100 out
!
interface Dialer0
ip address negotiated
no ip redirects
ip mtu 1492
ip flow ingress
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
load-interval 30
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username WHATEVER...
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip dns view dnsfwd
dns forwarder 196.43.45.190
dns forwarding source-interface Loopback0
ip dns view-list dns
view dnsfwd 10
ip dns server
ip nat inside source list 100 interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 Virtual-PPP1
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip access-list standard VTY
ip access-list standard access
!
logging facility local6
access-list 50 permit any
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
dialer-list 1 protocol ip permit
no cdp run
snmp-server ifindex persist
snmp-server queue-limit notification-host 1
snmp-server enable traps tty
!
!
!
control-plane
!
banner motd ^CC
/// CISCO \\\
NO UNAUTHORIZED ACCESS
^C
!
line con 0
session-timeout 5 output
exec-timeout 120 0
password 7 000A1612075A19034B32494D1C0B00
logging synchronous
no modem enable
transport preferred ssh
stopbits 1
line aux 0
line vty 0 4
session-timeout 10 output
access-class 50 in
exec-timeout 120 0
privilege level 15
transport preferred ssh
transport input ssh
!
scheduler max-task-time 5000
ntp server 196.4.160.4
sntp source-interface Loopback0
end
Solved! Go to Solution.
03-07-2018 05:22 AM
Hello Rosa,
For a totally basic PPPoE-over-ADSL, I do not believe that using a Virtual-PPP interface in your case is the correct approach; this is used with L2TP targeted sessions.
You should correctly be using the Dialer0 interface just the way it is configured now, and add the following lines to your interface ATM0.1:
interface ATM0.1 point-to-point pvc 8/35 pppoe-client dial-pool-number 1
You should totally remove the Virtual-PPP1 interface; you should not be needing it.
Can you give this a try?
Best regards,
Peter
03-07-2018 05:22 AM
Hello Rosa,
For a totally basic PPPoE-over-ADSL, I do not believe that using a Virtual-PPP interface in your case is the correct approach; this is used with L2TP targeted sessions.
You should correctly be using the Dialer0 interface just the way it is configured now, and add the following lines to your interface ATM0.1:
interface ATM0.1 point-to-point pvc 8/35 pppoe-client dial-pool-number 1
You should totally remove the Virtual-PPP1 interface; you should not be needing it.
Can you give this a try?
Best regards,
Peter
03-07-2018 09:09 PM
Peter,
thank you very much! It is working like a charm.
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