Specifications

VoiceFinder VoIP Gateway Configuration Guide (APOS 2.0) Release Version 3.1
AddPac Technology Co., LTD
- 79 / 416-
When you need to use only the static IP address and do not need to use DHCP Client feature,
you may enter the IP address to the interface directly or no ip address dhcp, then DHCP Client
feature stops automatically.
[Usage Example] Configuring DHCP Server Mode
model name# config terminal
model name(config)#
DHCP Config can be started from this status
model name(config)# dhcp server Enable DHCP server
model name(config)# ip dhcp pool addpac Configure all the pool
names with addpac to dhcp mode
model name(config-dhcp-network)# network 10.1.1.0
255.255.255.0
Move to the inside network configuration mode
model name(config-dhcp-network)# range 10.1.1.2 10.1.1.11
Specify the usage range to 10.1.1.2 ~ 10.1.1.11 from the inside network
model name(config-dhcp-network)# subnet-mask 255.255.255.0
Specify subnet-mask to be used in the inside network
model name(config-dhcp-network)# routers 10.1.1.1 Specify
default route for sending the packet of the inside network
model name(config-if)# ip nat outside
Apply NAT configuration
to FastEthernet 0/0 interface
model name(config-if)# exit Exit FastEthernet 0/0 interface
configuration
model name(config-if)# interface FastEthernet 0/1 Move to
configuration mode of interface FastEthernet 0/1.
model name(config-if)# ip address 10.1.1.1 255.255.255.0
Allocate the address to FastEthernet 0/1 interface Address
model name(config-if)# ip nat inside Apply NAT configuration
to FastEthernet 0/1 interface
[Usage Example] Configuring DHCP Relay Mode