You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this section:

Overview

Error rendering macro 'excerpt-include'

No link could be created for 'zone relayPort - CLI'.

Procedure

Use the following procedure to accomplish the following:

 

1. Create a Relay Profile

Create a Relay Profile specifying ingress and egress CAC parameters as well as TCP keep-alive value.

% set profiles services relayProfile RP1 maxEgressConn 10 maxEgressRate 50 maxIngressConn 100 maxIngressRate 80 tcp keepAlive 100

2. Assign the Relay Profile to ingress and egress TCP relay ports

Create an ingress egress TCP relay ports and assign the relay profile.

% set addressContext AC1 zone AC1Z1 id 2 relayPort 3 ipAddress 10.7.14.41 portNumber 2024 ipInterfaceGroupName IG1 transportProtocolsAllowed tcp relayProfile RP1  state enabled mode inService 

3. Create IP Peer routing label

Create Routing Label for IP Peer.

% set global callRouting routingLabel test routingLabelRoute 1 routeType ipPeer ipPeer ipPeer1

4. Create a Relay Route to specify how to route incoming call

Create a Relay Route to specify how the call coming in on a particular relay port must be routed.

% set global callRouting route none Sonus_NULL Sonus_NULL relay 4 Sonus_NULL all all ALL none Sonus_NULL routingLabel RL_EGRESS 

 

  • No labels