Samsung SMG-3200 Network Card User Manual


 
B-9
3) Remote IP Table
The Remote IP Table belongs to the VoIP DB, and has up to 32 entries. Each entry consists of
tables, and up to 32 IP addresses can be entered in one IP Table entry. When entering IP addresses
in the IP Table entry, you must enter one IP address in one line.
An example of data input is given below :
voip.remote_ip_table(32) ; Maximum number of entries is 32
{
voip.iptable_00() ; Maximum number of IPs entered in one IP
Table entry is 32
{
165.213.87.145 ; [0/32]
165.213.87.146 ; [1/32]
:
}
voip.iptable_01() ; Maximum number of IPs entered in one IP
Table entry is 32
{
165.213.87.144 ; [0/32]
}
:
voip.iptable_31() ; Maximum number of IPs entered in one IP
Table entry is 32
{
165.213.87.55 ; [0/32]
}
}