Справочник Пользователя для Alcatel-Lucent speedtouch 500

Скачать
Страница из 422
124
DHCP Commands
dhcp server pool add 
Add a DHCP server pool.
SYNTAX:
EXAMPLE:
RELATED COMMANDS:
dhcp server pool add
[name = <string>]
[index = <number>]
name
A name for the DHCP server pool. If not specified, the name is 
“dhcp_pool_x”, where x is a subsequent number. 
OPTIONAL
index
The number of the pool before which you want the new pool to be 
added.
OPTIONAL
=>dhcp server pool list
Pool
Start
End
State
PPP
0 dhcp_pool_1
0.0.0.0
0.0.0.0
FREE
1 My_LAN_Pool
10.0.0.1
10.0.0.254
USED
2 dhcp_pool_2
0.0.0.0
0.0.0.0
FREE
=>dhcp server pool add
=>dhcp server pool list
Pool
Start
End
State
PPP
0 dhcp_pool_1
0.0.0.0
0.0.0.0
FREE
1 My_LAN_Pool
10.0.0.1
10.0.0.254
USED
2 dhcp_pool_2
0.0.0.0
0.0.0.0
FREE
3 dhcp_pool_3
0.0.0.0
0.0.0.0
FREE
=>dhcp server pool add name=POOL_EXTRA1
=>dhcp server pool list
Pool
Start
End
State
PPP
0 dhcp_pool_1
0.0.0.0
0.0.0.0
FREE
1 My_LAN_Pool
10.0.0.1
10.0.0.254
USED
2 dhcp_pool_2
0.0.0.0
0.0.0.0
FREE
3 dhcp_pool_3
0.0.0.0
0.0.0.0
FREE
4 POOL_EXTRA1
0.0.0.0
0.0.0.0
FREE
=>ppp ifconfig name=PPP_Test pool=POOL_EXTRA1
=>dhcp server pool list
Pool
Start
End
State
PPP
0 dhcp_pool_1
0.0.0.0
0.0.0.0
FREE
1 My_LAN_Pool
10.0.0.1
10.0.0.254
USED
2 dhcp_pool_2
0.0.0.0
0.0.0.0
FREE
3 dhcp_pool_3
0.0.0.0
0.0.0.0
FREE
4 POOL_EXTRA1
0.0.0.0
0.0.0.0
FREE
PPP_Test
=>
Delete a DHCP pool.
Delete all DHCP pools.
Show current DHCP pools.