cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4001
Views
0
Helpful
1
Replies

How to enable GUI for a Cisco 1841?

deepthirajt
Level 1
Level 1

How to enable GUI for a Cisco 1841?

1 Reply 1

cadet alain
VIP Alumni
VIP Alumni

Hi,

install SDM or CCP on your PC then on the router :

en

conf t

ip dhcp excluded-address 192.168.1.254

ip dhcp pool MYPOOL

network 192.168.1.0 255.255.255.0

default-router 192.168.1.254

ip http server

ip http authentication local

username xxx privilege 15 secret   xxxx

int f0/0

ip address 192.168.1.254 255.255.255.0

no shutdown

Regards.

Alain.

Don't forget to rate helpful posts.