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,MLS switches (e.g. 3550) have an interface command "wrr-queue random-detect {max-threshold|min-threshold} queue-id threshold1 threshold2"The threshold1 and threshold2 refer to WRED thresholds e.g. if threshold1 is set to 40% and threshold2 to 80%,...
If for example, the three IP addr which you want advertised are 192.168.1.1 to 192.168.1.3, then configure the following commands on our ISP-facing BGP router:router bgp 25network 192.168.1.1 mask 255.255.255.255network 192.168.1.2 mask 255.255.255.2...
bah! I think I am very good at explaining things really badly =PConsider this example:policy-map Germany2006class Franceset ip dscp AF41class Portugalset ip dscp AF42class Germanyset ip dscp AF31exitmls qos map dscp-cos 41 to 5mls qos map dscp-cos 31...
Hi Andrea,ok, this time I will try to be brief, and to the point The IP Header has a DSCP Byte. This is how its bits look like.aaa.bbb.cccc are unused (always set to 0)aaa are DSCP CLASS SELECTOR bits. Its values are interpreted as follows:aaa ...
hi guys,you should use the "set ip dscp" policy-map configuration command to set the DSCP to AF41, AF32 and so on. There are three steps to making WRED work on an interface. 1) Set WRED thresholds: On a multilayer switch (such as 3550), use the " wrr...
what encapsulation does your atm interfaces use? multilink ppp is useful only for ppp encap types. Maybe your ISP wants you to use Cisco proprieetary Bandwidth on Demand (BoD). Here is a sample.int bri0encap pppdialer map ip 10.1.1.1 name Aussie 8001...