Qos Fallbeispiel Umsetzung unter Cisco: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „<pre> class-map match-any MY_VOIP_CLASS match dscp cs5 match dscp ef policy-map MY_VOIP_POLICY class MY_VOIP_CLASS priority percent 30 interface FastEth…“) |
|||
| Zeile 6: | Zeile 6: | ||
policy-map MY_VOIP_POLICY | policy-map MY_VOIP_POLICY | ||
class MY_VOIP_CLASS | class MY_VOIP_CLASS | ||
| − | + | bandwidth 30000 | |
interface FastEthernet 0/0 | interface FastEthernet 0/0 | ||
service-policy output MY_VOIP_POLICY | service-policy output MY_VOIP_POLICY | ||
</pre> | </pre> | ||
Version vom 5. Juli 2023, 20:16 Uhr
class-map match-any MY_VOIP_CLASS match dscp cs5 match dscp ef policy-map MY_VOIP_POLICY class MY_VOIP_CLASS bandwidth 30000 interface FastEthernet 0/0 service-policy output MY_VOIP_POLICY