User`s guide
VoiceFinder AP200 VoIP Residential Gateway (RGW) User’s Guide Version 1.1
AddPac Technology Co.,Ltd. -
101 -
ARP Timeout = 180, Enthnet Enc = 0
Interface MTU = 1500 default-TTL = 255
Gateways Option : 211.1.1.126
[Example] DHCP Relay Mode Configuration and Usage
Router# config
Router(config)#
☞ In this mode, DHCP-list Config is possible.
Router(config)# dhcp-list 1 type relay ☞ Sets that the Gateway
should pass DHCP broadcast packets.
Router(config)# dhcp-list 1 address relay 151.1.12.1 ☞
Changes the DHCP request packet into a Unicast packet and sends
it to a host whose IP address is “151.1.12.1.”
Router(config)# interface Ethernet 0 0 ☞ Enters into the
configuration mode of the Ethernet 0.0 to which DHCP clients are
going to be connected.
Router(config-ether0.0)# ip address 211.1.1.126
255.255.255.127
☞ Sets the address of the Ethernet 0.0 interface
as “211.1.1.126/25 Bit.”
Router(config-ether0.0)# dhcp-group 1 ☞ Relays all DHCP
packets coming through Ethernet 0.0 interface according to rules
of DHCP-List 1 that has been set already.
Router(config-ether0.0)# end ☞ Exists from the configuration
mode.
Router# show dhcp-list 1 ☞ Shows configuration contents of the
DHCP List 0.
DHCP Type = RELAY
Next Server = 151.1.12.1
Router# show running-config ☞ Shows configuration contents that
have been set.