Polycom RMX 1500 Administrator's Manual page 1036

Hide thumbs Also See for RMX 1500:
Table of Contents

Advertisement

Appendix H-Setting the RMX for Integration Into Microsoft Environment
H-50
2
Enter the following command to set up a static route for the RMX
system:
$route = New-CsStaticRoute -TLSRoute -destination
"RMX FQDN" -port 5061 -matchuri "RMX FQDN" -
usedefaultcert $true
For example, if the RMX FQDN is rmx111.isrexchlab.local, enter:
$route = New-CsStaticRoute -TLSRoute -destination
"rmx111.isrexchlab.local" -port 5061 -matchuri
"rmx111.isrexchlab.local" -usedefaultcert $true
For a detailed description of the New-CsStaticRoute command, see:
http://technet.microsoft.com/en-us/library/gg398265.aspx
3
To set the route to be global, enter:
Set-CsStaticRoutingConfiguration -identity global -
route @{Add=$route}
For a detailed description of the Set-CsStaticRoutingConfiguration
command, see:
http://technet.microsoft.com/en-us/library/gg425811.aspx
4
Optional. To check that the commands were entered correctly in the
Powershell, enter:
Get-CsStaticRoutingConfiguration.
If the command were entered correctly, the Lync server returns the
RMX FQDN.
For a detailed description of the Get-CsStaticRoutingConfiguration
command, see:
http://technet.microsoft.com/en-us/library/gg398754.aspx
Optional. To remove a static route, use the following command:
Remove-CsStaticRoutingConfiguration
Make sure that you enter the appropriate parameters of the static route to be
removed, otherwise all the defined static routes will be removed.
For a detailed description of the Remove-
CsStaticRoutingConfiguration command, see:
technet.microsoft.com/en-us/library/gg398668.aspx
http://

Advertisement

Table of Contents
loading

This manual is also suitable for:

Rmx 4000Rmx 2000

Table of Contents