Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
I have an old version of Cisco Prime and needs to upgrade to 3.10. I am unable to find 3.7. If anyone has 3.7 prime, can you please share it?
Thanks,
Dijesh
I have two Cisco FTDs in AWS. Both the firewalls are active and are behind a load balancer. I am trying to setup a site-to-site vpn from the firewall to a remote site. Can someone share a document how we can achieve this with two Cisco FTDs behing a ...
Hi,
is there anyway to get a list of users who are stuck at posture pending? We are doing agentless posture. I have taken ISE reports but are not accurate
Thanks,
Hi, The cisco ISE 2.7 is integrated to amp for endpoints. I would like to block endpoints that are compromised. I can see compromised endpoints in ISE with severity level as painful. Is there anyway to block these endpoints in ISE? Thanks,
Hi,
Thanks for your reply. I am familiar with setting up vpn tunnel between the Cisco FTD in AWS and an on premise 2130 firewall. How we can setup site to site vpn with on premise 2130 firewall when we have two active Cisco FTDs in AWS?
I have solved with this script:
<script>setTimeout(function(){
$.validator.addMethod("phoneNumber", function(value, element) {
var filter = /^[0-9]{9}$/;
if (filter.test(value)) {
return true;}else {
if(value.startsWith("+")) {
return true;
}else {...