Sip slb command reference, Real server configuration mode, Virtual server configuration mode – Brocade Virtual ADX Server Load Balancing Guide (Supporting ADX v03.1.00) User Manual

Page 359: Sample configuration

Advertising
background image

Brocade Virtual ADX Server Load Balancing Guide

343

53-1003247-01

SIP SLB command reference

7

SIP SLB command reference

This section describes the syntax and usage for each SIP Server Load Balancing command in the
real server configuration mode and the virtual server configuration mode.

Real server configuration mode

Use the port sip command in the real server or virtual server configuration mode to configure a
proxy, redirect, registrar, or registrar-proxy server. These commands are issued from the real server
configuration.

Syntax: port sip {sip-redirect-server | sip-proxy-server | sip-registrar |

sip-both-registrar-proxy-server} [health-check-method [options | register]] |
[health-check-no-dsr]

sip-redirect-server—Identifies the server as a SIP redirect server.

sip-proxy-server—Identifies the server as a SIP proxy server.

sip-registrar—Identifies the server as a SIP registrar.

sip-both-registrar-proxy-server—Identifies the server as a SIP registrar or a proxy server.

health-check-method—Specifies the SIP health check method.

options—Enables health check through OPTION messages.

register—Enables health check through REGISTER messages (default method).

health-check-no-dsr—Specifies for health check to be sent to a real server rather than a virtual
server.

Virtual server configuration mode

Use the port sip command in the virtual server configuration mode to configure. The commands
are issued from the virtual server configuration.

Syntax: port sip sip-switch | sip-domain-name domain-name

sip-switch—Enables SIP switching.

sip-domain-name domain-name—Specifies SIP domain name.

Sample configuration

The following example shows the configuration details for SIP Server Load Balancing.

server real rs1 10.20.20.1

port sip

port sip sip-both-registrar-proxy-server health-check-method register

port sip keepalive

!

server real rs2 10.20.20.2

port sip

port sip sip-both-registrar-proxy-server health-check-method register

port sip keepalive

!

server virtual-name-or-ip vs1 10.10.0.100

port sip

Advertising