Specifications

VoiceFinder VoIP Gateway Configuration Guide (APOS 2.0) Release Version 3.1
AddPac Technology Co., LTD
- 51 / 416-
z interface { Dialer /FastEthernet / loopback /Tunnel } { 0 / 1 }.[logical I/F #]
1. Choose an interface to be configures, then enter interface configuration mode
2. {0/1} means the main interface and [logical I/F #] means the sub-interface
3. Ethernet must be set to sub-interface
z ip address {<ip_address> <net_mask> | dhcp} { secondary}
1. Specify an IP address for the chosen interface
2. This is the lower menu of the ip command
3. If you want to use DHCP client, enter dhcp instead of <ip_address> <net_mask>
4. The secondary function can be supported for APOS G2 version, but the secondary
function can not be used for DHCP only
z ipv6 address { X:X::X:X/M | autoconfig }
1. Specify an IPv6 address for the selected interface
2. In this case, the IPv6 addresses can be automatically created by adding MAC addresses
of the interface after receiving a network information from the inside of the pertinent
network
[Usage Example] Ethernet (to start)
For operating Primary IP : 192.20.1.1/24bits, Secondary IP : 210.10.2.1/24Bits
model name(config)# interface FastEthernet 0/0
model name(config-if)# ip address 192.20.1.1 255.255.255.0
model name(config-if)# ip address 210.10.2.1 255.255.255.0 secondary
model name(config-if)#
z arp <ip-address> H.H.H
Configure Static ARP(MAC) function with the IP address. Enter 6 digit MAC address by a
binary in hexadecimalcimal format (APOS G2)
z arp { keep <120-3600> | walk <1-600>}