0% found this document useful (0 votes)
43 views

Configure Your Router To Support SDM

This document provides instructions to configure a router to support the Cisco Software-Defined Access Manager (SDM) by enabling the HTTP and HTTPS servers, setting authentication and timeout policies, configuring usernames and passwords, setting privilege levels for vty lines, and enabling logging.

Uploaded by

Muhammad Ali
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Configure Your Router To Support SDM

This document provides instructions to configure a router to support the Cisco Software-Defined Access Manager (SDM) by enabling the HTTP and HTTPS servers, setting authentication and timeout policies, configuring usernames and passwords, setting privilege levels for vty lines, and enabling logging.

Uploaded by

Muhammad Ali
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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