Network Security

Engage with peers and experts on network security topics such as Secure Firewall Threat Defense, Adaptive Security Appliance, Secure Firewall Management Center, and Security Cloud Control.
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

“Join

 
Labels

Forum Posts

Hi,Trying to get telnet and http server available for ipsec clients.This is from my config:http server enablehttp 10.180.1.0 255.255.255.0 inside <-- LANhttp 10.180.20.0 255.255.255.0 outside <-- VPN poolVPN client can connect to LAN hosts, but not t...

3moloz123 by Level 4
  • 1658 Views
  • 7 replies
  • 0 Helpful votes

Hi Everyone,Please help on this.I want to know what are the endpoints attributes collected by NAC Profiler to discover and profile the endpoints.through SNMP protocol and DHCP protocol.Also if anybody can explain a simple used case on this.Please gui...

I was recently given a 2950 switch and a 2600 router.Both will power up but neither will show POST or any other output.The Rommon prompt never appears no matter what I do.Any ideas why?

ljames111 by Community Member
  • 767 Views
  • 2 replies
  • 0 Helpful votes

Resolved! tunnel drop

we have below list for an ipsec tunnelaccess-list 195 line 1 extended permit ip 192.168.100.0 255.255.255.0 172.16.100.0 255.255.255.248 access-list 195 line 2 extended permit tcp host 192.168.200.110 eq 6600  172.16.100.0 255.255.255.248access-list ...

suthomas1 by Level 7
  • 2342 Views
  • 9 replies
  • 0 Helpful votes

I am trying to do several things.  First I have an ASA5505 connecting to two ISP.  I want to try and configure both for primary and backup using the SLA MONITOR.  I have it configured but have not tested it.  Right now I can ping the next hop gateway...

rogerknight9 by Community Member
  • 1921 Views
  • 10 replies
  • 0 Helpful votes

Hello all,I have a customer with a 5510 that recently sub-leased their office.  I would like to give the sub-tenant their own "portion" of our bonded T1's, yet keep ALL network traffic separate.  I understand the the WAN traffic will comingle and thi...

jwaskewics by Level 3
  • 2065 Views
  • 11 replies
  • 0 Helpful votes

Hello,I have a 3750 with SSH issues. The only way I can connect is via console connection and when I connect it asks for my TACACS id and pwd. I have verified all firewalls and there is no ACL blocking this traffic. but I do see a reset-O on the fire...

allanc16 by Level 1
  • 1007 Views
  • 3 replies
  • 0 Helpful votes

Hello,My router interface already has a nat inside with a nat pool configured for natting 10.x.x.x private IPs to 172.28.x.x private IPs. I want to use the same interface to NAT a subnet of 10.x.x.x private IPs to the interface IP(public IP) to go to...

I have to implement an ACL on my router and have to block all the incoming access except some protocols.Sample ACL is listed belowpermit tcp any 29.165.175.0 0.0.0.255 eq 443 permit tcp any 29.165.175.0 0.0.0.255 eq 9000 permit icmp any any echo-repl...