02-25-2013 11:49 PM - edited 03-07-2019 11:56 AM
Hello!
I am new and need simle suport to how to make initial statup for router Cisco1811. What I have:
The problem that my laptop can't get valid IP adreess from the router (see att. laptop_, laptop_2)
Which IP address I have to use in order to get access to router inrerface (see. SDM_1)?
Any help will be very appreciate.
George Vlasov
02-26-2013 08:12 PM
I have never used the SDM, but if you have a console cable just apply the basic config below.
en
conf t
hostname change me
interface fe 1
ip address 192.168.1.1 255.255.255.0
no shut
exit
ip dhcp pool name me
network 192.168.1.0 255.255.255.0
exit
service dhcp
end
write mem
02-26-2013 11:51 PM
Thank you!
I'll try.
George
02-27-2013 07:44 AM
Hi
Your will need a console cable to connect to your laptop.
There will be Console Ports (RJ45) in your router. Connect Rj45 of console cable to Router and Serial to your laptop.
You can install putty to access router.
In putty Select Com and use these setting
• Bits per sec: 9600
• Data bits: 8
• Parity: none
• Stop bits: 1
• Flow control: none
After that you will have access to router.
There is no password configured on New Router.
To enabe password
>config terminal
>(config) enable secret abc
>(config) username abc password abc
To Assing IP to interface
>config terminal
>(config) interface gigabit 0/1
>ip address 192.168.1.1 255.255.0.0
>no shut
To Enable DHCP
>(config) service dhcp
>(config) ip dhcp pool name abc
>(config) network 192.168.1.0 255.255.255.0
>(config) default-router 192.168.1.1
>(config)dns-server 1.1.1.1 1.1.1.2
To exclude DHCP ips you can run this command
>(config) ip dhcp excluded-address 192.168.1.1 192.168.1.5
> Copy Run Start
** Do Rate all Helpful Posts**
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