Cisco Cisco Expressway

Page of 71
Configuring Lync Server domain static routes
This involves configuring domain static routes that route calls to the video domain to the “Lync gateway” 
Expressway.
The routes should reside on the Director (pool) if present, otherwise on the FEP (pool).
Configuring static routes to route calls to the “Lync gateway” 
Expressway
 1.  Create a static route from Lync to the "Lync gateway" Expressway.
Use the command New-CsStaticRoute with the following parameters:
$=
: the label referring to this specific new route.
-TLSRoute
: specifies that the route is TLS (recommended).
-TCPRoute
: specifies that the route is TCP.
-Destination
: the "Lync gateway" Expressway  Cluster FQDN  for TLS routes. Use the IP Address in 
case of TCP routes.
-MatchUri
: the SIP domain that "Lync gateway" Expressway is authoritative for.
-Port
: the TLS/TCP port to use for neighboring. It should be the port configured as Port on B2BUA for 
Lync call communications in the B2BUA advanced settings on the Expressway (default 65072).
-UseDefaultCertificate
: to use the default certificate assigned to the Front End (must be $true) 
when using TLS. Do not specify this switch when using TCP.
 
For example, for TLS:
C:\Users\administrator.CISCOTP> $Route1=New-CsStaticRoute -TLSRoute -Destination 
"lyncexp.ciscotp.com" -MatchUri "vc.ciscotp.com" –Port 65072 -UseDefaultCertificate 
$true
For example, for TCP:
C:\Users\administrator.CISCOTP> $Route1=New-CsStaticRoute -TCPRoute -Destination 
"10.0.0.2" -MatchUri "vc.ciscotp.com" –Port 65072
 2.  Assign a static route. 
Use the command Set-CsStaticRoutingConfiguration with the following parameters:
Microsoft Lync and Cisco Expressway Deployment Guide (X8.5)     
Page 44 of 71
Enabling Lync clients registered on Lync Server to call endpoints registered on the video network