New static route in hybrid Skype-Lync Environment

The exiting environment is consisting three lync 2013 and three Skype for business pool in three sites. The requirement is to create new static route for new SFB pool for communication with

Polycom video environment.

I did not get properly documented in Microsoft Technet. So i just went and hit the below command to add new static route in one of the SFB Pool.

$routeINDSFBPool = New-CsStaticRoute -TLSRoute -destination “video.polycom.domain.com” -port 5061 -matchuri “video” -usedefaultcertificat $true

Set-CsStaticRoutingConfiguration -identity service:Registrar:sfbpool.domain.com -route @{Add=$routeINDSFBPool}

We got below error saying that- “Set-CsStaticRoutingConfiguration : Cannot find “StaticRoutingConfiguration” “Registrar: sfbpool.domain.com” because it does not exist”

After many discussion within team my team member found that, we could not modify the static route for new SFB pool which was never created. Hence we need to create it as new.

We ran below cmdlet and its solve the issue.

$routeINDSFBPool = New-CsStaticRoute -TLSRoute -destination “video.polycom.domain.com” -port 5061 -matchuri “video” -usedefaultcertificat $true

New-CsStaticRoutingConfiguration -identity service:Registrar: sfbpool.domain.com -route @{Add=$routeAPSFBPool}

We hope it will help someone !

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

Blog at WordPress.com.

Up ↑

Eine Tolle Reise

Here, you all will come to know about me, about my life and of course some common issues these days!!

Office 365 for IT Pros

The only always up-to-date eBook about the Microsoft 365 cloud Office system, covering Exchange Online, SharePoint Online, OneDrive for Business, Microsoft Teams, Planner, Azure Active Directory, and more

Chirag Patel MVP MCT

Microsoft 365 Specialist

All about Microsoft 365 & Teams

lEt's eNaBle MoDeRn WoRkPlAcE !

WordPress.com News

The latest news on WordPress.com and the WordPress community.

%d bloggers like this: