cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
690
Views
0
Helpful
1
Replies

Block Software Teamview

Wemerson Luiz
Level 1
Level 1

Hi, Friends.

Does anybody know as block teamview in the ASA?

Can you help me?


Regards

1 Accepted Solution

Accepted Solutions

Anu M Chacko
Cisco Employee
Cisco Employee

Hi Wemerson,

You can use regex to block access to teamviewer.com.Could you try the following and let me know if it works?

regex teamviewer “\.teamviewer\.com”

class-map type regex match-any block

match regex teamviewer

policy-map type inspect http pol-reg

parameters

match request header host regex class block

drop log

policy-map global_policy

  class inspection_default

  inspect http http-pol

Hope this helps!

Regards,

Anu

P.S. Please mark this question as answered if it has been resolved. Do rate helpful posts. Thanks!

View solution in original post

1 Reply 1

Anu M Chacko
Cisco Employee
Cisco Employee

Hi Wemerson,

You can use regex to block access to teamviewer.com.Could you try the following and let me know if it works?

regex teamviewer “\.teamviewer\.com”

class-map type regex match-any block

match regex teamviewer

policy-map type inspect http pol-reg

parameters

match request header host regex class block

drop log

policy-map global_policy

  class inspection_default

  inspect http http-pol

Hope this helps!

Regards,

Anu

P.S. Please mark this question as answered if it has been resolved. Do rate helpful posts. Thanks!

Review Cisco Networking for a $25 gift card