Specifications

dhcp define static-ip
162 SSR Command Line Interface Reference Manual
<parameter> <value>
Specifies the client parameters and values for this static IP address. You can specify
one or more of the following client parameters and values:
broadcast Specify the broadcast address.
bootfile Specify the client’s boot filename.
dns-domain Specify the DNS domain name.
dns-server Specify the IP address of the DNS server.
gateway Specify the IP address of the default gateway.
lease-time Specify how long, in minutes, the lease is valid. (A lease is the
amount of time that an assigned IP address is valid for a client
system.)
netbios-name-server Specify the IP address of the NetBIOS name server or WINS
server.
netbios-node-type Specify the NetBIOS node type of the client.
netbios-scope Specify the NetBIOS scope of the client.
Restrictions
None.
Examples
To specify a static IP address 10.1.44.55 to the MAC address 08:00:20:12:34:56 for the scope
servers’:
To specify a static IP address 10.1.44.55 to the MAC address 08:00:20:12:34:56 for the scope
‘servers’ and give it a specific default gateway address:
ssr(config)# dhcp servers define static-ip 10.1.44.55 mac-address
08:00:20:12:34:56
ssr(config)# dhcp servers define static-ip 10.1.44.55 mac-address
08:00:20:12:34:56 gateway 10.1.1.2