The network administrator configured the router for Control Plane Policing so that inbound SSH traffic is policed to 500 kbps. This policy must apply to traffic coming in from 10.10.10.0/24 and 192.168.10.0/24 networks.
access-list 100 permit ip 10.10.10.0 0.0.0.255 any
access-list 100 permit tcp 192.168.10.0 0.0.0.255 any eq 23
!
class-map CLASS-SSH
match access-group 100
!
policy-map PM-COPP
class CLASS-SSH
police 500000 conform-action transmit
!
interface E0/0
service-policy input PM-COPP
!
interface E0/1
service-policy input PM-COPP
The Control Plane Policing is not applied to SSH traffic and SSH is open to use any bandwidth available. Which configuration resolves this issue?
HungarianDish_111
Highly Voted 1 year, 7 months agoALEXD99
3 days, 9 hours agoellen_AA
Highly Voted 1 year, 10 months ago[Removed]
Most Recent 4 months, 2 weeks agoXBfoundX
4 months, 3 weeks ago[Removed]
4 months, 3 weeks agointeldarvid
1 year, 5 months ago6dd4aa0
1 year, 8 months ago