Cisco Systems CL-28826-01 Security Camera User Manual


  Open as PDF
of 2616
 
2-4
User Guide for Cisco Security Manager 4.4
OL-28826-01
Chapter 2 Preparing Devices for Management
Setting Up SSL (HTTPS)
ip_address—The IP address of the Security Manager server.
netmask—The network mask for the IP address.
if_name—The device interface name (default is inside) from which Security Manager initiates the
HTTP connection.
Step 5 Save the current configuration in Flash memory.
hostname(config)# write memory
Setting Up SSL on Cisco IOS Routers
This procedure describes the tasks to complete before you use SSL as the transport protocol for device
management on Cisco IOS routers.
Step 1 Enter configuration mode.
hostname# config terminal
Step 2 Configure the hostname and domain name if the device is new.
router(config)# hostname name
hostname(config)# ip domain-name your_domain
Step 3 Configure level 15 privilege. SSL requires that you must have level 15 privileges to log in to a Cisco IOS
router.
hostname(config)# username username privilege 15 password 0 password
Step 4 Enable either local authorization or AAA authorization:
Local authorization— If you are using AAA for authorization but would like to use local
authorization, use the following commands to disable AAA authorization and AAA authentication
at login, where list-name is a character string used to name the list of authorization methods, and to
enable local authorization using the username you just configured:
hostname(config)# no aaa authorization network list-name
hostname(config)# no aaa authentication login list-name
hostname(config)#ip http authentication local
If you do not enter the ip http authentication local command, the default enable password is used
for authentication.
AAA authorization—Use the following commands to enable AAA authentication and authorization.
The last two commands are necessary only if multiple AAA lists are defined; list-name is a character
string used to name the list of authorization methods. These commands authenticate the user that is
contacting the device using the HTTPS protocol.
hostname(config)#ip http authentication aaa
hostname(config)#ip http authentication aaa login-authentication list-name
hostname(config)# ip http authentication aaa exec-authorization list-name
Step 5 Enable the HTTPS server.
hostname(config)# ip http secure-server
Step 6 Exit configuration mode and return to Exec mode.
hostname(config)# exit