I'm in a new development in AZ and CenturyLink has set up fiber in my neighborhood. I've been using their bundled Zyxcel router but would like to switch to my Cisco 851W router instead. Seeing as the cisco router supports PPPoE auth, I thought it would be easy, but I am having trouble getting a connection from CenturyLink.
I have the following helpful bits of info:
- PPPoE creds (user/pass) from their representative and confirmed with a dumpcfg on the Zyxcel.
- Rep mentioned that I should use VPI of 0 and VCI of 32 and that the 'type of connection' was GPON.
The second point worries me, I haven't been able to figure out how to configure those. Following is my current config:
Building configuration...
Current configuration : 5510 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname armistech
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$qTsQ$1fTkgdHTdcMipoF2yBzyK0
!
no aaa new-model
clock timezone PCTime -7
!
crypto pki trustpoint TP-self-signed-1053943939
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-1053943939
revocation-check none
rsakeypair TP-self-signed-1053943939
!
!
crypto pki certificate chain TP-self-signed-1053943939
certificate self-signed 01
...
quit
dot11 syslog
!
dot11 ssid ------
authentication open
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool ccp-pool1
import all
network 10.10.10.0 255.255.255.0
dns-server 205.171.3.25 205.171.2.25
default-router 10.10.10.1
!
!
ip cef
ip domain name armistech.com
ip name-server 205.171.3.25
ip name-server 205.171.2.25
!
!
!
username admin privilege 15 secret 5 $1$LTIH$DakUBo1AqBP/f801gQ5ON0
!
!
archive
log config
hidekeys
!
!
ip ssh time-out 60
ip ssh authentication-retries 2
!
bridge irb
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
description $FW_OUTSIDE$$ES_WAN$
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Dot11Radio0
no ip address
!
ssid armistech
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$FW_INSIDE$
no ip address
ip tcp adjust-mss 1452
bridge-group 1
!
interface Dialer0
ip address negotiated
ip mtu 1452
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer idle-timeout 240
dialer fast-idle 240
dialer-group 1
no cdp enable
ppp authentication pap chap callin
ppp chap hostname ------
ppp chap password 0 -------
ppp pap sent-username ------ password 0 ------
ppp ipcp dns request
!
interface BVI1
description $ES_LAN$
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1412
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 remark INSIDE_IF=BVI1
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 10.10.10.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
banner exec ^C
% Password expiration warning.
-----------------------------------------------------------------------
Cisco Configuration Professional (Cisco CP) is installed on this device
and it provides the default username "cisco" for one-time use. If you have
already used the username "cisco" to login to the router and your IOS image
supports the "one-time" user option, then this username has already expired.
You will not be able to login to the router with this username after you exit
this session.
It is strongly suggested that you create a new username with a privilege level
of 15 using the following command.
username privilege 15 secret 0
Replace and with the username and password you
want to use.
-----------------------------------------------------------------------
^C
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
no modem enable
transport output telnet
line aux 0
login local
transport output telnet
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end
↧