Brocade Communications Systems ServerIron ADX 12.4.00 Service Manual Page 36

  • Download
  • Add to my manuals
  • Print
  • Page
    / 136
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 35
24 ServerIron ADX Advanced Server Load Balancing Guide
53-1002435-01
Configuring SIP SLB
1
Enter the following command.
ServerIronADX(config-rs-sip)# sip alternative-server-ip 10.120.5.34
Syntax: [no] sip alternative-server-ip <alternate-ip>
Enter an IP address for <alternate-ip>.
By default, real server traffic is deeply scanned by the ServerIron SIP parser. In some cases, you
may want to prevent traffic from being deeply scanned because the real server initiated other
traffic beside SIP (such as HTTP, DNS, and others). For these cases, configure an ACL for SIP. If the
ACL action is "permit", packets should be forwarded without being deeply scanned by the SIP
parser.
ServerIronADX(config-rs-sip)# sip tcp-access-list 2
Syntax: [no] sip tcp-access-list <acl-id>
The <acl-id> is the access list ID that will be used only for TCP.
Virtual server commands for SIP over TCP
Configure an alternate virtual port to be used by TCP-based SIP and the maximum local
connections for a client. This port is configured under the SIP virtual server configuration level.
ServerIronADX(config-vs1)# port 5060 sip-alternative-port-start 5061
max-tcp-connections 3
Syntax: port <sip-port> sip-alternative-port-start <start-port> max-tcp-connections
<#connections>
Enter the virtual SIP port for <sip-port> . Typically this is port 5060,
Enter the beginning of the alternate virtual port for <start-port>. This port will be used as the
source-port of the client-side connection. The default value is the next unused port that is greater
than the virtual port.
Specify the maximum number of local connections allowed for a client for <#connections>. This
value takes precedence over the server sip max-client-tcp-connections and server sip
max-server-tcp-connections (global) commands. The default number of connection is 64.
The port range between <start-port> and <start-port>+<max-tcp-connection> should be reserved
for alternative virtual port usage.
Load Balancing SIP over TCP sample configuration
1. Configure a source IP address for the SIP Proxy Server.
ServerIronADX(config)# server source-ip 172.28.8.3 255.255.255.0 0.0.0.0
2. Configure a SIP real server.
ServerIronADX(config)# server real rs1 172.28.8.67
ServerIronADX(config-rs-sip)# source-nat
ServerIronADX(config-rs-sip)# sip max-tcp-connections 2
ServerIronADX(config-rs-sip)# port sip
ServerIronADX(config-rs-sip)# port sip sip-both-registrar-proxy-server
3. Configure a SIP virtual server and bind it to a SIP real server.
Page view 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 135 136

Comments to this Manuals

No comments