ip mroute resource-usage (globally)
   
   
      Configure the resource usage counters to query the number of ingress and egress IP
         multicast streams traversing your switch and enable traps and log messages on the
         console.
    
      Syntax
         
         
            - 
               
                  default ip mroute
                     resource-usage egress-threshold ingress-threshold
                
- 
               
                  default ip mroute
                     resource-usage ingress-threshold
                
- 
               
                  ip mroute resource-usage
                     egress-threshold <0-32767> [ingress-threshold <0-32767>]
                
- 
               
                  ip mroute resource-usage
                     ingress-threshold <0-32767>
                
- 
               
                  ip mroute resource-usage
                     log-msg [trap-msg]
                
Command Parameters
         
         
            
               - egress-threshold <0-32767>
- Configures the egress record
                  threshold (S,G). A notification message is sent if this value is exceeded. 
- The integer is a value between
                  0-32767. To set this option to the default value, use the default operator with
                  the command. The default is 0.
- ingress-threshold <0-32767>
- Configures the ingress record
                  threshold (peps). A notification message is sent if this value is exceeded. 
- the integer is a value between
                  0-32767. To set this option to the default value, use the default operator with
                  the command. The default is 0.
- log-msg
- Configures the notification method
                  for sending only a log message after the threshold level is exceeded. Use the no
                  operator to later remove this configuration. To set this option to the default
                  value, use the default operator with the command. The default is disabled.
- trap-msg
- Configures the notification method
                  for sending only a trap message after the threshold level is exceeded. Use the no
                  operator to later remove this configuration. To set this option to the default
                  value, use the default operator with the command. The default is disabled.
Command Mode
         
         Global Configuration