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.
Hello,I would like to test the possibility to reload devices via SNMP for new switches like 2960, 3560 and so on.I know that the command "snmp-server system-shutdown" has to be configured, then I need to send the set query to the device via SNMP.I ha...
Hi,The goal of my lab is to test and prove the effect of QoS between a central site and a remote site. It simulates the case of a customer where I have to configure QoS. The link between the central site and the remote site is normaly a SDSL 2 Mb/s, ...
Hi,The traffic shaping consist in delaying packets when the traffic rate exceeds the traffic contract (shaping rate during each Tc)How can I know the size of the shaper buffer ? I mean how much packets can be delayed ? There should be a limit ! I gue...
Thanks Ganesh.I have already tried the method explained in your link, but I get an "invalid OID" response. This OID belongs to the MIB OLD-CISCO-TS-MIBTo my mind this OLD-CISCO-TS-MIB is not supported anymore on new switches, and I would like to know...
Hello Ganesh,Thanks for your reply however it is not what I would like to do.The OID you gave (1.3.6.1.4.1.9.2.1.2.0) corresponds if I'm not wrong to a "whyReload" string. Moreover it belongs to OLD Mib which doesn't seem to work on new switches too....
Ok I see what you mean. So do you know how to know if the shaper uses Fifo ou WFQ ?I tried to use a child policy in the default class where the shape is used, in order to force the queueing mechanism of the shaper. It seems to work better, as As soon...
Hi joseph,Yes that's what I said too. I meant the shaper default class.My configuration is :policy-map shape class class-default shape average 2000000 no fair-queuebut the no fair-queue line is not visible as it is the default behaviour. You only s...
Thank you for your answer.I thought about that too, but I configured the class-default of the policy-map "shape" with "no fair-queue". This is the default comand, that's why you can't see it int the running config. If fair-queuing were used, you woul...