cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
978
Views
0
Helpful
3
Replies

Router Cisco 1811 initial startup

george.vlasov
Level 1
Level 1

Hello!

I am new and need simle suport to how to make initial statup for router Cisco1811. What I have:

  1. I have manual Cisco 1812 (1811) Integrated Srvice Router Cabling and Installation in front of me
  2. I have Cisco 1811 connected to my laptop according to this manual
  3. I have Cisco SDM latest version installed on my laptop
  4. I have DHCP enabled on my laptop

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

3 Replies 3

dc5chris209
Level 1
Level 1

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

Thank you!

I'll try.

George

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**

Jawad