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.
I was able to import a copy of the 5.4 PIX Shun Remediation module into my system running 6.2.3. It works, but only if SSH v1 is enabled on my ASA, with v2 it doesn't. I ran debug ssh on the ASA when trying with version 2 and this is what I got:Dev...
I found a simple script to ping a list of IPs, but how do I output the results to a file in flash?
This is what I have so far:
foreach address {10.226.126.30224.0.0.5} { ping $address repeat 5 source g1/0/0}
Thanks.
We're running OSPF point-to-multipoint on two different asynchronous CES clouds so that we can use neighbor statements to define the bandwidth of slower neighbors. Up until now it has been working great, but now I'm experiencing an odd issue with on...
I setup an 1142n as a work group bridge and the cpu goes to 100% on boot up. When I do a "show process memory sorted" all processes show as 0.00%. Please let me know if you have any ideas. Thanks. IOS Version:c1140-k9w7-mx.153-3.JBB My config is:ver...
I'm having an issue running ospf point-to-multipoint over a CES cloud. The reason I want to do this is that not every site has the same bandwidth and this way I can use neighbor statements to specify the cost to each neighbor. To make this work I ha...
I got the config from reading this article: http://www.netcraftsmen.com/using-ospf-point-to-multipoint-on-ethernet/. ; Since implementing it I've found conflicting documentation from Cisco, most of it saying this should only work with unicast.
As to...
Wow, good memory. At the time I had tried both to get around the issue I was having. Once you helped me with the proxy arp fix (thanks again!) I tried both and settled on multicast hellos so that I didn't have to define all neighbors on each nod...
You may not have helped me personally, but it was a good post and may help someone else. In my fabricpath topology I have:Primary Data Center (all VLANs in topology 0)Redundant data center (DC VLANs in 0, local-only VLANs in 1)Old Data Center we'...