Server IP : 85.214.239.14 / Your IP : 3.145.2.74 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/ansible_collections/dellemc/os6/roles/os6_qos/tests/ |
Upload File : |
--- # Sample variables for OS6 device os6_qos: class_map: - name: CONTROL type: match-all match_condition: - ip dscp 40 state: present - name: VIDEO type: match-all match_condition: - ip dscp 34 state: present - name: VOICE-TRAFFIC type: match-all match_condition: - ip dscp ef state: present - name: DATA-TRAFFIC type: match-any match_condition: - vlan 100 - protocol tcp - cos 5 - ip tos 11 11 state: present policy_map: - name: Ingress_QoS type: in class_instances: - name: VIDEO policy: - assign-queue 1 - name: CONTROL policy: - assign-queue 2 - name: VOICE-TRAFFIC policy: - assign-queue 3 state: present - name: Egress_QoS type: out class_instances: - name: VIDEO policy: - assign-queue 5 - name: CONTROL policy: - assign-queue 5 - name: VOICE-TRAFFIC policy: - assign-queue 5 state: present - name: QoS_In type: in class_instances: - name: DATA-TRAFFIC policy: - assign-queue 1 - redirect Gi1/0/3 - police-simple 512000 64 conform-action set-cos-transmit 5 violate-action drop state: present - name: QoS_Out type: out class_instances: - name: DATA-TRAFFIC policy: - assign-queue 6 - redirect Gi1/0/3 - police-simple 512000 64 conform-action set-cos-transmit 5 violate-action drop state: present