Specifications

dhcp define parameters
158 SSR Command Line Interface Reference Manual
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
The following command configures a group of network parameters for the scope
‘finance’:
ssr(config)# dhcp finance define parameters address-netmask
10.33.0.0/16 dns-server 10.3.2.1 dns-domain acme.com gateway 10.33.1.1
netbios-node-type b-node lease-time 90 netbios-name-server 10.33.44.55
netbios-scope acme-finance