Thursday 13 December 2012

TO enable GUI IN CME Router.


Enabling the HTTP Server
To enable the HTTP server, and specify the path to files for the GUI and a method of user authentication for security, perform the following steps. The HTTP server on a router is disabled by default.

SUMMARY STEPS
1. enable

2. configure terminal

3. ip http server

4. ip http path flash:

5. ip http authentication {aaa | enable | local | tacacs}

6. exit
============================
 ip http server
 ip http authentication aaa
 ip http path flash:gui
===============================

Enabling GUI Access for the System Administrator
To define an initial username and password for a system administrator to access the GUI and enable the GUI to be used to set the time and to add directory listings, perform the following steps.

SUMMARY STEPS
1. enable

2. configure terminal

3. telephony-service

4. web admin system name username {password string | secret {0 | 5} string}

5. dn-webedit

6. time-webedit

7. end

==================================================
telephony-service
 web admin system name maruthi password Maruthi@123
 dn-webedit
 time-webedit
====================================================

No comments:

Post a Comment