1) Connect router using telnet ,ssh or with console.
2) Then Enter the global configuration mode using the command .
Router(config)#enable
3) Then we have to enable http and https service in router .
Router(Config)#ip http server (i.e for http port & port no 80)
Router(Config)#ip http secure-server(i.e for https port & port no is 443)
4) Then we have to o authenticate localuser from own username and password .
Router(Config)#Ip http authentication local
5) Then we have to create local user with privilege 15 to access http and https.
Router(config)# username <username> privilege 15 password 0 <password>
i.e : Router(config)# username prakash privilege 15 password 0 cisco
6) Then we have to configure SSH and Telnet for local login and privilege level 15.
Router(config)# line vty 0 4
Router(config)# privilege level 15
Router(config)# login local
Router(config)#transport input telnet
Router(config)# transport input telnet ssh
Router(config)#exit
7) Then install SDM Launcher in your local pc and then add router address .
8) Now you are able to configure router using sdm on graphical interface .
Note : To configure in graphical mode java must me installed in local computer .
Keep on Visiting ..........
Thanks ,
Prakash Man Singh G C
could yo please provide me full details to add virtual adaptor and connecting router .
ReplyDeleteThanks,
joja