HTTP Connection

Configuration de l’accès Http aux équipements Cisco

R1#conf t
R1(config)#ip http server

R1(config)#access-list 1 permit 192.168.21.0 0.0.0.255
R1(config)#ip http access-class 1
R1(config)#username fred password cisco
R1(config)#aaa new-model
R1(config)#aaa authentication login default local
R1(config)#ip http authentication aaa

R1(config)#ip http max-connections 2
R1(config)#ip http port 8080
This entry was posted in IP Services. Bookmark the permalink.

Comments are closed.