Forum Discussion
G_C_33937
Nimbostratus
Jul 24, 2012How to disable management access
Hello!
I am looking for some thing in LTM device [BIG-IP 10.2.0 Build 1789.0 Hotfix HF2]
I want to disable all management access (https/ssh/snmp etc) on the sp...
fraguet_53463
Nimbostratus
Jul 06, 2012I will try.
You must be right, because in the link you transmitted in the "CMP restrictions in BIG-IP version 10.x" a point explains :
In BIG-IP version 10.x, if a virtual server uses any of the following BIG-IP features, CMP is disabled for that virtual server and handled by TMM0 only:
- An iRule which refers to a Data Group List (class) using the $:: global variable prefix
In my first Irule I use :
if { [matchclass [HTTP::header User-Agent] contains $::user_mobile] }
$::user_mobile is a data group list. So CMP is disables for this VS. So that's why it doesn't happen with one VS
I disable CMP and tell you