3Com Switch 7750 SeriesCommand Reference Guide – SNMP & RMON Chapter 2 RMON Configuration Commands2-122.1.9 rmon historySyntaxrmon history entry-number buckets number interval sampling-interval [ owner text ]undo rmon history entry-numberViewEthernet port viewParameterentry-number: History entry index, in the range of 1 to 65535.buckets number: Specifies the size of the history table that corresponds to the entry, inthe range of 1 to 65535. Currently the device only supports 1 to 10. If you enter anargument greater than 10, the actual table size is still 10.interval sampling-interval: Specifies the sampling interval (in seconds). Thesampling-interval argument ranges from 5 to 3,600.owner text: Specifies the owner of the entry, a string comprising 1 to 127 characters.DescriptionUse the rmon history command to add an entry to a history control table.Use the undo rmon history command to delete an entry from a history control table.You can use the rmon history command to sample a specific port. You can also set thesampling interval and the number of the samples that can be saved. After you executethis command, the RMON system samples the port periodically and stores the samplesfor later retrieval. The sampled information includes utilization, the number of errors,and total number of packets.You can use the display rmon history command to display the statistics of the historycontrol table.Example# Create the history entry numbered 1 for Ethernet1/0/1 port, with the table size being10, the sampling interval being 5 seconds, and the owner being user1.<3Com> system-viewSystem View: return to User View with Ctrl+Z.[3Com]interface Ethernet 1/0/1[3Com-Ethernet1/0/1]rmon history 1 buckets 10 interval 5 owner user1# Remove the history entry numbered 15.[3Com-Ethernet1/0/1] undo rmon history 15