AASTRA SIP-DECT (Release 3.0)- OM System Manual - Installation, Administration and Maintenance EN User Manual

Page 21

Advertising
background image

SIP–DECT OM System Manual Release 3.0

2 Getting Started

Aastra

depl-1624/1.0

Page: 21 (241)

option SIPDECT.omm-ip2 code 19 = ip-address;

option SIPDECT.importurl code 24 = text;

option magic_str code 224 = text;

option tftp-list code 150 = array of ip-address;

option vlanid code 132 = unsigned integer 16;

### class definition ###

# RFP (L) 31,32,33,34,41,42

class "SIP-DECT2G" {

match if option vendor-class-identifier = "OpenMobility";

}

# RFP (L) 35,36,37,43, since firmware 3.0RC3

class "SIP-DECT3G" {

match if option vendor-class-identifier = "OpenMobility3G";

}

### subnet definition ###

shared-network SIP-DECT

{

subnet 192.168.112.0 netmask 255.255.255.0

{

pool {

range 192.168.112.52 192.168.112.55;

allow members of "SIP-DECT2G";

allow members of "SIP-DECT3G";

option routers 192.168.112.1;

option subnet-mask 255.255.255.0;

option ntp-servers 192.168.112.109;

option domain-name-servers 192.168.112.1,8.8.8.8;

next-server 192.168.112.183;

vendor-option-space SIPDECT;

option magic_str = "OpenMobilitySIP-DECT";

option SIPDECT.omm-ip 192.168.112.43;

# option SIPDECT.omm-ip2 192.168.112.52;

# option SIPDECT.country 1;

# option SIPDECT.omm-syslog 192.168.112.1;

if option vendor-class-identifier = "OpenMobility" {

filename "/iprfp2G.tftp";

}

if option vendor-class-identifier = "OpenMobility3G" {

filename "/iprfp3G.dnld";

}

# option tftp-server-name "tftp://192.168.112.183/subdir";

Advertising