Forum Discussion
APM CCU consumed license
- Feb 04, 2014
To view the total number of active APM access sessions you can use snmpwalk as follows...
To view the total number of active APM sessions using CCUs use...
You may already have found how to get those values in APM VPE (at least in sw 12.1.2). In VPE, use "License" box from Endpoint Security (Server -Side) tab. Then check the branch rules in advanced mode, to see the commands used to retrieve global and access profile specific max and current values.
You can use variable assign to have them available for later use. The values are retrieved using mcget, for example global ones (CCU used for connectivity license here):
- Current global CCU:mcget -license {tmm.license.global_connectivity}
- Max global CCU:mcget -license {tmm.license.global_connectivity}
- Current global access sessions: [mcget -license {tmm.license.global_access}
- Max global access sessions: mcget -license {tmm.license.global_access}
Similarly profile specific concurrent user count is: mcget -license "tmm.profilelicense.[mcget {session.access.profile}]"
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com