can some give me sample E-DVA Sample Configuration Files,
Hi!
What device are you trying to configure? Is it SIP or NCS?
I'm not 100 % sure, but I think the e-MTA configs should be pretty much the same. Here is one for the Compal/Motorola CV6181E using SIP:
Main { MtaConfigDelimiter 1; SnmpMibObject saEmtaSipDeviceDtmfRelay.0 Integer 1; /* enable */ SnmpMibObject tComLabs.1.1.1.6.0 Integer 1 ; SnmpMibObject saEmtaSipDeviceDigitMap.0 String "x.T" ; SnmpMibObject saMtaDevCountryCode.0 Integer 3; /* sweden */ SnmpMibObject ifAdminStatus.9 Integer 1; /* up */ SnmpMibObject saEmtaSipEndPntProxyAddress.1 String "83.80.28.27" ; SnmpMibObject saEmtaSipEndPntProxyUsername.1 String "u0162765303" ; SnmpMibObject saEmtaSipEndPntProxyPassword.1 String "aa6w4twh7" ; SnmpMibObject saEmtaSipEndPntProxyPasswordEncrypt.1 Integer 0 ; SnmpMibObject saEmtaSipEndPntProxyDisplayName.1 String "0162765303" ; SnmpMibObject ifAdminStatus.10 Integer 1; /* up */ SnmpMibObject saEmtaSipEndPntProxyAddress.2 String "83.80.28.27" ; SnmpMibObject saEmtaSipEndPntProxyUsername.2 String "u0162765303" ; SnmpMibObject saEmtaSipEndPntProxyPassword.2 String "aa6w4twh7" ; SnmpMibObject saEmtaSipEndPntProxyPasswordEncrypt.2 Integer 0 ; SnmpMibObject saEmtaSipEndPntProxyDisplayName.2 String "0162765303" ; MtaConfigDelimiter 255; }
I hope this helps!
/Fredrik
Hi!
What device are you trying to configure? Is it SIP or NCS?
I'm not 100 % sure, but I think the e-MTA configs should be pretty much the same. Here is one for the Compal/Motorola CV6181E using SIP:
Main
{
MtaConfigDelimiter 1;
SnmpMibObject saEmtaSipDeviceDtmfRelay.0 Integer 1; /* enable */
SnmpMibObject tComLabs.1.1.1.6.0 Integer 1 ;
SnmpMibObject saEmtaSipDeviceDigitMap.0 String "x.T" ;
SnmpMibObject saMtaDevCountryCode.0 Integer 3; /* sweden */
SnmpMibObject ifAdminStatus.9 Integer 1; /* up */
SnmpMibObject saEmtaSipEndPntProxyAddress.1 String "83.80.28.27" ;
SnmpMibObject saEmtaSipEndPntProxyUsername.1 String "u0162765303" ;
SnmpMibObject saEmtaSipEndPntProxyPassword.1 String "aa6w4twh7" ;
SnmpMibObject saEmtaSipEndPntProxyPasswordEncrypt.1 Integer 0 ;
SnmpMibObject saEmtaSipEndPntProxyDisplayName.1 String "0162765303" ;
SnmpMibObject ifAdminStatus.10 Integer 1; /* up */
SnmpMibObject saEmtaSipEndPntProxyAddress.2 String "83.80.28.27" ;
SnmpMibObject saEmtaSipEndPntProxyUsername.2 String "u0162765303" ;
SnmpMibObject saEmtaSipEndPntProxyPassword.2 String "aa6w4twh7" ;
SnmpMibObject saEmtaSipEndPntProxyPasswordEncrypt.2 Integer 0 ;
SnmpMibObject saEmtaSipEndPntProxyDisplayName.2 String "0162765303" ;
MtaConfigDelimiter 255;
}
I hope this helps!
/Fredrik