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

SDSL on Cisco 888E

Audric Gbt
Level 1
Level 1

Hello,

 

I'd like to configure my Cisco 888E to use for a VDSL connection via the SHDSL interface, but can't quite apply my PPP information on it. Can you guys help me ? Here's what i got so far :

 

xxx#sh run
Building configuration...

Current configuration : 1831 bytes
!
! Last configuration change at 11:25:52 UTC Thu Jan 20 2022
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname xxx
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
memory-size iomem 10
!
!
!
!
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool CLIENT
network 192.168.1.0 255.255.255.0
dns-server 8.8.8.8
default-router 192.168.1.1
!
!
!
ip domain name xxx
ip cef
no ipv6 cef
!
!
license udi pid CISCO888E-K9 sn xxx
!
!
username admin privilege 15 password xxx
!
!
!
!
!
controller SHDSL 0
description PPP:SDSL
!
ip ssh version 2
!
!
!
!
!
!
!
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
isdn termination multidrop
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface Dialer1
description PPP:SDSL
mtu 1460
ip address negotiated previous
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1450
load-interval 60
dialer pool 1
dialer-group 1
ppp authentication chap
ppp chap hostname xxx@xxx
ppp chap password xxx
ppp pap refuse
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip nat inside source list lanclient interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip access-list standard RemoteManagement
permit any
ip access-list standard lanclient
permit 192.168.1.0 0.0.0.255
!
!
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login local
transport input ssh
!
ntp server xxx
!
end
1 Accepted Solution

Accepted Solutions

Hello,

 

what information are you trying to add exactly ? As far as I recall, the 888E router supports only EFM over G.SHDSL. With your current configuration, do you actually get an IP address ?

View solution in original post

1 Reply 1

Hello,

 

what information are you trying to add exactly ? As far as I recall, the 888E router supports only EFM over G.SHDSL. With your current configuration, do you actually get an IP address ?

Review Cisco Networking for a $25 gift card