在西斯科我能找到这个
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来申请吗。
提前感谢
亲切的问候
发布于 2019-04-10 17:13:02
是的,通过使用iptables,您可以在Linux中做同样的事情。
https://serverfault.com/questions/961712
复制相似问题