hello experts, unfortunately I'm not familiar with QoS setting. Could you someone help me with the transfer from cisco IOS to Junos?
class-map match-all USER-TRAFFIC
match access-group name USER-TRAFFIC-ACL
!
policy-map PM-USER-TRAFFIC-RESERVATION
class USER-TRAFFIC
bandwidth 500000
class class-default
ip access-list extended USER-TRAFFIC-ACL
deny ip 172.16.1.0 0.0.0.255 any # komentar subnet 172.16.1.0/24 pro datova spojeni (VLAN 20), nyni by pribyl i subnet pro vlan REPL
deny ip any 172.16.1.0 0.0.0.255
permit ip any any
interface TenGigabitEthernet2/1/3
description 'Centrala'
service-policy output PM-USER-TRAFFIC-RESERVATION
Thank you in advance
Josef