470
Views
2
Helpful
1
Replies
SNMP Oid for the default CoPP in NXOS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2023 06:29 AM
I want to monitor packet drops on the default Control Plane Policy but I can't find an OID for the control-plane policy map.
Does anyone have it? Thanks in advance
Labels:
- Labels:
-
Network Management
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2023 06:42 AM - edited 05-07-2023 06:43 AM
- policy-map type control-plane policy-map-name
- class {class-map-name [insert-before class-map-name2] | class-default}
- Enter one of the following commands:
- police [cir] {cir-rate [rate-type]}
- police [cir] {cir-rate [rate-type]} [bc] burst-size [burst-size-type]
- police [cir] {cir-rate [rate-type]]} conform transmit [violate drop]
- (Optional) logging drop threshold [drop-count [level syslog-level]] <<- did you add this under the CoPP ?
- (Optional) set cos cos-value
