HP 5500 Ei 5500 Si Switch Series Configuration Guide
Here you can view all the pages of manual HP 5500 Ei 5500 Si Switch Series Configuration Guide. The HP manuals for Printer are available online for free. You can easily download all the documents as PDF.
Page 2371
70 # Enable displaying log messages on the configuration terminal. (This function is enabled by default. Skip this step if you are using the default.) terminal monitor terminal logging # Enable the information center to output system info rmation with severity level equal to or higher than informational to the console port. system-view [Agent] info-center source snmp channel console log level informational \ # Enable logging GET and SET operations. [Agent] snmp-agent log all # Verify the...
Page 2372
71 Configuring RMON This chapter describes how to configure RMON. Overview Remote Monitoring (RMON) is an enhancement to SNMP for remote device management and traffic monitoring. An RMON monitor, typically the RMON agent embedded in a network device, periodically or continuously collects traffic statistics for the network attached to a port, and when a statistic crosses a threshold, logs the crossing event and sends a trap to the management station. RMON uses SNMP traps to notify NMSs of...
Page 2373
72 History group The history group defines that the system periodically collects traffic statistics on interfaces and saves the statistics in the history record table (ethernetHistory Table). The statistics include bandwidth utilization, number of error packets, and total number of packets. The history statistics table record traffic statistics collected for each sampling interval. The sampling interval is user-configurable. Event group The event group defines event indexes and controls the...
Page 2374
73 Private alarm group The private alarm group calculates the values of alarm variables and compares the results with the defined threshold for a more comprehensive alarming function. The system handles the private alarm entry (as defined by the user) in the following ways: • Periodically samples the prialarm variables defined in the prialarm formula. • Calculates the sampled values based on the prialarm formula. • Compares the result with the defined threshold an d generates an...
Page 2375
74 • You can configure multiple history control entries for one interface, but must make sure their entry numbers and sampling intervals are different. • On the HP 5500 SI switch, up to 100 histor y entries can be created. On the HP 5500 EI switch, up to 1000 history entries can be created. • You can successfully create a history control entry, even if the specified bucket size exceeds the history table size supported by the device. However, the effective bucket size will be the actual value...
Page 2376
75 Step Command Remarks 3. Create an entry in the alarm table or private alarm table. • Create an entry in the alarm table: rmon alarm entry -number alarm -variable sampling -interval { absolute | delta } rising-threshold threshold -value1 event -entry1 falling-threshold threshold -value2 event -entry2 [ owner text ] • Create an entry in the private alarm table: rmon prialarm entry-number prialarm-formula prialarm-des sampling-interval { absolute | changeratio | delta }...
Page 2377
76 Ethernet statistics group configuration example Network requirements Configure the RMON statistics group on the RMON agent in Figure 29 to gather cumulative traffic statistics for GigabitEthernet 1/0/1. Figure 29 Network diagram Configuration procedure # Configure the RMON statistics group on the RMON agent to gather statistics for GigabitEthernet 1/0/1. system-view [Sysname] interface gigabitethernet 1/0/1 [Sysname-GigabitEthernet1/0/1] rmon statistics 1 owner user1 # Display...
Page 2378
77 Figure 30 Network diagram Configuration procedure # Configure the RMON history group on the RMON agent to gather traffic statistics every one minute for GigabitEthernet 1/0/1. Retain up to eight records for the interface in the history statistics table. system-view [Sysname] interface gigabitethernet 1/0/1 [Sysname-GigabitEthernet1/0/1] rmon history 1 buckets 8 interval 60 owne\ r user1 # Display the history data collected for GigabitEthernet 1/0/1. [Sysname-GigabitEthernet1/0/1]...
Page 2379
78 fragments : 0 , jabbers : 0 collisions : 0 , utilization : 0 Sampled values of record 5 : dropevents : 0 , octets : 898 packets : 9 , broadcast packets : 2 multicast packets : 6 , CRC alignment errors : 0 undersize packets : 0 , oversize packets : 0 fragments : 0 , jabbers : 0 collisions : 0 ,...
Page 2380
79 Figure 31 Network diagram Configuration procedure # Configure the SNMP agent with the same SNMP settings as the NMS at 1.1.1.2. This example uses SNMPv1, read community public, and write community private. system-view [Sysname] snmp-agent [Sysname] snmp-agent community read public [Sysname] snmp-agent community write private [Sysname] snmp-agent sys-info version v1 [Sysname] snmp-agent trap enable [Sysname] snmp-agent target-host trap address udp-domain 1.1.1.2 params \ securityname...