cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
1054
Views
5
Helpful
7
Replies

Using Cisco 881w as primary router for internet & Wireless

eddie.sardinha
Level 1
Level 1

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!

7 Replies 7

can you share the configuration of the internet interface of the 881W

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>

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?

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.

see interface status of fa4

Eddie,

If you connect a PC/Laptop instead of the router does that get an IP address?

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!