Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure a SIP Domain with the IP address of the IP Peer.
  2. Create an IP Peer using the IP address above, and associate this IP peer to a routing label.
  3. Configure a Username Routing entry using SIP Domain from step 1, and attach the routing label created in step 2.
Note

The following entities are not available when the SBC is configured for ePSX.

  • e911
  • e911VpcDevice
  • enumDomainName
  • enumDomainNameLabel
  • enumService
  • lwresdProfile

The SBC supports load balancing across ENUM servers for individual ENUM zones using enumDomainName, lwresdProfile and enumDomainNameLabel parameters described in this section. ENUM client routes the query to ENUM servers based on the load balancing scheme configured for that zone. ENUM client uses the following load balancing schemes to route the requests to ENUM servers. For details, see refer to ENUM Support.

  • Sequential
  • Round Robin
  • Proportional

Command Syntax

...

Code Block
languagenone
% set global servers 
	dns global
		ednsFailureCount <1-5>
		ednsPayloadSize <512-4096 bytes>
		ednsRetryAfter <60-180 seconds>
		iterationCount <0-32>   
		monitoringInterval <0-300> 
		probeInterval <0-300> 
		retransmissionCount <0-20> 
		retransmissionTimer <100-10000>
		timeouts <0-32>
	e911 
		<e911_service_name>
		criteria triggerCriteria <criteria>
		defaultTreatment <applyFinalTreatment | routeAsDialed>
		flags active <disable | enable>
		requestTimeOut <0-2147483647>
		routePrecedence <local | lro>
	e911VpcDevice <device_name>
		deviceData <0-32767>
			ipAddress <ip_address>
			portNumber <0-65535>
	enumDomainName <domain_name>
		forwardersData <0-99999>
			forwarderDescription <description>
			forwarderIP <IPv4 or IPv6 address>
		loadDistribution <proportion | roundRobin | sequence> 
		queryRetryTimer <0-10000 ms>
		zoneType individual
	enumDomainNameLabel DEFAULT_ZONE_LABEL enumDomainNameId <enumDomainName's name>
	enumService <name>
		criteria triggerCriteria <criteria>
		defaultTreatment <applyFinalTreatment | routeAsDialed>
		enumDefinitions privateDomainNameForEnumLookups <private_domain_name>
		flags 
			active <disable | enable>
			processCallingNumber <disable | enable>
			processNewANI <disable | enable>
		priority <129-140>
		requestTimeOut <0-2147483647>
		serviceType <cnam | lnp | sipAor>
	lwresdProfile <profile name>
		description 
		enableLwresdLog 
		enumDomainNameLabel

...