by Olivier | Feb 27, 2010 | IOS, Lab, Non classé, QOS, Written Theory
By default , a class-map will use the match-all criteria so it will tell that you must match all your conditions in your class-map before to classify the traffic .
If you want classify directly when at least one condition is met then use the criteria match-any.
Unclassified traffic will go in the default class.
by Olivier | Feb 25, 2010 | IOS, Lab, Non classé, QOS, Written Theory
Shaping can be applied only in the outbound direction and doesn’t discard the traffic exceeding the rate limit automatically. Shaping will bufferize the queue until the bandwidth become available or in last action will drop exceeding packets.
Compared to Policing , shaping preserves the bandwidth and is recommended on lower bandwidth links.
Qos Shaping is also considered as an Traffic Conditioner
by Olivier | Feb 25, 2010 | IOS, Lab, Non classé, QOS, Written Theory
Policing can be used in either the inbound or outbound direction and it discards packets which are exceeding a configured rate limit.
Pay attention to the fact that policing is dropping packets , it can result in retransmissions (TCP acknowledge), so it is better to use policing on higher bandwidth links !!!
Qos Policing is also considered as an Traffic Conditioner
by Olivier | Feb 25, 2010 | H.323, IOS, Lab, Non classé, Written Theory
Endpoints which are using multicast discovery will use the multicast adress 224.0.1.41 for GRQ
by Olivier | Feb 25, 2010 | H.323, IOS, Lab, Non classé, Written Theory
In H.323 , you can play with the caller id (not the case with MGCP , see previous post).
By default,Caller ID is disabled on all FXS ports.
So in order to enable it , you must go under the voice-port and activate it as it is shown in the below config
!
voice-port 2/0
caller-id enable
!
by Olivier | Feb 25, 2010 | CUCM, IOS, Lab, MGCP, Non classé, Written Theory
Caller ID is not supported on MGCP Controlled FXS ports.
So remind this if you need it 🙂