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.
Is there a good rule of thumb for selecting the bust parameter on the 3550 in regards so the aggregate-policer command?mls qos aggregate-policer hero 8000000 1500000 exceed-action drop
SSHv2 crashI have a Cisco 2821 router running c2800nm-advsecurityk9-mz.123-11.T.bin code.When I SSHv2 to this router and run an aggressive extended ping from it my session locks up and I get the following output from the console. When I say aggressi...
Im attempting to configure unequal cost load balancing with EIGRP and haven had any luck. In the following output Im attempting to load balance between fa0/3 and fa0/5 for the 5.5.5.5 host. If I make the metrics equal it does it no problem. As s...
In the following output, what does the IV size refer too?Thanks,Chris---------------------------------inbound esp sas:spi: 0x3491ACD6(881962198)transform: esp-3des esp-md5-hmac ,in use settings ={Tunnel, }slot: 0, conn id: 2000, flow_id: 1, crypto ma...
This should work out for you:default interface ser0/2/0default interface ser0/3/0default interface ser0/1/0no int mul 1### If using ser 0/1/0 as surviving T1int ser 0/1/0description internet via PROVIDERip address OUR.EXTERNAL.IP.ADDRESS 255.255.255....
When the problem is occurring try a 'show policy-map interface g0/2'. This should give you and indication if the traffic in question is being matched by the WINUP class.Chris
In this example it would not police per-flow. It would police all traffic matching the class WINUP to 750Kbps. You may want to investigate micro-flow policing on the downstream switch.This link has some good micro-flow info:http://www.cisco.com/en/...
A good first step is to try NAT. The following may work for you:int e0 ip nat outsideexitint fa0/0 ip nat insideexitaccess-list 100 remark *** NAT Selection ***access-list 100 permit ip 10.10.1.0 0.0.0.255 anyip nat inside source list 110 interface ...