SoFunction
Updated on 2025-04-12

Cisco 2621 Port Speed ​​Limit Configuration Example

2610(config)# access-list 2 permit 192.168.0.15 0.0.0.63

2610(config)# class-map acgroup2

 2610(config-cmap)# match access-group 2

 2610(config-cmap)# exit

 2610(config)# policy-map police

 2610(config-pmap)# class acgroup2

 2610(config-pmap-c)# police 20000 2000 4000 conform-action transmit exceed-action drop

 2610(config-pmap-c)# exit

 2610(config-pmap)# exit

 2610(config)# interface ethernet 0/0

 2610(config-if)# service-policy input police


Shockwave routing configuration:

access-list 115 deny udp any any eq 69
access-list 115 deny tcp any any eq 135
access-list 115 deny udp any any eq 135
access-list 115 deny udp any any eq 137
access-list 115 deny udp any any eq 138
access-list 115 deny tcp any any eq 139
access-list 115 deny udp any any eq 139
access-list 115 deny tcp any any eq 445
access-list 115 deny tcp any any eq 593
access-list 115 deny tcp any any eq 4444
access-list 115 permit ip any any
interface <interface>
ip access-group 115 in
ip access-group 115 out

In addition, the command to block illegal addresses is
Router(config)# interface <interface>
Router(if-config)# no ip unreachables
If this command cannot be disabled, please refer to the following command
Elab(config)# ip icmp rate-limit unreachable <millisecond

Article entry: csh     Editor in charge: csh