Celestica Documentation Portal

Find your product documents here

CRM threshold resource

Configures threshold values for CRM resources.

Syntaxcrm threshold resource <resource_name> high-threshold <high-threshold- value> low-threshold <low-threshold-value> threshold-type <threshold-type-value>
Command mode CONFIG
Parameters
  • resource_name – Choose the required resource from the list, for which the threshold value is to be configured, below is the list of available resources:
    • acl_group_counter

    • acl_group_entry

    • acl_group_table fdb

    • ipv4_neighbor

    • ipv4_nexthop

    • ipv4_route

    • ipv6_neighbor

    • ipv6_nexthop

    • ipv6_route

    • nexthop_group_object

    • nexthop_group_member

  • high-threshold-value – Configures higher threshold value for the resource, Default value is 85%.

  • low-threshold-value – Configures lower threshold value for the resource, Default value is 70%.

  • threshold-type – Configures threshold type from <percentage/used/free> options, percentage is the default config.

Usage Use no crm threshold resource <resource_name> to reset the configured threshold values to default values.
Supported Releases 1.0.0 or later
Click command
  • crm config thresholds acl group counter high <value>

  • crm config thresholds acl group counter low <value>

Example
sonic(config)# `crm threshold resource acl_group_counter high-threshold 90 low-threshold 60 threshold-type used`
sonic(config)# `no crm threshold resource acl_group_counter'