In this section:
The SBC sends ENUM queries and receive responses, using the Signaling Interface. The user can configure the Signaling Interface for sending ENUM queries and receive responses, using the packet interface port 988. The packets from the Signaling Interface are prioritized over the packets from the Management Interface.
The SBC uses the Management Interface as default for handling ENUM queries. There are two ways to handle ENUM queries:
To configure the SBC for sending the ENUM queries and receive responses using the Signaling Interface, perform the following steps:
% show addressContext default staticRoute
Sample Output for IPV4
staticRoute 10.54.78.21 32 10.54.24.1 LIG001 LIF1_v4 { preference 100; }
Sample Output for IPV6
staticRoute fd00:10:6b50:44e0::15 60 fd00:10:6b50:4180::1 LIG001 LIF1_v4 { preference 100; }
For IPV4
% set addressContext default staticRoute 10.128.254.116 32 10.54.4.1 LIG001 LIF1_v4 preference 120 commit
For IPV6
% set addressContext DEFAULT staticRoute fd00:10:6b50:44e0::15 60 fd00:10:6b50:4180::1 LIG001 LIF1_v4 preference 177 commit
lwresdProfile
to ip
% set global servers lwresdProfile DEFAULT type ip addressContext default ipInterfaceGroup LIG001 commit
lwresdProfile
[optional]% show global servers lwresdProfile DEFAULT
Sample Output
description DEFAULT; ENUMDomainNameLabel DEFAULT_ZONE_LABEL; enableLwresdLog disable; type ip; addressContext default; ipInterfaceGroup LIG001;
For IPV4
% set addressContext default ipAccessControlList rule DNS1 precedence 9 ipInterfaceGroup LIG2 ipInterface LIF2_v4 sourceIpAddress 10.128.254.1 sourceAddressPrefixLength 24 state enabled commit
For IPV6
% set addressContext DEFAULT ipAccessControlList rule DNS1 precedence 11 ipInterfaceGroup LIG001 ipInterface LIF1_v4 sourceIpAddress fd00:10:6b50:4020::99 sourceAddressPrefixLength 60 state enabled commit
To configure the SBC for sending the ENUM queries and receive responses using the Management Interface, perform the following steps:
For IPV4
% delete addressContext default staticRoute 10.128.254.116 32 10.54.4.1 LIG001 LIF1_v4 commit
For IPV6
% delete addressContext default staticRoute fd00:10:6b50:44e0::15 60 fd00:10:6b50:4180::1 LIG001 LIF1_v4 commit
lwresdProfile
to mgmt
% set global servers lwresdProfile DEFAULT type mgmt commit
lwresdProfile
[optional]% show global servers lwresdProfile DEFAULT
Sample output:
description DEFAULT; ENUMDomainNameLabel DEFAULT_ZONE_LABEL; enableLwresdLog disable; type mgmt;
For IPV4
% set addressContext default ipAccessControlList rule DNS1 precedence 9 sourceIpAddress 10.54.92.180 sourceAddressPrefixLength 24 state enabled commit
For IPV6
% set addressContext DEFAULT ipAccessControlList rule DNS1 precedence 11 sourceIpAddress fd00:10:6b50:4020::99 sourceAddressPrefixLength 60 state enabled commit