Chapter 6 Interfaces
The following example uses these commands to configure DHCP pool DHCP_TEST.
Router# configure terminal | DHCP_TEST | |
Router(config)# ip dhcp pool | ||
network 192.168.1.0 /24 | ||
lease 0 1 30 | ||
exit | ||
Router(config)# | interface ge1 | |
server status | ||
Router(config)# show ip dhcp | ||
binding interface | : ge1 |
|
binding pool | : DHCP_TEST |
|
|
|
|
The following example configures the DHCP_TEST pool with a SIP server (code 120) extended DHCP option with one IP address to provide to the SIP clients.
Router# configure terminal
Router(config)# ip dhcp pool DHCP_TEST
66 |
|
ZyWALL (ZLD) CLI Reference Guide | |
|
|