06-03-2017 02:23 AM - edited 03-08-2019 10:50 AM
Hi Guys,
I'm Khris, and im new in cisco routers, i never been using cisco routers before and now i have to work for it because i needed to.
i have cisco c887va-w-e-k9 router and its already reset to its default config. as in no configuration at all, im new in cisco thats why i read a couple of websites about cisco until i know some basic commands from youtube, and i dont know what is the certificate that i will see in the running config is important because it say that it was expired. what i want to be done is below
1. internet access
2. dhcp
3. wireless connection
i tried to configure the internet and dhcp, but i got a problem in dhcp, it does not release any ip on the network, to try the internet is working i put static ip address on lan and its working fine, my problem is the dhcp that is not providing any ip in the network. i reset again the router to make it clear.. is there anyone who can help me, i know my problem is not that difficult because what i really need to be done in my router is just a basic configuration. but like what i said, its my firs-time configuring a cisco router thats why im having a hard time on it...if there's anyone who have their spare time to help me is to much appreciated..sorry for my english...english is our second language. im looking forward for someone to help me with my problem..thanks cisco.
06-05-2017 04:06 AM
Thank you very much sir for your precious time..below is the show version..
Router#sh version
Cisco IOS Software, C800 Software (C800-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2012 by Cisco Systems, Inc.
Compiled Wed 21-Mar-12 01:19 by prod_rel_team
ROM: System Bootstrap, Version 15.1(4r)M, RELEASE SOFTWARE (fc1)
Router uptime is 3 hours, 3 minutes
System returned to ROM by reload at 07:10:40 UTC Wed Feb 6 2036
System restarted at 07:11:49 UTC Wed Feb 6 2036
System image file is "flash:c800-universalk9-mz.SPA.151-4.M4.bin"
Last reload type: Normal Reload
Last reload reason: Reload Command
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
Cisco C887VA-W-E-K9 (revision 1.0) with 363596K/29619K bytes of memory.
Processor board ID FCZ1624C2YJ
1 DSL controller
1 Ethernet interface
4 FastEthernet interfaces
1 Gigabit Ethernet interface
1 ATM interface
1 terminal line
1 Virtual Private Network (VPN) Module
1 cisco Embedded AP (s)
DRAM configuration is 32 bits wide
255K bytes of non-volatile configuration memory.
252000K bytes of ATA System CompactFlash (Read/Write)
License Info:
License UDI:
-------------------------------------------------
Device# PID SN
-------------------------------------------------
*0 C887VA-W-E-K9 FCZ1624C2YJ
License Information for 'c800'
License Level: advsecurity Type: Permanent
Next reboot license Level: advsecurity
Configuration register is 0x2102
Router#
Router#
Router#
06-05-2017 04:48 AM
Thank you Bryan,
Try to configure this under the interface vlan 10
interface vlan 10
ip address pool NETWORK
06-05-2017 05:04 AM
its still not working, unidentified network.. i have a question.. DHCP still works without the internet configuration right?? i tried to put static ip on lan and it read the network..so its ok even if the internet is not yet configure right..
06-05-2017 05:16 AM
Hi Bryan,
Yes the DHCP configuration is independent of Internet access. The config that we have used should works there is something else, I would like to discard the type of license, please share with me the current config and I will be still investigating.
I have found this link, we could try: https://supportforums.cisco.com/discussion/11397451/cisco-880-887-and-dhcp-problems
Please remove the interface vlan 10
no interface vlan 10
then configure
interface vlan 1
no shut
ip address pool NETWORK
default Interface fa0
interface fa0
description TO-SWITCH/PC
no shutdown
And please try again. If it does not work, we are going to make a testing procedure.
06-05-2017 05:16 AM
below is the current running config
Router#show running-config
Building configuration...
Current configuration : 1651 bytes
!
! Last configuration change at 11:03:12 UTC Wed Feb 6 2036
! NVRAM config last updated at 11:22:56 UTC Wed Feb 6 2036
! NVRAM config last updated at 11:22:56 UTC Wed Feb 6 2036
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
crypto pki token default removal timeout 0
!
!
ip source-route
ip cef
!
!
!
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool NETWORK
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8 4.4.4.4
domain-name test.com
!
!
no ipv6 cef
!
!
license udi pid C887VA-W-E-K9 sn FCZ1624C2YJ
!
!
!
!
!
!
controller VDSL 0
!
!
!
!
!
!
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0
no ip address
shutdown
!
interface FastEthernet0
switchport access vlan 10
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
no ip address
!
interface wlan-ap0
description Embedded Service module interface to manage the embedded AP
no ip address
!
interface Vlan1
no ip address
!
interface Vlan10
ip address pool NETWORK
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
stopbits 1
line vty 0 4
login
transport input all
!
scheduler allocate 20000 1000
end
Router#
Router#
06-05-2017 05:24 AM
hey sir is this the show vlan that your looking for???
Router#show vlan-switch
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa1, Fa2, Fa3, Wl0
2 Wireless active
10 TESTING active Fa0
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 1002 1003
2 enet 100002 1500 - - - - - 0 0
10 enet 100010 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 1 1003
1003 tr 101003 1500 1005 0 - - srb 1 1002
1004 fdnet 101004 1500 - - 1 ibm - 0 0
1005 trnet 101005 1500 - - 1 ibm - 0 0
Router#
Router#
06-08-2017 12:31 AM
hi sir sorry for the late reply...i didnt notice that you already reply or maybe you just edit one of your reply thats why i didnt notice...by the way i reset again the router to make it clean..and i reconfig again base on the basic configuration...thanks alot with your help specially this info you send..this one with the link "I have found this link, we could try: https://supportforums.cisco.com/discussion/11397451/cisco-880-887-and-dh..." and i saw about the changing of time and date in cisco...and this is the only things that make us trouble configuring haha..i already update the time and date and now the DHCP is releasing out ip in the network...below is my current sh run config... would you mind helping me out again regarding with the configuration in wireless...your the only one who's helping me alot in this community...hope for your support thanks again.
Router#sh run
Building configuration...
Current configuration : 1522 bytes
!
! No configuration change since last restart
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
crypto pki token default removal timeout 0
!
!
ip source-route
ip cef
!
!
!
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool NETWORK
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 212.70.50.171 212.70.50.170
!
!
no ipv6 cef
!
!
license udi pid C887VA-W-E-K9 sn FCZ1624C2YJ
!
!
!
!
!
!
controller VDSL 0
!
!
!
!
!
!
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0
no ip address
shutdown
!
interface FastEthernet0
switchport access vlan 10
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
no ip address
!
interface wlan-ap0
description Embedded Service module interface to manage the embedded AP
no ip address
!
interface Vlan1
no ip address
!
interface Vlan10
ip address 192.168.1.1 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
stopbits 1
line vty 0 4
login
transport input all
!
scheduler allocate 20000 1000
end
Router#
06-08-2017 03:36 AM
Hi Bryan,
Good to know the DHCP is working fine.
:-)
I have not configured Wireless on these routers just on access points but we can learn together. Im not sure if you have access to Graphic mode otherwise we proceed with CLI:
http://setuprouter.com/router/cisco/870-series/wifi.htm
check the chapter 9, basically we need 4 things:
- Create the SSID
- Enable authentication
- Associate the SSID to a VLAN
- Activate the antennas
http://setuprouter.com/router/cisco/870-series/manual-1004.pdf
:-)
06-08-2017 04:14 AM
hi Sir,
yeah its working now but there is still a problem, can we fix the time in my router before we proceed in setting up the wireless connection??
Because every time i restart the router the time are back into its previous time that makes the dhcp not providing the ip address on the network..
i already try setting it up manually but it still getting back every time i reload.
i also try the ntp configuration but it didn't solve the problem..do you have any idea to fix this one..thanks for your continues support.
06-08-2017 04:18 AM
We can try the following:
Example:
router# clock set 10:10:05 June 8 2017
Conf t
clock timezone CST -6
service timestamps log datetime localtime msec year
exit
write <and press enter>
reload
06-08-2017 04:45 AM
it still not working once it was reloaded sir.
06-08-2017 04:57 AM
Ok, just a question the time is the only configuration reset or the entire config?
06-08-2017 05:07 AM
the config is still attached in sh run... only the time was reset to previous time of the router.
06-08-2017 06:29 AM
I was reading similar situation on the forum, Some persons recommend configure NTP. This is weird behavior usually the config is saved.
1 Question: Are you going to configure this router with NAT to get Internet?
Try to save the config executing:
copy running start
then
reload the device.
06-09-2017 11:45 PM
Hi Sir Julio,
Sorry for late response, i was off yesterday. I also thinking that maybe i need to configure NAT to have the internet ON so the date itself will update via internet.. maybe i should take a try.. i let you know once i'm done configuring the internet. thanks buddy.
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