You are on page 1of 1

Configure Your Router to Support SDM

Step 1 Enable the HTTP and HTTPS servers on your router by entering the following commands in global configuration mode:
Router# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)# ip http server Router(config)# ip http secure-server Router(config)# ip http authentication local Router(config)# ip http timeout-policy idle 600 life 86400 requests 10000 Router(config)# username username privilege 15 secret 0 password Router(config)# username tomato privilege 15 secret 0 vegetable Router(config)# line vty 0 4 Router(config-line)# privilege level 15 Router(config-line)# login local Router(config-line)# transport input telnet ssh Router(config-line)# exit

If your router supports 16 vty lines, you can add the following lines to the configuration file:
Router(config)# line vty 5 15 Router(config-line)# privilege level 15 Router(config-line)# login local Router(config-line)# transport input telnet ssh Router(config-line)# exit Router(config)# Router(config)# logging buffered 51200 warning Router(config)# end Router#

You might also like