使用 Linux Centos 应用策略图

使用 Linux Centos 应用策略图

在思科我可以找到这个

object-group network XYZ
10.10.10.0 255.255.255.192

object-group network ABC
10.10.11.0 255.255.255.192

class-map match-any C-XYZ 
 match access-group name XYZ

class-map match-any C-ABC 
 match access-group name ABC

policy-map Active 
class C-XYZ 
 police cir 67600000 bc 70000000 conform-action transmit exceed-action drop

class C-ABC 
police cir 38800000 bc 40000000 conform-action transmit exceed-action drop

class class-default 
police cir 33000000 bc 61000000 conform-action transmit exceed-action drop

然后我可以在界面上应用这个策略...我的问题是,我可以使用 Linux CentOs 像这样应用吗?

提前致谢

亲切的问候

答案1

是的,你可以在 Linux 中使用以下方法做同样的事情iptables

相关内容