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 05:46 AM
Router#sh ip int br
Interface IP-Address OK? Method Status Protocol
ATM0 unassigned YES NVRAM administratively down down
Ethernet0 unassigned YES NVRAM administratively down down
FastEthernet0 unassigned YES unset down down
FastEthernet1 unassigned YES unset up down
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
Vlan1 unassigned YES unset up up
Vlan10 192.168.1.1 YES manual up down
Wlan-GigabitEthernet0 unassigned YES unset up up
wlan-ap0 unassigned YES NVRAM up up
Router#
Router#
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
!
!
no ipv6 cef
06-04-2017 05:51 AM
Thank you Bryan,
The interface FastEthernet 0 looks down down, is the switch or PC connected to that port?
06-04-2017 06:08 AM
sorry i run the config with the lan out..here is the updated one sir..
Router#sh ip int br
Interface IP-Address OK? Method Status Protocol
ATM0 unassigned YES NVRAM administratively down down
Ethernet0 unassigned YES NVRAM administratively down down
FastEthernet0 unassigned YES unset up up
FastEthernet1 unassigned YES unset up down
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
Vlan1 unassigned YES unset up up
Vlan10 192.168.1.1 YES NVRAM up up
Wlan-GigabitEthernet0 unassigned YES unset up up
wlan-ap0 unassigned YES NVRAM up up
Router#
06-04-2017 06:23 AM
Thank you Bryan, I see up your interface and the SVI 10 as well. It is weird, you should be obtaining an IP address. Please let verify again.
http://www.cisco.com/en/US/docs/routers/access/800/850/software/configuration/guide/dhcpvlan.html
https://supportforums.cisco.com/discussion/13307906/firstimer-using-cisco-router#comment-12107571
It should not be a mandatory requirement but try including: ip domain name test.com
Also the configuration on the port:
interface fastethernet0
switchport
switchport access vlan 10
switchport mode access
no shutdown
06-04-2017 06:34 AM
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
under the fa0 the switchport says incomplete command
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#in
Router(config)#interface fa
Router(config)#interface fastEthernet 0
Router(config-if)#swut
Router(config-if)#swutswit
Router(config-if)#switc
Router(config-if)#switchport
% Incomplete command.
Router(config-if)#exi
Router(config)#ip dhcp pool NETWORK
Router(dhcp-config)#ip dom
Router(dhcp-config)#dom
Router(dhcp-config)#domain-name test.com
Router(dhcp-config)#exi
Router(config)#exi
Router#
06-04-2017 06:35 AM
if you like sir we can connect via teamviewer for you to see in actual my running config??
06-04-2017 06:48 AM
Hi Bryan,
Yes it could be but before could you please provide me the output for:
show vlan
or
vlan database.
Thank you in advance.
06-04-2017 07:02 AM
i cant run that command line sir..
Router>en
Router#sh vlan
% Ambiguous command: "sh vlan"
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#sh vlan
^
% Invalid input detected at '^' marker.
Router(config)#sh vlan dat
Router(config)#sh vlan data
Router(config)#sh vlan database
^
% Invalid input detected at '^' marker.
Router(config)#ex
% Ambiguous command: "ex"
Router(config)#exi
Router#sho
Feb 6 07:21:31.587: %SYS-5-CONFIG_I: Configured from console by consolew
% Type "show ?" for a list of subcommands
Router#show vlan
% Ambiguous command: "show vlan"
Router#show vlan 10
% Ambiguous command: "show vlan 10"
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#show vlan 10
^
% Invalid input detected at '^' marker.
Router(config)#show ip int vlan
^
% Invalid input detected at '^' marker.
Router(config)#exi
Router#
i try this command and it shows this
Router#sh ip int vlan10
Vlan10 is up, line protocol is up
Internet address is 192.168.1.1/24
Broadcast address is 255.255.255.255
Address determined by non-volatile memory
MTU is 1500 bytes
Helper address is not set
Directed broadcast forwarding is disabled
Outgoing access list is not set
Inbound access list is not set
Proxy ARP is enabled
Local Proxy ARP is disabled
Security level is default
Split horizon is enabled
ICMP redirects are always sent
ICMP unreachables are always sent
ICMP mask replies are never sent
IP fast switching is enabled
IP fast switching on the same interface is disabled
IP Flow switching is disabled
IP CEF switching is enabled
IP CEF switching turbo vector
IP Null turbo vector
IP multicast fast switching is enabled
IP multicast distributed fast switching is disabled
IP route-cache flags are Fast, CEF
Router Discovery is disabled
IP output packet accounting is disabled
IP access violation accounting is disabled
TCP/IP header compression is disabled
RTP/IP header compression is disabled
Policy routing is disabled
Network address translation is disabled
BGP Policy Mapping is disabled
Input features: MCI Check
Router#
Router#
06-04-2017 07:19 AM
Thank you Bryan what about:
conf t
vlan 10
name TESTING
06-04-2017 07:23 AM
is this correct?? sorry im really noob...
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#vlan10
^
% Invalid input detected at '^' marker.
Router(config)#vlan 10
Router(config-vlan)#name TESTING
Router(config-vlan)#
Router(config-vlan)#exi
Router(config)#exi
Router#
06-04-2017 07:24 AM
Ok Please try again.
06-04-2017 07:30 AM
im going to try show vlan??? it still the same..
06-04-2017 07:33 AM
Apologies, try to verify if you are getting IP address through the switch or directly connected to the router.
06-05-2017 03:37 AM
Hello Sir,
I lost electrical power yesterday that's why i cant reply... about the connection it still not working...and why this command line "switchport mode access" does not appear in my show run config? is that ok???
06-05-2017 03:51 AM
Hi Bryan,
No worries, I will be here to assist you anytime.
It could be normal on this kind of routers, may I know the IOS you have, it could be originated by license.
could you please share:
show version
Thank you
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