Hi,
I am trying to set IP address (instead of domain name) to the pktcNcsEndPntConfigCallAgentId.
I am found that set IP to the pktcNcsEndPntConfigCallAgentId is possible only when same IP address is set to some pktcMtaDevCmsFqdn from pktcMtaDevCmsTable:
Main
{
        MtaConfigDelimiter 1;
        SnmpMibObject iso.3.6.1.4.1.7432.2.1.2.1.1.1.9 String "ca@192.168.20.3"; /* pktcNcsEndPntConfigCallAgentId.9 */
        SnmpMibObject iso.3.6.1.2.1.2.2.1.7.9 Integer 1;                         /* ifAdminStatus.9 up */
        SnmpMibObject iso.3.6.1.4.1.7432.2.1.1.15.0 Integer 40;                  /* pktcSigDefCallSigDscp.0 */
        SnmpMibObject iso.3.6.1.4.1.7432.2.1.1.16.0 Integer 46;                  /* pktcSigDefMediaStreamDscp.0 */
        SnmpMibObject iso.3.6.1.4.1.7432.2.1.1.4.0 Integer 1;                    /* pktcSigDevCallerIdSigProtocol.0 fsk */
        SnmpMibObject iso.3.6.1.4.1.7432.2.1.1.21.0 Integer 1;                   /* pktcSigDevCIDMode.0 duringRingingETS */
        SnmpMibObject iso.3.6.1.4.1.7432.1.1.1.6.0 Integer 1;                    /* pktcMtaDevEnabled.0 */
        SnmpMibObject iso.3.6.1.4.1.7432.1.1.3.8.1.2.1 String "192.168.20.3";    /* pktcMtaDevCmsFqdn.1 */
        SnmpMibObject iso.3.6.1.4.1.7432.1.1.3.8.1.3.1 String "ZIGGO.NL.MTA";    /* pktcMtaDevCmsKerbRealmName.1 */
        SnmpMibObject iso.3.6.1.4.1.7432.1.1.3.8.1.9.1 Integer 2;                /* pktcMtaDevCmsIpsecCtrl.1 */
        SnmpMibObject iso.3.6.1.4.1.7432.1.1.3.6.1.2.1 String "ZIGGO.NL.MTA";    /* pktcMtaDevRealmName.1 */
        SnmpMibObject iso.3.6.1.4.1.7432.1.1.3.6.1.5.1 String "Ziggo";           /* pktcMtaDevRealmOrgName.1 */
        SnmpMibObject iso.3.6.1.6.3.18.1.1.1.2.109.116.97.112.114.111.118 String "Nro3n4th34"; /* snmpCommunityName.109.116.97.112.114.111.118 */
        SnmpMibObject iso.3.6.1.6.3.18.1.1.1.3.109.116.97.112.114.111.118 String "@mtap"; /* snmpCommunitySecurityName.109.116.97.112.114.111.118 */
        SnmpMibObject iso.3.6.1.6.3.18.1.1.1.8.109.116.97.112.114.111.118 Integer 4; /* snmpCommunityStatus.109.116.97.112.114.111.118 */
        MtaConfigDelimiter 255;
}
It looks like MTA device trying to search pktcNcsEndPntConfigCallAgentId into pktcMtaDevCmsFqdn. If IP address was found in some pktcMtaDevCmsFqdn - provisioning is OK.
Could you please explain this dependency to the pktcMtaDevCmsFqdn?
What is the reason for such behavior?