Specifications

Basic Device Configuration 35
Configuring the Device
CLI
set interface ethernet0/0 ip ip_addr/mask
save
Management Services
ScreenOS provides services for configuring and managing a device, such as SNMP,
SSL, and SSH, which you can enable on a per-interface basis. You cannot configure
WAN interfaces for management services.
To configure the management services for the ethernet0/0 interface:
WebUI
Network > Interfaces > Edit (for ethernet0/0): Under Management Services,
select or clear the management services you want to use on the interface, then
click Apply.
CLI
set interface eth0/0 manage web
unset interface eth0/0 manage snmp
save
Hostname and Domain Name
The domain name defines the network or subnetwork that the device belongs to,
while the hostname refers to a specific device. The hostname and domain name
together uniquely identify a device in the network. To configure the hostname and
domain name on the device:
WebUI
Network > DNS > Host: Enter the following, then click Apply:
Host Name: hostname
Domain Name: domain-name
CLI
set hostname hostname
set domain domain-name
save