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-04-2017 06:11 AM
06-04-2017 05:22 AM
this is my show run config sir..sorry again
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool NETWORK
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
!
!
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
!
--More--
06-03-2017 03:57 AM
Router(config)#service dhcp
Router(config)#ip dhcp pool NETWORK
Router(dhcp-config)#netw
Router(dhcp-config)#network 192.168.1.0 255.255.255.0
Router(dhcp-config)#lease 1
Router(dhcp-config)#def
Router(dhcp-config)#default-router 192.168.1.1
Router(dhcp-config)#dns
Router(dhcp-config)#dns-server 8.8.8.8 4.4.4.4
Router(dhcp-config)#
Router(dhcp-config)#
Router(dhcp-config)#exi
Router(config)#ip dhcp exc
Router(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.10
Router(config)#
Router(config)#
Router(config)#exi
Router#
Feb 6 10:11:43.003: %SYS-5-CONFIG_I: Configured from console by console
Router#
Router#
Router#copy run
Router#copy running-config star
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Router#
Router#
Router#
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int
Router(config)#interface fa
Router(config)#interface fastEthernet 0
Router(config-if)#ip add
Router(config-if)#ip address 192.168.1.0 255.255.255.0
% IP addresses may not be configured on L2 links.
Router(config-if)#
06-03-2017 04:05 AM
ok if your Interface is working as layer 2 you can try to configure it to work as layer 3 (where ip addresses can be used)
interface fa0
no switchport
ip address 192.168.1.1 255.255.255.0 (Note: you have to configure an valid IP address, the network segment will not be accepted)
06-03-2017 04:17 AM
Router(config)#interface fa
Router(config)#interface fastEthernet 0
Router(config-if)#no switch
Router(config-if)#no switchport
% Incomplete command.
Router(config-if)#no switchport?
switchport
Router(config-if)#no switchport ?
access Set access mode characteristics of the interface
mode Set trunking mode of the interface
priority Set 802.1p priorities
protected Configure an interface to be a protected port
trunk Set trunking characteristics of the interface
voice Voice appliance attributes
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