Hi,
I have a Cisco 7206VXR Router with NPE-G1 with its PA-GE connected to 3x Gigabit module in a Cisco 12012 with PRP-1.
When my traffic exceeds 300Mbps 400Mbps I start seeing about 3% packet loss in the link and input errors (ignored) start increasing on the 7206 gigabit interface at the same...
Hi forum,
I am trying to limit traffic usage on one of my 3550's fastEthernet ports. This is the configuration I enter:
ip access-list extended test
permit ip any x.x.x.x x.x.x.x
deny ip any any
class-map test
match access-group name test
policy-map test
class test
police 200000 15000...
Hi everyone,
I work in an ISP, and my users keep telling me that the receive errors count in their dialup connection status is 1. I searched the web, but I couldn't even find out what these errors indicate. Is this something we should be concerned about? What are these errors? I would...
No it is not redundant. This way you would have two methods of authentication with different names.
If you don't specify the name or use default when defining authentication for something like ppp or line vty or ... it will use the first line, uses the radius server to autheticate and if it...
If you start an empty project in visual studio, add all the files to it, and build it with the release option other than debug, you should only get one .exe file.
Although this only works if the files are really related and you have only one main() function. If it doesn't work you should explain...
Try this link:
http://www.codeproject.com/Purgatory/ParserEngine.asp
I don't think it would be enough for you. It doesn't support variables, but at least you can build upon it.
In case you want to add variables support, this one supports six variables, but is in vb. You can use it as a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.