898 | Remote Monitoringw w w . d e l l . c o m | s u p p o r t . d e l l . c o m Configure RMON collection historyTo enable the RMON MIB history group of statistics collection on an interface, use the rmon collectionhistory command in interface configuration mode. To remove a specified RMON history group ofstatistics collection, use the no form of this command.Enable an RMON MIB collection history groupThe following command enables an RMON MIB collection history group of statistics with an ID numberof 20 and an owner of “john”, both the sampling interval and the number of buckets use their respectivedefaults.Figure 43-4. rmon collection history Command ExampleCommand Syntax Command Mode Purpose[no] rmon collection history{controlEntry integer} [ownerownername] [bucketsbucket-number][interval seconds]CONFIGURATIONINTERFACE(config-if)controlEntry: Specifies the RMON group ofstatistics using a value.integer: A value from 1 to 65,535 that identifies theRMON group of statistics. The value must be aunique index in the RMON History Table.owner: (Optional) Specifies the name of the ownerof the RMON group of statistics.Default is anull-terminated string.ownername: (Optional) Records the name of theowner of the RMON group of statistics.buckets: (Optional) Specifies the maximum numberof buckets desired for the RMON collection historygroup of statistics.bucket-number: (Optional) A value associated withthe number of buckets specified for the RMONcollection history group of statistics. The value islimited to from 1 to 1000. Default is 50 (as defined inRFC-2819).interval: (Optional) Specifies the number of secondsin each polling cycle.seconds: (Optional) The number of seconds in eachpolling cycle. The value is ranged from 5 to 3,600(Seconds). Default is 1,800 as defined in RFC-2819.FTOS(conf-if-mgmt)#rmon collection history controlEntry 20 owner john