! ! Century Systems NXR-230 Series ver 5.26.10 (build 4/16:10 03 12 2015) ! hostname nxr230 telnet-server enable http-server enable ! ! ! ! ! ! ipv6 forwarding fast-forwarding enable ! ! ! class policy child class 110 bandwidth percent 10 class 120 bandwidth percent 30 ! class policy eth1qos class 10 bandwidth percent 40 queue policy child class default bandwidth percent 60 ! class filter 110 match ip mark 110 ! class filter 120 match ip mark 120 ! interface ethernet 0 ip address 192.168.10.1/24 classify input route-map qos_routemap ! interface ethernet 1 ip address 10.10.10.1/30 queue policy eth1qos bandwidth 20000 ifg-pa-fcs ! interface ethernet 2 no ip address ! dns service enable ! syslog local enable ! ! ! system led ext 0 signal-level mobile 0 ! ! ! ! ! ! ip route 0.0.0.0/0 10.10.10.2 ! ! class access-list class_acl1 ip any any icmp class access-list class_acl2 ip any any udp ! route-map qos_routemap permit 1 match ip address class_acl1 set mark 110 ! route-map qos_routemap permit 2 match ip address class_acl2 set mark 120 ! ! end