Cisco Cisco Expressway

Page of 67
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:
-Identity
: specifies where to apply the route. It can be at the global level or on a specific pool.
-Route @{Add=}
: the route (defined earlier) to assign to the Identity (note that brackets are “curly”).
For example:
C:\Users\administrator.CISCOTP> Set-CsStaticRoutingConfiguration -Identity global -
Route @{Add=$Route1}
 3.  Verify the static route assignment. Use the command :
Get-CsStaticRoutingConfiguration | Select-Object -ExpandProperty Route
Note that:
 
n
When Lync Server tries to route a call it will first check all its registrations:
 
l
If any registration is found that matches the called URI, the call will be sent to that device, or if multiple 
registrations exist, the call will be forked to all registered devices that match the URI.
 
l
If there is no registration, Lync Server will then check the static domain routes and if there is one for this 
domain then Lync Server will route the call to the destination specified. 
 
n
If static routes are set up, Expressway will receive any requests to that domain that Lync cannot handle, 
and thus may receive significant volumes of mis-dial traffic.
Testing the configuration
Test calls from Lync clients registered on Lync Server to endpoints registered on Unified CM. For example, 
call david.jones.office@vc.ciscotp.com from a Lync client registered on Lync Server.
Microsoft Lync and Cisco Expressway Deployment Guide (X8.2)     
Page 41 of 67
Enabling Lync clients registered on Lync Server to call endpoints registered on the video network