Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Starting simple.qos
- ifb associated with interface em2:
- Currently no ifb is associated with em2, this is normal during starting of the sqm system.
- /usr/sbin/ip link add name ifb4em2 type ifb
- cmd_wrapper: ip: SUCCESS: /usr/sbin/ip link add name ifb4em2 type ifb
- iptables -t mangle -N QOS_MARK_em2
- ip6tables -t mangle -N QOS_MARK_em2
- iptables -t mangle -D QOS_MARK_em2 -j MARK --set-mark 0x2/0xff
- iptables: No chain/target/match by that name.
- ip6tables -t mangle -D QOS_MARK_em2 -j MARK --set-mark 0x2/0xff
- ip6tables: No chain/target/match by that name.
- iptables -t mangle -A QOS_MARK_em2 -j MARK --set-mark 0x2/0xff
- ip6tables -t mangle -A QOS_MARK_em2 -j MARK --set-mark 0x2/0xff
- iptables -t mangle -D QOS_MARK_em2 -m dscp --dscp-class CS1 -j MARK --set-mark 0x3/0xff
- iptables: No chain/target/match by that name.
- ip6tables -t mangle -D QOS_MARK_em2 -m dscp --dscp-class CS1 -j MARK --set-mark 0x3/0xff
- ip6tables: No chain/target/match by that name.
- iptables -t mangle -A QOS_MARK_em2 -m dscp --dscp-class CS1 -j MARK --set-mark 0x3/0xff
- ip6tables -t mangle -A QOS_MARK_em2 -m dscp --dscp-class CS1 -j MARK --set-mark 0x3/0xff
- iptables -t mangle -D QOS_MARK_em2 -m dscp --dscp-class CS6 -j MARK --set-mark 0x1/0xff
- iptables: No chain/target/match by that name.
- ip6tables -t mangle -D QOS_MARK_em2 -m dscp --dscp-class CS6 -j MARK --set-mark 0x1/0xff
- ip6tables: No chain/target/match by that name.
- iptables -t mangle -A QOS_MARK_em2 -m dscp --dscp-class CS6 -j MARK --set-mark 0x1/0xff
- ip6tables -t mangle -A QOS_MARK_em2 -m dscp --dscp-class CS6 -j MARK --set-mark 0x1/0xff
- iptables -t mangle -D QOS_MARK_em2 -m dscp --dscp-class EF -j MARK --set-mark 0x1/0xff
- iptables: No chain/target/match by that name.
- ip6tables -t mangle -D QOS_MARK_em2 -m dscp --dscp-class EF -j MARK --set-mark 0x1/0xff
- ip6tables: No chain/target/match by that name.
- iptables -t mangle -A QOS_MARK_em2 -m dscp --dscp-class EF -j MARK --set-mark 0x1/0xff
- ip6tables -t mangle -A QOS_MARK_em2 -m dscp --dscp-class EF -j MARK --set-mark 0x1/0xff
- iptables -t mangle -D QOS_MARK_em2 -m dscp --dscp-class AF42 -j MARK --set-mark 0x1/0xff
- iptables: No chain/target/match by that name.
- ip6tables -t mangle -D QOS_MARK_em2 -m dscp --dscp-class AF42 -j MARK --set-mark 0x1/0xff
- ip6tables: No chain/target/match by that name.
- iptables -t mangle -A QOS_MARK_em2 -m dscp --dscp-class AF42 -j MARK --set-mark 0x1/0xff
- ip6tables -t mangle -A QOS_MARK_em2 -m dscp --dscp-class AF42 -j MARK --set-mark 0x1/0xff
- iptables -t mangle -D QOS_MARK_em2 -m tos --tos Minimize-Delay -j MARK --set-mark 0x1/0xff
- iptables: No chain/target/match by that name.
- ip6tables -t mangle -D QOS_MARK_em2 -m tos --tos Minimize-Delay -j MARK --set-mark 0x1/0xff
- ip6tables: No chain/target/match by that name.
- iptables -t mangle -A QOS_MARK_em2 -m tos --tos Minimize-Delay -j MARK --set-mark 0x1/0xff
- ip6tables -t mangle -A QOS_MARK_em2 -m tos --tos Minimize-Delay -j MARK --set-mark 0x1/0xff
- Squashing differentiated services code points (DSCP) from ingress.
- iptables -t mangle -D PREROUTING -i em2 -m dscp ! --dscp 0 -j DSCP --set-dscp-class be
- iptables: No chain/target/match by that name.
- ip6tables -t mangle -D PREROUTING -i em2 -m dscp ! --dscp 0 -j DSCP --set-dscp-class be
- ip6tables: No chain/target/match by that name.
- iptables -t mangle -I PREROUTING -i em2 -m dscp ! --dscp 0 -j DSCP --set-dscp-class be
- ip6tables -t mangle -I PREROUTING -i em2 -m dscp ! --dscp 0 -j DSCP --set-dscp-class be
- iptables -t mangle -D POSTROUTING -o em2 -m mark --mark 0x00/0xff -g QOS_MARK_em2
- iptables: No chain/target/match by that name.
- ip6tables -t mangle -D POSTROUTING -o em2 -m mark --mark 0x00/0xff -g QOS_MARK_em2
- ip6tables: No chain/target/match by that name.
- iptables -t mangle -A POSTROUTING -o em2 -m mark --mark 0x00/0xff -g QOS_MARK_em2
- ip6tables -t mangle -A POSTROUTING -o em2 -m mark --mark 0x00/0xff -g QOS_MARK_em2
- iptables -t mangle -D PREROUTING -i vtun+ -p tcp -j MARK --set-mark 0x2/0xff
- iptables: No chain/target/match by that name.
- ip6tables -t mangle -D PREROUTING -i vtun+ -p tcp -j MARK --set-mark 0x2/0xff
- ip6tables: No chain/target/match by that name.
- iptables -t mangle -I PREROUTING -i vtun+ -p tcp -j MARK --set-mark 0x2/0xff
- ip6tables -t mangle -I PREROUTING -i vtun+ -p tcp -j MARK --set-mark 0x2/0xff
- iptables -t mangle -D OUTPUT -p udp -m multiport --ports 123,53 -j DSCP --set-dscp-class AF42
- iptables: No chain/target/match by that name.
- ip6tables -t mangle -D OUTPUT -p udp -m multiport --ports 123,53 -j DSCP --set-dscp-class AF42
- ip6tables: No chain/target/match by that name.
- iptables -t mangle -A OUTPUT -p udp -m multiport --ports 123,53 -j DSCP --set-dscp-class AF42
- ip6tables -t mangle -A OUTPUT -p udp -m multiport --ports 123,53 -j DSCP --set-dscp-class AF42
- IFACE: em2 MTU: 1500
- get_htb_quantum: 1: em2, 2: 45000, 3: 1000
- get_burst: 1: 1500, 2: 45000, 3: 1000
- get_burst (by duration): BURST [Byte]: 5625, BANDWIDTH [Kbps]: 45000, DURATION [us]: 1000
- IFACE: em2 MTU: 1500
- get_htb_burst: 1: em2, 2: 45000, 3: 1000
- get_burst: 1: 1500, 2: 45000, 3: 1000
- get_burst (by duration): BURST [Byte]: 5625, BANDWIDTH [Kbps]: 45000, DURATION [us]: 1000
- /usr/sbin/tc qdisc del dev em2 root
- RTNETLINK answers: No such file or directory
- cmd_wrapper: tc: FAILURE (2): /usr/sbin/tc qdisc del dev em2 root
- cmd_wrapper: tc: LAST ERROR: RTNETLINK answers: No such file or directory
- LLA: default link layer adjustment method for !cake is tc_stab
- /usr/sbin/tc qdisc add dev em2 root handle 1: htb default 12
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev em2 root handle 1: htb default 12
- /usr/sbin/tc class add dev em2 parent 1: classid 1:1 htb quantum 5625 rate 45000kbit ceil 45000kbit burst 5625 cburst 5625
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc class add dev em2 parent 1: classid 1:1 htb quantum 5625 rate 45000kbit ceil 45000kbit burst 5625 cburst 5625
- /usr/sbin/tc class add dev em2 parent 1:1 classid 1:11 htb quantum 5625 rate 128kbit ceil 15000kbit prio 1
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc class add dev em2 parent 1:1 classid 1:11 htb quantum 5625 rate 128kbit ceil 15000kbit prio 1
- /usr/sbin/tc class add dev em2 parent 1:1 classid 1:12 htb quantum 5625 rate 7500kbit ceil 44984kbit burst 5625 cburst 5625 prio 2
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc class add dev em2 parent 1:1 classid 1:12 htb quantum 5625 rate 7500kbit ceil 44984kbit burst 5625 cburst 5625 prio 2
- /usr/sbin/tc class add dev em2 parent 1:1 classid 1:13 htb quantum 5625 rate 7500kbit ceil 44984kbit burst 5625 cburst 5625 prio 3
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc class add dev em2 parent 1:1 classid 1:13 htb quantum 5625 rate 7500kbit ceil 44984kbit burst 5625 cburst 5625 prio 3
- get_limit: CURLIMIT: 1001
- get_target defaulting to auto.
- get_ECN: ECN CURECN: ecn IECN: ECN EECN: ECN
- /usr/sbin/tc qdisc add dev em2 parent 1:11 handle 110: fq_codel limit 1001 target 5000us interval 100000us ecn quantum 300 flows 1024
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev em2 parent 1:11 handle 110: fq_codel limit 1001 target 5000us interval 100000us ecn quantum 300 flows 1024
- get_limit: CURLIMIT: 1001
- get_target defaulting to auto.
- get_ECN: ECN CURECN: ecn IECN: ECN EECN: ECN
- /usr/sbin/tc qdisc add dev em2 parent 1:12 handle 120: fq_codel limit 1001 target 5000us interval 100000us ecn quantum 300 flows 1024
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev em2 parent 1:12 handle 120: fq_codel limit 1001 target 5000us interval 100000us ecn quantum 300 flows 1024
- get_limit: CURLIMIT: 1001
- get_target defaulting to auto.
- get_ECN: ECN CURECN: ecn IECN: ECN EECN: ECN
- /usr/sbin/tc qdisc add dev em2 parent 1:13 handle 130: fq_codel limit 1001 target 5000us interval 100000us ecn quantum 300 flows 1024
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev em2 parent 1:13 handle 130: fq_codel limit 1001 target 5000us interval 100000us ecn quantum 300 flows 1024
- /usr/sbin/tc filter add dev em2 parent 1:0 protocol all prio 999 u32 match ip protocol 0 0x00 flowid 1:12
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent 1:0 protocol all prio 999 u32 match ip protocol 0 0x00 flowid 1:12
- /usr/sbin/tc filter add dev em2 parent 1:0 protocol ip prio 1 handle 1/0xff fw classid 1:11
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent 1:0 protocol ip prio 1 handle 1/0xff fw classid 1:11
- /usr/sbin/tc filter add dev em2 parent 1:0 protocol ip prio 2 handle 2/0xff fw classid 1:12
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent 1:0 protocol ip prio 2 handle 2/0xff fw classid 1:12
- /usr/sbin/tc filter add dev em2 parent 1:0 protocol ip prio 3 handle 3/0xff fw classid 1:13
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent 1:0 protocol ip prio 3 handle 3/0xff fw classid 1:13
- /usr/sbin/tc filter add dev em2 parent 1:0 protocol ipv6 prio 4 handle 1/0xff fw classid 1:11
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent 1:0 protocol ipv6 prio 4 handle 1/0xff fw classid 1:11
- /usr/sbin/tc filter add dev em2 parent 1:0 protocol ipv6 prio 5 handle 2/0xff fw classid 1:12
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent 1:0 protocol ipv6 prio 5 handle 2/0xff fw classid 1:12
- /usr/sbin/tc filter add dev em2 parent 1:0 protocol ipv6 prio 6 handle 3/0xff fw classid 1:13
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent 1:0 protocol ipv6 prio 6 handle 3/0xff fw classid 1:13
- /usr/sbin/tc filter add dev em2 parent 1:0 protocol arp prio 7 handle 1/0xff fw classid 1:11
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent 1:0 protocol arp prio 7 handle 1/0xff fw classid 1:11
- /usr/sbin/tc filter add dev em2 parent 1:0 protocol ip prio 8 u32 match ip protocol 1 0xff flowid 1:13
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent 1:0 protocol ip prio 8 u32 match ip protocol 1 0xff flowid 1:13
- /usr/sbin/tc filter add dev em2 parent 1:0 protocol ipv6 prio 9 u32 match ip protocol 1 0xff flowid 1:13
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent 1:0 protocol ipv6 prio 9 u32 match ip protocol 1 0xff flowid 1:13
- egress shaping activated
- /usr/sbin/ip link add name TMP_IFB_4_SQM type ifb
- cmd_wrapper: ip: SUCCESS: /usr/sbin/ip link add name TMP_IFB_4_SQM type ifb
- /usr/sbin/tc qdisc replace dev TMP_IFB_4_SQM ingress
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc replace dev TMP_IFB_4_SQM ingress
- QDISC ingress is useable.
- /usr/sbin/ip link set dev TMP_IFB_4_SQM down
- cmd_wrapper: ip: SUCCESS: /usr/sbin/ip link set dev TMP_IFB_4_SQM down
- /usr/sbin/ip link delete TMP_IFB_4_SQM type ifb
- cmd_wrapper: ip: SUCCESS: /usr/sbin/ip link delete TMP_IFB_4_SQM type ifb
- IFACE: em2 MTU: 1500
- get_htb_quantum: 1: em2, 2: 42500, 3: 1000
- get_burst: 1: 1500, 2: 42500, 3: 1000
- get_burst (by duration): BURST [Byte]: 5312, BANDWIDTH [Kbps]: 42500, DURATION [us]: 1000
- IFACE: em2 MTU: 1500
- get_htb_burst: 1: em2, 2: 42500, 3: 1000
- get_burst: 1: 1500, 2: 42500, 3: 1000
- get_burst (by duration): BURST [Byte]: 5312, BANDWIDTH [Kbps]: 42500, DURATION [us]: 1000
- /usr/sbin/tc qdisc del dev em2 handle ffff: ingress
- RTNETLINK answers: Invalid argument
- cmd_wrapper: tc: FAILURE (2): /usr/sbin/tc qdisc del dev em2 handle ffff: ingress
- cmd_wrapper: tc: LAST ERROR: RTNETLINK answers: Invalid argument
- /usr/sbin/tc qdisc add dev em2 handle ffff: ingress
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev em2 handle ffff: ingress
- /usr/sbin/tc qdisc del dev ifb4em2 root
- RTNETLINK answers: No such file or directory
- cmd_wrapper: tc: FAILURE (2): /usr/sbin/tc qdisc del dev ifb4em2 root
- cmd_wrapper: tc: LAST ERROR: RTNETLINK answers: No such file or directory
- Do not perform DSCP based filtering on ingress. (1-tier classification)
- LLA: default link layer adjustment method for !cake is tc_stab
- /usr/sbin/tc qdisc add dev ifb4em2 root handle 1: htb default 10
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev ifb4em2 root handle 1: htb default 10
- /usr/sbin/tc class add dev ifb4em2 parent 1: classid 1:1 htb quantum 5312 rate 42500kbit ceil 42500kbit burst 5312 cburst 5312
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc class add dev ifb4em2 parent 1: classid 1:1 htb quantum 5312 rate 42500kbit ceil 42500kbit burst 5312 cburst 5312
- /usr/sbin/tc class add dev ifb4em2 parent 1:1 classid 1:10 htb quantum 5312 rate 42500kbit ceil 42500kbit burst 5312 cburst 5312 prio 0
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc class add dev ifb4em2 parent 1:1 classid 1:10 htb quantum 5312 rate 42500kbit ceil 42500kbit burst 5312 cburst 5312 prio 0
- get_limit: CURLIMIT: 1001
- get_target defaulting to auto.
- get_ECN: ECN CURECN: ecn IECN: ECN EECN: ECN
- /usr/sbin/tc qdisc add dev ifb4em2 parent 1:10 handle 110: fq_codel limit 1001 target 5000us interval 100000us ecn flows 1024
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev ifb4em2 parent 1:10 handle 110: fq_codel limit 1001 target 5000us interval 100000us ecn flows 1024
- /usr/sbin/ip link set dev ifb4em2 up
- cmd_wrapper: ip: SUCCESS: /usr/sbin/ip link set dev ifb4em2 up
- /usr/sbin/tc filter add dev em2 parent ffff: protocol all prio 10 u32 match u32 0 0 flowid 1:1 action mirred egress redirect dev ifb4em2
- cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev em2 parent ffff: protocol all prio 10 u32 match u32 0 0 flowid 1:1 action mirred egress redirect dev ifb4em2
- ingress shaping activated
- simple.qos was started on em2 successfully
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement