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 am using the MARS local controller with 6.0.4.3229 software. I was integrated MARS with CSM 3.2 and it was working fine. Now I decommission the present CSM server and install CSM 3.3 on new server. I remove the previous CSM configuration from M...
Hi, I am forwording the symentec end point log from symentec managmenent console to MARS as a SYSlog. On MARS, I configured the symentec Mgmt server as generic syslog server. I am receiving the logs on MARS but all the logs generate the following E...
HI, I created site to site VPN between VPN concentrator and PIX. Now I want to chack the traffic passess through site to site VPN. How can I cahck the which packet are passing through VPN concentrator. WHich Log should I enable on VPN concentrator t...
Hi, You can configured HSRP on both side and in HSRP you can track the interface. Smae time this HSRP you can use for IPSec redandancy.Check the following ur for more details.http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps5012/products_f...
Hi, If you use static nat as above, this x.x.x.x will not able to translate to any other ip address (real IP Address) for other destination.Instead of making static nat use the dynamic nat as below.access-list 150 permit ip host x.x.x.x static(ins...
Hi, Three changes required in this configuration.(1) change the NAT access-list 102 as below: access-list 102 deny ip 10.20.20.0 0.0.0.255 172.20.10.0 0.0.0.255 access-list 102 permit ip 10.20.20.0 0.0.0.255 any(2) apply the crypto map on ...
Hi, Use aaa authentication match "ACL" In this match mathod you can deny all the traffic which you doen't require to authenticate. This is more controlable mathod.Thanks,Mustafa
Hi, You can specify the second method in aaa authentication.aaa-server ACS (inside) host x.x.x.x cisco123aaa-server ACS protocol tacacsaaa authentication telnet console ACS LOCALThanks,Mustafa