07-28-2022, 06:12 PM
Hello,
Im currently using packet tracer to practice the CoPP simulation. I got to the part where these following commands need to be added, and the router is rejecting them as unrecognized commands. Can anyone tell me what I may be missing or doing wrong?
!
policy-map CoPP_CORE_ROUTER
class CoPP_CRITICAL
police 8000 conform-action transmit exceed-action transmit
class CoPP_IMPORTANT
police 8000 conform-action transmit exceed-action transmit
class CoPP_NORMAL
police 8000 conform-action transmit exceed-action transmit
class class-default
police 8000 conform-action drop exceed-action drop
Im currently using packet tracer to practice the CoPP simulation. I got to the part where these following commands need to be added, and the router is rejecting them as unrecognized commands. Can anyone tell me what I may be missing or doing wrong?
!
policy-map CoPP_CORE_ROUTER
class CoPP_CRITICAL
police 8000 conform-action transmit exceed-action transmit
class CoPP_IMPORTANT
police 8000 conform-action transmit exceed-action transmit
class CoPP_NORMAL
police 8000 conform-action transmit exceed-action transmit
class class-default
police 8000 conform-action drop exceed-action drop