Using Cisco 881w as primary router for internet & Wireless
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2015 02:44 PM - edited 03-05-2019 03:02 AM
Hello All!
I am hoping you can assist me in the configuration for replacing my Verizon Fios router with a cisco 881w. I am studying for my CCNA and thought I could use this as my primary router so I'm forced to troubleshoot/test it. I have one internet connection from Verizon and it handing out an IP via DHCP (not static). I tried setting the interface of the 881w to dhcp but I never picked up an IP. Does Verizon need to change a setting?
Any thoughts or ideas would be appreciated.
Thanks!
- Labels:
-
Other Routers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2015 08:43 PM
can you share the configuration of the internet interface of the 881W
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2015 05:36 AM
Sure, this is the running config below. FastEthernet4 is the wan interface.
<
Router#show run
Building configuration...
Current configuration : 1213 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service password-recovery
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
service-module wlan-ap 0 bootimage autonomous
!
!
ip source-route
!
--More-- !
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
license boot module c880-data level advipservices
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0
--More-- !
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
ip address dhcp
duplex auto
speed auto
!
interface wlan-ap0
description Service module interface to manage the embedded AP
no ip address
arp timeout 0
!
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
!
interface Vlan1
no ip address
!
--More-- ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
line vty 0 4
--More-- login
!
scheduler max-task-time 5000
end>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2015 05:31 PM
I take it the fast Ethernet 4 interface is up and up. if you connect a PC/laptop instead does that pick up an IP address? Are you sure of the setup from Verizon it is a straight Ethernet connection and not PPPoE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2016 05:42 AM
yes the interface is up and up. I'm not sure about the Verizon connection but I know that the router/modem is connected via Ethernet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2016 06:21 AM
see interface status of fa4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2016 12:33 PM
Eddie,
If you connect a PC/Laptop instead of the router does that get an IP address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2016 06:25 PM
Richard, thanks for your help. I gave up and called Verizon, they had to release my IP address or I had to reset the router as they said. For some reason it wouldn't release/renew the IP and the only way to do so was either reset the router (erase all config) or to call Verizon and have them do it.
I think I can take it from here, at lease now I can focus on getting it to be my primary router.
Thanks!
