Zhone 5100 참조 매뉴얼

다운로드
페이지 186
CHAPTER 4
IP services
112    
Vpacket 5100/6100 Series Reference Manual
Setting the DHCP maximum lease
This command sets an upper limit for the time-out value. The limits are 0-365 days and 0-23 for 
hours. You can set the maximum lease limit by issuing the set dhcp pool <pool> 
maximum_lease command. If no configurations are given, this indicates an “infinite” state of no 
time-out.
Syntax: set dhcp pool <pool> maximum_lease <day hour | infinite>
Example:
In this example, the DHCP pool named “vpacket” has a maximum lease time-out value of 12 
days.
Setting the NetBIOS name server for a DHCP pool
You can assign a NetBIOS name server to a 5100/6100 VDR by issuing the set dhcp pool 
<pool> netbiosNameServer command.
Syntax: set dhcp pool <pool> netbiosNameServer <ip address>
Example:
In this example, a NetBIOS name server with an IP address of 10.10.10.22 is associated with the 
DHCP pool named “vpacket.”
Setting the Netbios node type for a DHCP pool
The NetBIOS node type option allows NetBIOS clients running over TCP/IP to be configured 
as described in RFC 1001/1002. The value is specified as a single octet which identifies the client 
type as follows:
nodes (B) broadcast on the local network for NetBIOS resolution and advertising
nodes (P) unicast to a configured WINS server for NetBIOS resolution and advertising
hybrids (H) can be P-type nodes as long as that functions; they revert to B-type nodes when 
WINS doesn't give them the info they want
mixed  modes  (M)
VPacket# set dhcp pool vpacket maximum_lease 12
VPacket#
VPacket# set dhcp pool vpacket netbiosNameServer 10.10.10.22
VPacket#