The test topology is shown in Figure 299. A Gigabit Ethernet link is used between the Tester and the router.
*A:PE-1# configure card 1 mda 1
*A:PE-1>config>card>mda# info
----------------------------------------------
mda-type m5-1gb-sfp-b
no shutdown
----------------------------------------------
*A:PE-1>config>card>mda# exit all
*A:PE-1# configure port 1/1/4
*A:PE-1>config>port# info
----------------------------------------------
ethernet
exit
no shutdown
----------------------------------------------
*A:PE-1>config>port# exit all
*A:PE-1# configure router interface "int-pe1-to-tester"
*A:PE-1>config>router>if# info
----------------------------------------------
address 192.168.10.1/24
port 1/1/4
no shutdown
----------------------------------------------
*A:PE-1>config>router>if# exit all
*A:PE-1# configure log log-id 15
*A:PE-1>config>log>log-id# info
----------------------------------------------
from security
to memory 1024
----------------------------------------------
The dcp-policy-count policy is configured as follows:
*A:PE-1# configure system security dist-cpu-protection
*A:PE-1>config>sys>security>dist-cpu-protection# info
----------------------------------------------
policy "dcp-policy-count" create
description "Static policers with rate 0 for counting packets"
static-policer "sp-arp" create
rate packets 0 within 1
exit
static-policer "sp-icmp" create
rate packets 0 within 1
exit
static-policer "sp-igmp" create
rate packets 0 within 1
exit
protocol arp create
enforcement static "sp-arp"
exit
protocol icmp create
enforcement static "sp-icmp"
exit
protocol igmp create
enforcement static "sp-igmp"
exit
exit
For the dcp-policy-count policy configuration:
•
|
The list of protocols that are applicable to DCP are as follows: arp, dhcp, http-redirect, icmp, igmp, mld, ndis, pppoe-pppoa, all-unspecified, mpls-ttl, bfd-cpm, bgp, eth-cfm, isis, ldp, ospf, pim and rsvp. The all-unspecified protocol is a special “catch-all”. Please see the 7750 SR OS System Management Guide for more details.
|
*A:PE-1# configure router interface "int-pe1-to-tester"
*A:PE-1>config>router>if# dist-cpu-protection "dcp-policy-count"
*A:PE-1# show system cpu
===============================================================================
CPU Utilization (Sample period: 1 second)
===============================================================================
Name CPU Time CPU Usage Capacity
(uSec) Usage
-------------------------------------------------------------------------------
BFD 0 0.00% 0.00%
BGP 28,779 0.32% 0.47%
BGP PE-CE 0 0.00% 0.00%
CFLOWD 7,384 0.08% 0.38%
Cards & Ports 65,941 0.73% 5.35%
DHCP Server 55 ~0.00% ~0.00%
ICC 1,195 0.01% 0.06%
IGMP/MLD 1,883 0.02% 0.12%
IMSI Db Appl 120 ~0.00% ~0.00%
IOM 132,522 1.47% 3.11%
IP Stack 7,666 0.08% 0.39%
IS-IS 1,415 0.01% 0.07%
ISA 11,988 0.13% 0.43%
LDP 496 ~0.00% 0.04%
Logging 185 ~0.00% 0.01%
MBUF 0 0.00% 0.00%
MPLS/RSVP 6,219 0.06% 0.48%
MSCP 0 0.00% 0.00%
MSDP 0 0.00% 0.00%
Management 4,077 0.04% 0.13%
OAM 10,311 0.11% 0.44%
OSPF 661 ~0.00% 0.05%
PIM 0 0.00% 0.00%
RIP 0 0.00% 0.00%
RTM/Policies 0 0.00% 0.00%
Redundancy 7,641 0.08% 0.51%
SNMP Daemon 0 0.00% 0.00%
Services 3,965 0.04% 0.09%
Stats 0 0.00% 0.00%
Subscriber Mgmt 7,437 0.08% 0.44%
System 57,081 0.63% 3.49%
Traffic Eng 0 0.00% 0.00%
VRRP 1,918 0.02% 0.09%
WEB Redirect 77 ~0.00% ~0.00%
-------------------------------------------------------------------------------
Total 8,965,427 100.00%
Idle 8,605,657 95.98%
Usage 359,770 4.01%
Busiest Core Utilization 134,481 13.49%
===============================================================================
*A:PE-1# tools dump security dist-cpu-protection violators enforcement interface card 1
===============================================================================
Distributed Cpu Protection Current Interface Enforcer Policer Violators
===============================================================================
Interface Policer/Protocol Hld Rem
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Violators on Slot-1 Fp-1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
[S]-Static [D]-Dynamic [M]-Monitor
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# show log log-id 15
===============================================================================
Event Log 15
===============================================================================
Description : (Not Specified)
Memory Log contents [size=1024 next event=1 (not wrapped)]
*A:PE-1# show router interface "int-pe1-to-tester" dist-cpu-protection
===============================================================================
Interface "int-pe1-to-tester" (Router: Base)
===============================================================================
Distributed CPU Protection Policy : dcp-policy-count
-------------------------------------------------------------------------------
Statistics/Policer-State Information
===============================================================================
-------------------------------------------------------------------------------
Static Policer
-------------------------------------------------------------------------------
Policer-Name : sp-arp
Card/FP : 1/1 Policer-State : Conform
Protocols Mapped : arp
Exceed-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
Policer-Name : sp-icmp
Card/FP : 1/1 Policer-State : Conform
Protocols Mapped : icmp
Exceed-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
Policer-Name : sp-igmp
Card/FP : 1/1 Policer-State : Conform
Protocols Mapped : igmp
Exceed-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Local-Monitoring Policer
-------------------------------------------------------------------------------
No entries found
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Dynamic-Policer (Protocol)
-------------------------------------------------------------------------------
No entries found
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# tools dump security dist-cpu-protection violators enforcement interface card 1
===============================================================================
Distributed Cpu Protection Current Interface Enforcer Policer Violators
===============================================================================
Interface Policer/Protocol Hld Rem
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Violators on Slot-1 Fp-1
-------------------------------------------------------------------------------
int-pe1-to-tester sp-arp [S] none
int-pe1-to-tester sp-icmp [S] none
int-pe1-to-tester sp-igmp [S] none
-------------------------------------------------------------------------------
[S]-Static [D]-Dynamic [M]-Monitor
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# show router interface "int-pe1-to-tester" dist-cpu-protection
===============================================================================
Interface "int-pe1-to-tester" (Router: Base)
===============================================================================
Distributed CPU Protection Policy : dcp-policy-count
-------------------------------------------------------------------------------
Statistics/Policer-State Information
===============================================================================
-------------------------------------------------------------------------------
Static Policer
-------------------------------------------------------------------------------
Policer-Name : sp-arp
Card/FP : 1/1 Policer-State : Exceed
Protocols Mapped : arp
Exceed-Count : 72
Detec. Time Remain : 29 seconds Hold-Down Remain. : none
Policer-Name : sp-icmp
Card/FP : 1/1 Policer-State : Exceed
Protocols Mapped : icmp
Exceed-Count : 144
Detec. Time Remain : 29 seconds Hold-Down Remain. : none
Policer-Name : sp-igmp
Card/FP : 1/1 Policer-State : Exceed
Protocols Mapped : igmp
Exceed-Count : 290
Detec. Time Remain : 29 seconds Hold-Down Remain. : none
-------------------------------------------------------------------------------
[snip]
*A:PE-1# configure system security dist-cpu-protection
*A:PE-1>config>sys>security>dist-cpu-protection# policy "dcp-static-policy-1" create
description "Static policers for arp, icmp and igmp"
static-policer "sp-arp" create
rate packets 10 within 1
exceed-action discard
exit
static-policer "sp-icmp" create
rate packets 20 within 1
exceed-action discard
exit
static-policer "sp-igmp" create
rate packets 10 within 1
exceed-action discard
exit
protocol arp create
enforcement static "sp-arp"
exit
protocol icmp create
enforcement static "sp-icmp"
exit
protocol igmp create
enforcement static "sp-igmp"
exit
exit
*A:PE-1# configure router interface "int-pe1-to-tester"
*A:PE-1>config>router>if# dist-cpu-protection "dcp-static-policy-1"
*A:PE-1>config>router>if# exit all
*A:PE-1# show system security dist-cpu-protection policy "dcp-static-policy-1" association
===============================================================================
Distributed CPU Protection Policy
===============================================================================
Policy Name : dcp-static-policy-1
Description : Static policers for arp, icmp and igmp
-------------------------------------------------------------------------------
Associations
-------------------------------------------------------------------------------
SAP associations
-------------------------------------------------------------------------------
None
Managed SAP associations
-------------------------------------------------------------------------------
None
Interface associations
-------------------------------------------------------------------------------
Router-Name : Base
int-pe1-to-tester
-------------------------------------------------------------------------------
Number of interfaces : 1
===============================================================================
*A:PE-1# tools dump security dist-cpu-protection violators enforcement interface card 1
===============================================================================
Distributed Cpu Protection Current Interface Enforcer Policer Violators
===============================================================================
Interface Policer/Protocol Hld Rem
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Violators on Slot-1 Fp-1
-------------------------------------------------------------------------------
int-pe1-to-tester sp-igmp [S] none
-------------------------------------------------------------------------------
[S]-Static [D]-Dynamic [M]-Monitor
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# show log log-id 15
===============================================================================
Event Log 15
===============================================================================
Description : (Not Specified)
Memory Log contents [size=1024 next event=11 (not wrapped)]
10 2013/04/18 17:31:54.58 EDT WARNING: SECURITY #2066 Base DCPUPROT
"Non conformant network_if "int-pe1-to-tester" on fp 1/1 detected at 04/18/2013 17:31:33. Policy "dcp-static-policy-1". Policer="sp-igmp"(static). Excd count=135"
… [snip] …
*A:PE-1# show router interface "int-pe1-to-tester" dist-cpu-protection
===============================================================================
Interface "int-pe1-to-tester" (Router: Base)
===============================================================================
Distributed CPU Protection Policy : dcp-static-policy-1
-------------------------------------------------------------------------------
Statistics/Policer-State Information
===============================================================================
-------------------------------------------------------------------------------
Static Policer
-------------------------------------------------------------------------------
Policer-Name : sp-arp
Card/FP : 1/1 Policer-State : Conform
Protocols Mapped : arp
Exceed-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
Policer-Name : sp-icmp
Card/FP : 1/1 Policer-State : Conform
Protocols Mapped : icmp
Exceed-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
Policer-Name : sp-igmp
Card/FP : 1/1 Policer-State : Exceed
Protocols Mapped : igmp
Exceed-Count : 19031
Detec. Time Remain : 29 seconds Hold-Down Remain. : none
-------------------------------------------------------------------------------
…[snip]…
*A:PE-1# show system cpu
===============================================================================
CPU Utilization (Sample period: 1 second)
===============================================================================
Name CPU Time CPU Usage Capacity
(uSec) Usage
-------------------------------------------------------------------------------
BFD 0 0.00% 0.00%
…[snip]…
IGMP/MLD 1,883 0.02% 0.12%
IMSI Db Appl 120 ~0.00% ~0.00%
IOM 132,522 1.47% 3.11%
IP Stack 7,666 0.08% 0.39%
IS-IS 1,415 0.01% 0.07%
ISA 11,988 0.13% 0.43%
LDP 496 ~0.00% 0.04%
…[snip]…
WEB Redirect 77 ~0.00% ~0.00%
-------------------------------------------------------------------------------
Total 8,965,427 100.00%
Idle 8,605,657 95.98%
Usage 359,770 4.01%
Busiest Core Utilization 134,481 13.49%
===============================================================================
*A:PE-1# configure router interface "int-pe1-to-tester"
*A:PE-1>config>router>if# no dist-cpu-protection
*A:PE-1>config>router>if# /show system cpu
===============================================================================
CPU Utilization (Sample period: 1 second)
===============================================================================
Name CPU Time CPU Usage Capacity
(uSec) Usage
-------------------------------------------------------------------------------
BFD 0 0.00% 0.00%
…[snip]…
IGMP/MLD 82,142 0.91% 8.14%
IMSI Db Appl 98 ~0.00% ~0.00%
IOM 129,851 1.45% 3.15%
IP Stack 196,549 2.19% 19.35%
IS-IS 1,484 0.01% 0.07%
ISA 11,765 0.13% 0.42%
LDP 449 ~0.00% 0.04%
…[snip]…
WEB Redirect 102 ~0.00% 0.01%
-------------------------------------------------------------------------------
Total 8,948,806 100.00%
Idle 8,259,903 92.30%
Usage 688,903 7.69%
Busiest Core Utilization 210,435 21.16%
===============================================================================
*A:PE-1# show system cpu
===============================================================================
CPU Utilization (Sample period: 1 second)
===============================================================================
Name CPU Time CPU Usage Capacity
(uSec) Usage
-------------------------------------------------------------------------------
BFD 0 0.00% 0.00%
…[snip]…
IGMP/MLD 417,124 4.65% 41.78%
IMSI Db Appl 82 ~0.00% ~0.00%
IOM 133,029 1.48% 2.92%
IP Stack 935,491 10.43% 93.45%
IS-IS 1,343 0.01% 0.06%
ISA 12,350 0.13% 0.45%
LDP 394 ~0.00% 0.03%
…[snip]…
WEB Redirect 116 ~0.00% 0.01%
-------------------------------------------------------------------------------
Total 8,966,128 100.00%
Idle 6,972,962 77.77%
Usage 1,993,166 22.22%
Busiest Core Utilization 484,748 48.65%
===============================================================================
*A:PE-1# configure router interface "int-pe1-to-tester"
*A:PE-1>config>router>if# dist-cpu-protection "dcp-static-policy-1"
*A:PE-1>config>router>if# exit all
*A:PE-1# show system cpu
===============================================================================
CPU Utilization (Sample period: 1 second)
===============================================================================
Name CPU Time CPU Usage Capacity
(uSec) Usage
-------------------------------------------------------------------------------
BFD 0 0.00% 0.00%
…[snip]…
IGMP/MLD 2,058 0.02% 0.10%
IMSI Db Appl 48 ~0.00% ~0.00%
IOM 135,148 1.50% 3.04%
IP Stack 7,851 0.08% 0.47%
IS-IS 1,398 0.01% 0.07%
ISA 11,730 0.13% 0.43%
LDP 299 ~0.00% 0.02%
…[snip]…
WEB Redirect 71 ~0.00% ~0.00%
-------------------------------------------------------------------------------
Total 8,975,262 100.00%
Idle 8,611,593 95.94%
Usage 363,669 4.05%
Busiest Core Utilization 136,669 13.70%
===============================================================================
*A:PE-1# tools dump security dist-cpu-protection violators enforcement interface card 1
===============================================================================
Distributed Cpu Protection Current Interface Enforcer Policer Violators
===============================================================================
Interface Policer/Protocol Hld Rem
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Violators on Slot-1 Fp-1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
[S]-Static [D]-Dynamic [M]-Monitor
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# show log log-id 15
===============================================================================
Event Log 15
===============================================================================
Description : (Not Specified)
Memory Log contents [size=1024 next event=7 (not wrapped)]
…[snip]…
12 2013/04/18 17:42:12.43 EDT WARNING: SECURITY #2072 Base DCPUPROT
"Network_if "int-pe1-to-tester" on fp 1/1 newly conformant at 04/18/2013 17:41:57:27. Policy "dcp-static-policy-1". Policer="sp-igmp"(static). Excd count=316418"
…[snip]…
*A:PE-1# show router interface "int-pe1-to-tester" dist-cpu-protection
===============================================================================
Interface "int-pe1-to-tester" (Router: Base)
===============================================================================
Distributed CPU Protection Policy : dcp-static-policy-1
-------------------------------------------------------------------------------
Statistics/Policer-State Information
===============================================================================
-------------------------------------------------------------------------------
Static Policer
-------------------------------------------------------------------------------
Policer-Name : sp-arp
Card/FP : 1/1 Policer-State : Conform
Protocols Mapped : arp
Exceed-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
Policer-Name : sp-icmp
Card/FP : 1/1 Policer-State : Conform
Protocols Mapped : icmp
Exceed-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
Policer-Name : sp-igmp
Card/FP : 1/1 Policer-State : Conform
Protocols Mapped : igmp
Exceed-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
-------------------------------------------------------------------------------
…[snip]…
*A:PE-1# configure card 1 fp dist-cpu-protection
*A:PE-1>config>card>fp>d-cpu-prot# info
----------------------------------------------
dynamic-enforcement-policer-pool 1000
----------------------------------------------
*A:PE-1# show card 1 fp 1 dist-cpu-protection
===============================================================================
Card : 1 Forwarding Plane(FP) : 1
===============================================================================
Dynamic Enforcement Policer Pool : 1000
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Statistics Information
-------------------------------------------------------------------------------
Dynamic-Policers Currently In Use : 0
Hi-WaterMark Hit Count : 0
Hi-WaterMark Hit Time : 04/20/2013 08:16:24 UTC
Dynamic-Policers Allocation Fail Count : 0
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# configure system security dist-cpu-protection
*A:PE-1>config>sys>security>dist-cpu-protection# policy "dcp-dynamic-policy-1" create
description "Dynamic policing policy"
local-monitoring-policer "local-mon" create
description "Monitor for arp, icmp, igmp
and all-unspecified"
rate packets 100 within 10
exit
protocol arp create
enforcement dynamic "local-mon"
dynamic-parameters
rate packets 20 within 10
exceed-action discard
exit
exit
protocol icmp create
enforcement dynamic "local-mon"
dynamic-parameters
rate packets 20 within 10
exceed-action discard
exit
exit
protocol igmp create
enforcement dynamic "local-mon"
dynamic-parameters
rate packets 20 within 10
exceed-action discard
exit
exit
protocol all-unspecified create
enforcement dynamic "local-mon"
dynamic-parameters
rate packets 100 within 10
exceed-action discard
exit
exit
For the dcp-dynamic-policy-1 policy configuration:
*A:PE-1# configure router interface "int-pe1-to-tester"
*A:PE-1>config>router>if# dist-cpu-protection "dcp-dynamic-policy-1"
In Figure 302, the dynamic policers have not been instantiated yet.
*A:PE-1# tools dump security dist-cpu-protection violators enforcement interface card 1
===============================================================================
Distributed Cpu Protection Current Interface Enforcer Policer Violators
===============================================================================
Interface Policer/Protocol Hld Rem
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Violators on Slot-1 Fp-1
-------------------------------------------------------------------------------
int-pe1-to-tester icmp [D] none
int-pe1-to-tester igmp [D] none
-------------------------------------------------------------------------------
[S]-Static [D]-Dynamic [M]-Monitor
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# show router interface "int-pe1-to-tester" dist-cpu-protection
===============================================================================
Interface "int-pe1-to-tester" (Router: Base)
===============================================================================
Distributed CPU Protection Policy : dcp-dynamic-policy-1
-------------------------------------------------------------------------------
Statistics/Policer-State Information
===============================================================================
-------------------------------------------------------------------------------
Static Policer
-------------------------------------------------------------------------------
No entries found
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Local-Monitoring Policer
-------------------------------------------------------------------------------
Policer-Name : local-mon
Card/FP : 1/1 Policer-State : Exceed
Protocols Mapped : arp, icmp, igmp, all-unspecified
Exceed-Count : 1097
All Dyn-Plcr Alloc. : True
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Dynamic-Policer (Protocol)
-------------------------------------------------------------------------------
Protocol(Dyn-Plcr) : arp
Card/FP : 1/1 Protocol-State : Conform
Exceed-Count : 0
Detec. Time Remain : 5 seconds Hold-Down Remain. : none
Dyn-Policer Alloc. : True
Protocol(Dyn-Plcr) : icmp
Card/FP : 1/1 Protocol-State : Exceed
Exceed-Count : 31
Detec. Time Remain : 28 seconds Hold-Down Remain. : none
Dyn-Policer Alloc. : True
Protocol(Dyn-Plcr) : igmp
Card/FP : 1/1 Protocol-State : Exceed
Exceed-Count : 23867
Detec. Time Remain : 29 seconds Hold-Down Remain. : none
Dyn-Policer Alloc. : True
Protocol(Dyn-Plcr) : all-unspecified
Card/FP : 1/1 Protocol-State : Conform
Exceed-Count : 0
Detec. Time Remain : 5 seconds Hold-Down Remain. : none
Dyn-Policer Alloc. : True
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# show log log-id 15
===============================================================================
Event Log 15
===============================================================================
Description : (Not Specified)
Memory Log contents [size=1024 next event=3 (not wrapped)]
2 2013/04/20 08:56:59.37 EDT WARNING: SECURITY #2067 Base DCPUPROT
"Non conformant network_if "int-pe1-to-tester" on fp 1/1 detected at 04/20/2013 08:52:28. Policy "dcp-dynamic-policy-1". Policer="icmp"(dynamic). Excd count=2"
1 2013/04/20 08:56:59.37 EDT WARNING: SECURITY #2067 Base DCPUPROT
"Non conformant network_if "int-pe1-to-tester" on fp 1/1 detected at 04/20/2013 08:52:22. Policy "dcp-dynamic-policy-1". Policer="igmp"(dynamic). Excd count=27"
*A:PE-1# show router interface "int-pe1-to-tester" dist-cpu-protection
===============================================================================
Interface "int-pe1-to-tester" (Router: Base)
===============================================================================
Distributed CPU Protection Policy : dcp-dynamic-policy-1
-------------------------------------------------------------------------------
Statistics/Policer-State Information
===============================================================================
-------------------------------------------------------------------------------
Static Policer
-------------------------------------------------------------------------------
No entries found
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Local-Monitoring Policer
-------------------------------------------------------------------------------
Policer-Name : local-mon
Card/FP : 1/1 Policer-State : Exceed
Protocols Mapped : arp, icmp, igmp, all-unspecified
Exceed-Count : 1097
All Dyn-Plcr Alloc. : True
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Dynamic-Policer (Protocol)
-------------------------------------------------------------------------------
Protocol(Dyn-Plcr) : arp
Card/FP : 1/1 Protocol-State : Conform
Exceed-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
Dyn-Policer Alloc. : True
Protocol(Dyn-Plcr) : icmp
Card/FP : 1/1 Protocol-State : Exceed
Exceed-Count : 511
Detec. Time Remain : 14 seconds Hold-Down Remain. : none
Dyn-Policer Alloc. : True
Protocol(Dyn-Plcr) : igmp
Card/FP : 1/1 Protocol-State : Exceed
Exceed-Count : 345550
Detec. Time Remain : 18 seconds Hold-Down Remain. : none
Dyn-Policer Alloc. : True
Protocol(Dyn-Plcr) : all-unspecified
Card/FP : 1/1 Protocol-State : Conform
Exceed-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
Dyn-Policer Alloc. : True
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# tools dump security dist-cpu-protection violators enforcement interface card 1
===============================================================================
Distributed Cpu Protection Current Interface Enforcer Policer Violators
===============================================================================
Interface Policer/Protocol Hld Rem
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Violators on Slot-1 Fp-1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
[S]-Static [D]-Dynamic [M]-Monitor
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# show card 1 fp 1 dist-cpu-protection
===============================================================================
Card : 1 Forwarding Plane(FP) : 1
===============================================================================
Dynamic Enforcement Policer Pool : 1000
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Statistics Information
-------------------------------------------------------------------------------
Dynamic-Policers Currently In Use : 0
Hi-WaterMark Hit Count : 4
Hi-WaterMark Hit Time : 04/20/2013 08:52:22 UTC
Dynamic-Policers Allocation Fail Count : 0
-------------------------------------------------------------------------------
===============================================================================
*A:PE-1# show log log-id 15
===============================================================================
Event Log 15
===============================================================================
Description : (Not Specified)
Memory Log contents [size=1024 next event=5 (not wrapped)]
4 2013/04/20 09:01:59.39 EDT WARNING: SECURITY #2073 Base DCPUPROT
"Network_if "int-pe1-to-tester" on fp 1/1 newly conformant at 04/20/2013 08:58:39. Policy "dcp-dynamic-policy-1". Policer="igmp"(dynamic). Excd count=345550"
3 2013/04/20 09:01:59.39 EDT WARNING: SECURITY #2073 Base DCPUPROT
"Network_if "int-pe1-to-tester" on fp 1/1 newly conformant at 04/20/2013 08:58:35. Policy "dcp-dynamic-policy-1". Policer="icmp"(dynamic). Excd count=511"