Specifications
VoiceFinder VoIP Gateway Configuration Guide (APOS 2.0) Release Version 3.1
AddPac Technology Co., LTD
- 80 / 416-
model name# config terminal
model name(config)#
☞ DHCP Config can be started from this status
model name(config)# ip dhcp relay ☞ Enter dhcp relay mode
model name(config-dhcp)# relay ip 151.1.12.1 ☞ Configure DHCP
Request Packet to be converted to Unicast Packet then sent to Host of IP address
151.1.12.1
model name(config-dhcp)# end ☞ Exit configuration mode
model name# show running-config ☞ Display the cofigured settings
!
[Usage Example] Configuring DHCP Client
model name# config terminal
model name(config)#
interface FastEther0/0 ☞ Specify the interface to
DHCP Client
model name(config-if)# ip address dhcp ☞ Specify interface IP address
through DHCP without entering directly
model name(config-if)# end ☞ Move to the top of the tree to check the
configured settings
model name# show running-config ☞ Check the configured settings
interface FastEther0/0
ip address dhcp
!