In which CLI configuration mode is the Cisco IPS appliance management IP address configured?
A.
global configuration
ips(config)#
B.
service network-access
ips(config-net)#
C.
service host network-settings
ips(config-hos-net)#
D.
service interface
ips(config-int)#
Explanation:
Step 1 Log in to the sensor using an account with administrator privileges.
Step 2 Enter network settings mode.
sensor# configure terminal
sensor(config)# service host
sensor(config-hos)# network-settings
Step 3 Change the sensor IP address, netmask, and default gateway. sensor(config-hos-net)# host-ip 192.0.2.1/24,192.0.2.2
Note The default gateway must be in the same subnet as the IP address of the sensor or the sensor generates an error and does not accept the configuration
change.
Step 4 Verify the new information.
sensor(config-hos-net)# show settings
network-settings
———————————————–
host-ip: 192.0.2.1/24,192.0.2.2
default: 192.168.1.2/24,192.168.1.1
host-name: sensor default: sensor
telnet-option: enabled default: disabled
access-list (min: 0, max: 512, current: 1)
———————————————–
network-address: 0.0.0.0/0
———————————————–
———————————————–
ftp-timeout: 300 seconds <defaulted>
login-banner-text: <defaulted>
———————————————–http://www.cisco.com/en/US/docs/security/ips/7.1/configuration/guide/cli/cli_setup.html#wp103