650) This. width = 650; "Title =" 99.jpg" src = "http://s3.51cto.com/wyfs02/M02/3A/33/wKiom1O7Y1PjWz7UAABH8JRqZS4745.jpg" alt = "wkiom1o7y1p1_z7uaabh8jrqzs4745.jpg"/>
Set the following on the vro:
Router (config) # ip http server
\ Configure the router as an HTTP server
Router (config) # ip http secure-srever
\ Configure the router as a secure HTTP Server
Router (config) # ip http Authentication local
\ Configure the router for HTTP access authentication. The security of authentication is that the database is locally authenticated.
Router (config) # username admin privlog password ccna
\ Create a local security database with the username "admin" and password "ccna". The security permission level is 15.
Router (config) # Line vty 0 4
\ Enter the vro to configure the virtual console
Router (config-line) # privilege level 15
\ Configuration control level is 15
Router (config-line) # login local
\ Sets the virtual console and adopts local database authentication.
Router (config-line) # Transport input Telnet
\ Allow remote Telnet access
Router (config-line) # Transport input Telnet SSH
\ Allow Remote Telent to use SSH Encryption
Router (config-line) # exit
\ Exit the Virtual Control Configuration Mode
Router (config) # logging buffered 51200 warning
\ Set the log space size to 51200
This article from the "Dream ◆ it" → wei "blog, please be sure to keep this source http://itxiaowei.blog.51cto.com/5081959/1435766