Operation Manual SNMP-RMON H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Size: px
Start display at page:

Download "Operation Manual SNMP-RMON H3C S3610&S5510 Series Ethernet Switches. Table of Contents"

Transcription

1 Table of Contents Table of Contents SNMP Overview SNMP Mechanism SNMP Protocol Version MIB Overview SNMP Configuration Trap Configuration Configuration Prerequisites Configuration Procedure Displaying and Maintaining SNMP SNMP Configuration Example Chapter 2 RMON Configuration RMON Overview Introduction RMON Groups Configuring RMON Configuration Prerequisites Configuration Procedure Displaying and Maintaining RMON RMON Configuration Example i

2 1.1 SNMP Overview Simple Network Management Protocol (SNMP for short) offers a framework to monitor network devices through TCP/IP protocol suite. SNMP provides a set of basic operations in monitoring and maintaining the Internet and has the following characteristics: Automatic network management: SNMP enables network administrators to search information, modify information, find and diagnose network problems, plan for network growth, and generate reports on any network nodes. SNMP shields the physical differences between various devices and thus realizes automatic management of products from different manufacturers. SNMP only offers the basic set of functions. With SNMP enabled, the management tasks and the physical features of the managed devices are not affected by lower layer network protocols. Thus, SNMP achieves effective management of devices from different manufactures, especially so in small, fast and low cost network environments SNMP Mechanism An SNMP enabled network are comprised of Network Management Station (NMS for short) and Agent. NMS is a station that runs the SNMP client software. It offers a user friendly human computer interface, making it easier for network administrators to perform most network management tasks. Currently, the most commonly used NMS include Quidview, Sun NetManager, and IBM NetView. Agent is a program on the device. It receives and handles requests sent from the NMS. Only under certain circumstances, such as interface state change, will the Agent inform the NMS. NMS manages an SNMP enabled network, whereas Agent is the agent of the managed network device. They exchange management information through the SNMP protocol. SNMP provides the following four basic operations: Get operation: NMS gets the behavior information of Agent through this operation. Set operation: NMS can reconfigure certain values in the Agent MIB (management information base) to make the Agent perform certain tasks by means of this set operation. Trap operation: Agent sends Trap information to the NMS through this operation. 1-1

3 Inform operation: NMS sends Trap information to other NMSs through this operation SNMP Protocol Version Currently, SNMP agents support SNMPv3 and are compatible with SNMPv1 and SNMPv2c. SNMPv1 and SNMPv2c authenticate by means of community name, which defines the relationship between an SNMP NMS and an SNMP Agent. SNMP packets with community names that did not pass the authentication on the device will simply be discarded. A community name performs a similar role as a key word and can be used to regulate access from NMS to Agent. SNMPv3 offers an authentication that is implemented with a User-Based Security Model (USM for short), which could be authentication with privacy, authentication without privacy, or no authentication no privacy. USM regulates the access from NMS to Agent in a more efficient way MIB Overview Management Information Base (MIB for short) is a collection of all the objects managed by NMS. It defines the set of characteristics associated with the managed objects, such as the object identifier (OID for short), access right and data type of the objects. MIB stores data using a tree structure. The node of the tree is the managed object and can be uniquely identified by a path starting from the root node. As illustrated in the following figure, the managed object B can be uniquely identified by a string of numbers { }. This string of numbers is the OID of the managed object B A 1 B 6 2 Figure 1-1 MIB tree 1.2 SNMP Configuration As configurations for SNMPv3 differ substantially from those of SNMPv1 and SNMPv2c, their SNMP functionalities will be introduced separately below. Follow these steps to configure SNMPv3: 1-2

4 To do Use the command Remarks Enter system view system-view Enable SNMP Agent snmp-agent Disabled by default You can enable SNMP Agent through this command or any commands that begin with snmp-agent. Configure Agent information SNMP system snmp-agent sys-info { contact sys-contact location sys-location version { all { v1 v2c v3 } *} } The defaults are as follows: R&D Hangzhou, H3C Technology Co.,Ltd. for contact, Hangzhou China for location, SNMPv3 for the version. Configure an SNMP agent group Add a new user to an SNMP agent group Configure the maximum size of an SNMP packet that can be received or sent by an SNMP agent Configure the engine ID for a local SNMP agent Create or update view information snmp-agent group v3 group-name [ authentication privacy ] [ read-view read-view ] [ write-view write-view ] [ notify-view notify-view ] [ acl acl-number ] snmp-agent usm-user v3 user-name group-name [ authentication-mode { md5 sha } auth-password [ privacy-mode { des56 aes128 } priv-password ] ] [ acl acl-number ] snmp-agent packet max-size byte-count snmp-agent local-engineid engineid snmp-agent mib-view { included excluded } view-name oid-tree [ mask mask-value ] Required Required 1,500 bytes by default Company ID and device ID by default By default, MIB view name is ViewDefault, OID of which is 1. Follow these steps to configure SNMPv1 and SNMPv2c: 1-3

5 To do Use the command Remarks Enter system view system-view Enable SNMP Agent Configure SNMP Agent system information snmp-agent snmp-agent sys-info { contact sys-contact location sys-location version { { v1 v2c v3 }* all } } Disabled by default You can enable SNMP Agent through this command or any commands that begin with snmp-agent. The defaults are as follows: R&D Hangzhou, H3C Technology Co.,Ltd. for contact, Hangzhou China for location. SNMPv3 for the version. Config ure a comm unity name and SNMP NMS acces s right Config ure directl y Config ure indirec tly Config ure a comm unity name Config ure an SNMP group Add a new user to an SNMP group snmp-agent community { read write } community-name [ acl acl-number mib-view view-name ]* snmp-agent group { v1 v2c } group-name [ read-view read-view ] [ write-view write-view ] [ notify-view notify-view ] [ acl acl-number ] snmp-agent usm-user { v1 v2c } user-name group-name [ acl acl-number ] At least one required In the direct configuration, SNMPv1 and SNMPv2c community names are set. In indirect configuration, the commands are consistent with SNMPv3 commands. Users are added to the specific group, which is corresponding to SNMPv1 and SNMPv2c community. Configure the maximum size of an SNMP packet that can be received or sent by an ANMP agent Configure the engine ID for a local SNMP agent Create or update view information snmp-agent packet max-size byte-count snmp-agent local-engineid engineid snmp-agent mib-view { included excluded } view-name oid-tree [ mask mask-value ] 15,00 bytes be default Company ID and device ID by default By default, MIB view name is ViewDefault, OID of which is

6 Caution: The validity of a USM user depends on the engine ID of the SNMP agent. If the engine ID used for USM user creation is not identical to the current engine ID, the USM user is invalid. S3610&S5510 series Ethernet switches do not support the remote-engineid command. 1.3 Trap Configuration SNMP Agent sends Trap messages to NMS to alert the latter of critical and important events (such as restart of the managed device) Configuration Prerequisites Basic SNMP configurations have been completed (including version configuration: community names must be configured for SNMPv1 and SNMPv2c; user names and MIB view must be configured for SNMPv3.) Configuration Procedure I. Enable the sending of Trap messages Follow these steps to configure Trap: To do Use the command Remarks Enter system view system-view Enable the sending of Trap messages globally snmp-agent trap enable [ bgp configuration flash ospf [ process-id ] [ ospf-trap-list ] standard [ authentication coldstart linkdown linkup warmstart ]* system vrrp [ authfailure newmaster ] ] Sending of all types of Trap messages is enabled by default. 1-5

7 To do Use the command Remarks Enable the sending of Trap messages about port state changes in Ethernet Enter Ethernet port view Enable the sending of Trap messages about port state changes port view Return to system view interface interface-type interface-number enable snmp trap updown quit The sending of Trap messages about port state changes is enabled by default. Caution: Note that, if you want a port to send SNMP trap messages when its port state changes, you must enable the function of sending linkup/linkdown trap messages both in Ethernet port view and system view. Use the enable snmp trap updown command to enable this function in Ethernet port view and use the snmp-agent trap enable [ standard [ linkdown linkup ] * ] command to enable this function in system view. II. Configure the parameters for sending Trap messages Follow these steps to configure parameters for sending Trap messages: To do Use the command Remarks Enter system view system-view Configure the address of the target host of Trap messages Configure the source address for Trap messages snmp-agent target-host trap address udp-domain { ip-address ipv6 ipv6-address } [ udp-port port-number ] params securityname security-string [ v1 v2c v3 [ authentication privacy ] ] snmp-agent trap source interface-type interface-number Required Configure the queue size for sending Trap messages snmp-agent queue-size size trap 100 by default 1-6

8 To do Use the command Remarks Configure the life for Trap messages snmp-agent trap life seconds 120 seconds by default 1.4 Displaying and Maintaining SNMP To do Display SNMP-agent system information, including the contact, location, and version of the SNMP Display SNMP agent statistics Display the SNMP agent engine ID Display SNMP agent group information Display SNMP user information Display SNMPv1 or SNMPv2 community information Display MIB view information for an SNMP agent Use the command display snmp-agent sys-info [ contact location version ]* display snmp-agent statistics display snmp-agent { local-engineid remote-engineid } display snmp-agent group [ group-name ] display snmp-agent usm-user [ engineid engineid username user-name group group-name ] * display snmp-agent community [ read write ] display snmp-agent mib-view [ exclude include viewname view-name ] 1.5 SNMP Configuration Example I. Network requirements The NMS connects to the agent, a switch, through an Ethernet. The IP address of the NMS is /16 The IP address of VLAN interface on the switch is /16. On the switch, configure the following: community name, access right, administrator ID, contact, location, enabling sending of Trap messages. 1-7

9 II. Network diagram NMS Switch GigabitEthernet1/1/3 NMS / /16 Ethernet Figure 1-2 Network diagram for SNMP III. Configuration procedure # Configure the community name, the SNMP agent group, and SNMP agent user. <Sysname> system-view [Sysname] snmp-agent sys-info version all [Sysname] snmp-agent community read public [Sysname] snmp-agent community write private [Sysname] snmp-agent mib-view included internet [Sysname] snmp-agent group v3 managev3group write-view internet [Sysname] snmp-agent usm-user v3 managev3user managev3group # Configure the VLAN interface to be used by the administrator to be VLAN-interface 2. Add the port GigabitEthernet1/1/3 used for network management to VLAN 2. Configure the IP address of VLAN-interface 2 to [Sysname] vlan 2 [Sysname-vlan2] port GigabitEthernet 1/1/3 [Sysname-vlan2] quit [Sysname] interface Vlan-interface 2 [Sysname-Vlan-interface2] ip address [Sysname-Vlan-interface2] quit # Configure the ID, contact of the administrator, and the location of the switch. [Sysname] snmp-agent sys-info contact Mr.Wang-Tel:3306 [Sysname] snmp-agent sys-info location telephone-closet,3rd-floor # Enable the sending of Trap messages to the NMS with an IP address of /16, using public as the community name. [Sysname] snmp-agent trap enable [Sysname] snmp-agent target-host trap address udp-domain udp-port 5000 params securityname public 1-8

10 IV. Configuring SNMP NMS SNMPv3 uses authentication and privacy security model. In NMS, the user needs to specify user name and security level, and based on that level, configure the authentication mode, authentication password, privacy mode, privacy password. In addition, the time-out time and number of retries should also be configured. The user can inquire and configure the switch through NMS. For detailed information, refer to the NMS manuals. Note: The configurations on the agent and the NMS must match in order to perform the related operations. 1-9

11 Chapter 2 RMON Configuration Chapter 2 RMON Configuration Remote Monitoring (RMON) is a type of IETF-defined MIB. It is the most important enhancement to the MIB II standard. It allows you to monitor traffic on network segments and even the entire network. When configuring RMON, go to these sections for information you are interested in: RMON Overview Configuring RMON Displaying and Maintaining RMON RMON Configuration Example (on a Switch) 2.1 RMON Overview This section covers these topics: Introduction RMON Groups Introduction RMON is implemented based on the simple network management protocol (SNMP) and is fully compatible with the existing SNMP framework. RMON provides an efficient means of monitoring subnets and allows SNMP to monitor remote network devices in a more proactive and effective way. It reduces traffic between network management station (NMS) and agent, facilitating large network management. RMON comprises two parts: NMSs and agents running on network devices. Each RMON NMS administers the agents within its administrative domain. An RMON agent resides on a network monitor or probe for an interface. It monitors and gathers information about traffic over the network segment connected to the interface to provide statistics about packets over a specified period and good packets sent to a host for example. RMON allows multiple monitors. A monitor provides two ways of data gathering: Using RMON probes. NMSs can obtain management information from RMON probes directly and control network resources. In this approach, RMON NMSs can obtain all RMON MIB information. Embedding RMON agents in network devices such as routers, switches, and hubs to provide the RMON probe function. RMON NMSs exchange data with RMON agents with basic SNMP commands to gather network management information, 2-1

12 Chapter 2 RMON Configuration which, due to system resources limitation, may not cover all MIB information but four groups of information, alarm, event, history, and statistics, in most cases. The device adopts the second way. By using RMON enabled RMON agents on network monitors, an NMS can obtain information about traffic size, error statistics, and performance statistics for network management RMON Groups RMON categorizes objects into groups. This section describes only the major implemented groups. I. Event group The event group defines event indexes and controls the generation and notifications of the events triggered by the alarms defined in the alarm group and the private alarm group. The events can be handled in one of the following ways: Logging events in the event log table Sending traps to NMSs Both logging and sending traps No action II. Alarm group The RMON alarm group monitors specified alarm variables, such as statistics on a port. If the monitored variable exceeds or equals to the rising threshold, a rising alarm event is triggered. If the monitored variable is lower than or equals to the falling threshold, a falling alarm event is triggered. The event is then handled as defined in the event group. The following is how the system handles entries in the RMON alarm table: 1) Sample the alarm variables at the specified interval. 2) Compare the sampled values with the predefined threshold and trigger events if all triggering conditions are met. Note: If a monitored variable overpasses the same threshold multiple times consecutively, only the first one can cause an alarm event. That is, the rising alarm and falling alarm are alternate. 2-2

13 Chapter 2 RMON Configuration III. Private alarm group The private alarm group calculates the sampled values of alarm variables and compares the result with the defined threshold, thereby realizing a more comprehensive alarming function. System handles the prialarm alarm table entry (as defined by the user) in the following ways: Periodically takes statistical samples on the defined prialarm alarm variables as defined in the prialarm formula. Calculate the sampled values based on the prialarm formula. Compare the result with the defined threshold and generate an appropriate event. IV. History control group The history control group controls the periodic statistical sampling of data, such as bandwidth utilization, number of errors, and total number of packets. Note that each value provided by the group is a cumulative sum during a sampling period. V. Ethernet statistics group The statistics group monitors port utilization and records errors. It provides statistics about network collisions, CRC alignment errors, undersize/oversize packets, broadcasts, multicasts, bytes received, packets received, and so on. Unlike values provided by the history control group, each value provided in this group is a cumulative sum counted starting from the creation of a valid event entry. 2.2 Configuring RMON Configuration Prerequisites Before configuring RMON, configure the SNMP agent as described in Chapter 1 SNMP Configuration Configuration Procedure Follow these steps to configure RMON: To do Use the command Remarks Enter system view system-view Create an event entry in the event table rmon event event-entry [ description string ] { log trap trap-community log-trap log-trapcommunity none } [ owner text ] 2-3

14 Chapter 2 RMON Configuration To do Use the command Remarks Enter Ethernet port view interface interface-number interface-type Create an entry in the history table Create an entry in the statistics table rmon history entry-number buckets number interval sampling-interval [ owner text ] rmon statistics entry-number [ owner text ] Exit Ethernet port view quit Create an entry in the alarm table Create an entry in the private alarm table rmon alarm entry-number alarm-variable sampling-time { absolute delta } rising-threshold threshold-value1 event-entry1 falling-threshold threshold-value2 event-entry2 [ owner text ] rmon prialarm entry-number prialarm-formula prialarm-des sampling-timer { absolute changeratio delta } rising-threshold threshold-value1 event-entry1 falling-threshold threshold-value2 event-entry2 entrytype { forever cycle cycle-period } [ owner text ] Before creating an entry, you must use the rmon event command to define the events referenced in the entry. Before creating an entry, you must use the rmon event command to define the events referenced in the entry. Note: When an entry is created in the history control table, if the specified buckets number value exceeds the capacity of the device for history entries, this history entry can be created. However, the buckets number corresponding to this entry is the real capacity of the device for history entries. 2.3 Displaying and Maintaining RMON To do Display RMON statistics Display RMON history information and the latest history sampling information Use the command display rmon statistics [ interface-type interface-number ] display rmon history [interface-type interface-number ] Display RMON alarm information display rmon alarm [ entry -number ] 2-4

15 To do Display RMON prialarm information Chapter 2 RMON Configuration Use the command display rmon prialarm [ entry -number ] Display RMON events display rmon event [ entry -number ] Display RMON event logs display rmon eventlog [ event-number ] 2.4 RMON Configuration Example I. Network requirements Agent is connected to a configuration terminal through its console port and to a remote NMS across the Internet. Create an entry in the RMON Ethernet statistics table to gather statistics on Ethernet ports for NMS to retrieve. II. Network diagram Figure 2-1 Network diagram for RMON III. Configuration procedure # Configure RMON to gather statistics on the running status of GigabitEthernet 1/1/1. <Sysname> system-view [Sysname] interface GigabitEthernet 1/1/1 [Sysname-GigabitEthernet 1/1/1] rmon statistics 1 owner user1-rmon [Sysname-GigabitEthernet 1/1/1] quit # Display RMON statistics for GigabitEthernet 1/1/1. 2-5

16 Chapter 2 RMON Configuration [Sysname] display rmon statistics Statistics entry 1 owned by user-rmon is VALID. Interface : GigabitEthernet1/1/1<ifIndex.49> etherstatsoctets : 24432, etherstatspkts : 172 etherstatsbroadcastpkts : 89, etherstatsmulticastpkts : 19 etherstatsundersizepkts : 0, etherstatsoversizepkts : 0 etherstatsfragments : 0, etherstatsjabbers : 0 etherstatscrcalignerrors : 0, etherstatscollisions : 0 etherstatsdropevents (insufficient resources): 0 Packets received according to length: 64 : 146, : 16, : : 0, : 0, : 0 # Add the event entries numbered 1 and 2 to the event table, which will be triggered by the following extended alarm. [Sysname] rmon event 1 log [Sysname] rmon event 2 trap # Add an entry numbered 2 to the extended alarm table to allow the system to calculate the alarm variables with the ( ) formula to get the numbers of all the oversize and undersize packets received by Ethernet 1/1/1 that are in correct data format and sample it in every 10 seconds. When the change ratio between samples reached the rising threshold of 50, trigger event 1; when the change ratio drops under the falling threshold, trigger event 2. [Sysname] rmon prialarm 2 ( ) test 10 changeratio rising-threshold 50 1 falling-threshold 5 2 entrytype forever owner user1 # Display the RMON extended alarm entry numbered 2. [Sysname] display rmon prialarm 2 Prialarm table 2 owned by user1 is VALID. Samples type : changeratio Variable formula : ( ) Description : test Sampling interval : 10(sec) Rising threshold : 100(linked with event 1) Falling threshold : 10(linked with event 2) When startup enables : risingorfallingalarm This entry will exist : forever. Latest value : 0 2-6

Table of Contents Chapter 1 RMON Configuration

Table of Contents Chapter 1 RMON Configuration Table of Contents Table of Contents... 1-1 1.1 RMON Over... 1-1 1.1.1 Introduction... 1-1 1.1.2 RMON Groups... 1-2 1.2 Configuring RMON... 1-3 1.2.1 Configuration Prerequisites... 1-3 1.2.2 Configuration

More information

Table of Contents 1 RMON Configuration 1-1

Table of Contents 1 RMON Configuration 1-1 Table of Contents 1 RMON Configuration 1-1 RMON Overview 1-1 Introduction 1-1 Working Mechanism 1-1 RMON Groups 1-2 Configuring RMON 1-3 Configuration Prerequisites 1-3 Configuration Procedure 1-3 Displaying

More information

Table of Contents. 2 MIB Style Configuration 2-1 Setting the MIB Style 2-1 Displaying and Maintaining MIB 2-1

Table of Contents. 2 MIB Style Configuration 2-1 Setting the MIB Style 2-1 Displaying and Maintaining MIB 2-1 Table of Contents 1 SNMP Configuration 1-1 SNMP Overview 1-1 SNMP Mechanism 1-1 SNMP Protocol Version 1-2 MIB Overview 1-2 SNMP Configuration 1-3 Configuring SNMP Logging 1-5 Introduction to SNMP Logging

More information

Table of Contents. 2 MIB Style Configuration 2-1 Overview 2-1 Setting the MIB Style 2-1 Displaying and Maintaining MIB 2-1

Table of Contents. 2 MIB Style Configuration 2-1 Overview 2-1 Setting the MIB Style 2-1 Displaying and Maintaining MIB 2-1 Table of Contents 1 SNMP Configuration 1-1 SNMP Overview 1-1 SNMP Mechanism 1-1 SNMP Protocol Versions 1-2 MIB Overview 1-2 Configuring SNMP 1-3 Configuring SNMPv3 1-3 Configuring SNMPv1 and SNMPv2c 1-4

More information

Operation Manual SNMP. Table of Contents

Operation Manual SNMP. Table of Contents Table of Contents Table of Contents... 1-1 1.1 SNMP Overview... 1-1 1.1.1 Introduction to SNMP... 1-1 1.1.2 SNMP Versions and Supported MIB... 1-1 1.2 Configuring SNMP... 1-3 1.2.1 Setting Community Names...

More information

Contents. RMON commands 1

Contents. RMON commands 1 Contents RMON commands 1 display rmon alarm 1 display rmon event 2 display rmon eventlog 3 display rmon history 5 display rmon prialarm 7 display rmon statistics 9 rmon alarm 10 rmon event 13 rmon history

More information

Table of Contents. 2 MIB Configuration Commands 2-1 display mib-style 2-1 mib-style 2-1

Table of Contents. 2 MIB Configuration Commands 2-1 display mib-style 2-1 mib-style 2-1 Table of Contents 1 SNMP Configuration Commands 1-1 SNMP Configuration Commands 1-1 display snmp-agent community 1-1 display snmp-agent group 1-2 display snmp-agent local-engineid 1-3 display snmp-agent

More information

Contents. RMON commands 1

Contents. RMON commands 1 Contents RMON commands 1 display rmon alarm 1 display rmon event 3 display rmon eventlog 4 display rmon history 5 display rmon prialarm 8 display rmon statistics 10 rmon alarm 12 rmon event 14 rmon history

More information

Table of Contents. 2 MIB Configuration Commands 2-1 MIB Configuration Commands 2-1 display mib-style 2-1 mib-style 2-1

Table of Contents. 2 MIB Configuration Commands 2-1 MIB Configuration Commands 2-1 display mib-style 2-1 mib-style 2-1 Table of Contents 1 SNMP Configuration Commands 1-1 SNMP Configuration Commands 1-1 display snmp-agent community 1-1 display snmp-agent group 1-2 display snmp-agent local-engineid 1-3 display snmp-agent

More information

Table of Contents Chapter 1 SNMP Configuration Commands

Table of Contents Chapter 1 SNMP Configuration Commands Table of Contents Table of Contents... 1-1 1.1 SNMP Configuration Commands... 1-1 1.1.1 display snmp-agent local-engineid... 1-1 1.1.2 display snmp-agent community... 1-1 1.1.3 display snmp-agent group...

More information

Command Manual SNMP-RMON. Table of Contents

Command Manual SNMP-RMON. Table of Contents Table of Contents Table of Contents... 1-1 1.1 SNMP Configuration Commands... 1-1 1.1.1 display snmp-agent... 1-1 1.1.2 display snmp-agent community... 1-2 1.1.3 display snmp-agent group... 1-3 1.1.4 display

More information

Table of Contents 1 SNMP Configuration Commands RMON Configuration Commands 2-1

Table of Contents 1 SNMP Configuration Commands RMON Configuration Commands 2-1 Table of Contents 1 SNMP Configuration Commands 1-1 SNMP Configuration Commands 1-1 display snmp-agent 1-1 display snmp-agent community 1-1 display snmp-agent group 1-3 display snmp-agent mib-view 1-4

More information

Monitoring Port Activity with Application Software

Monitoring Port Activity with Application Software CHAPTER 9 Monitoring Port Activity with Application Software This chapter explains how to monitor a port on the Catalyst 3200 using: Network Management System (NMS) using CiscoView or any application that

More information

Logging in through SNMP from an NMS 22 Overview 22 Configuring SNMP agent 22 NMS login example 24

Logging in through SNMP from an NMS 22 Overview 22 Configuring SNMP agent 22 NMS login example 24 Contents Logging in to the CLI 1 Login methods 1 Logging in through the console or AUX port 2 Introduction 2 Configuration procedure 2 Logging in through Telnet 6 Introduction 6 Logging in to the switch

More information

RMON MIB. Presenter: Andreas Pitsillides. Based on presentation by Rouf Boutaba

RMON MIB. Presenter: Andreas Pitsillides. Based on presentation by Rouf Boutaba RMON MIB Presenter: Andreas Pitsillides Based on presentation by Rouf Boutaba 1 The RMON MIB Objectives Introduction Segment Statistics Statistics Other RMON MIB Groups Summary 2 RMON MIB - Objectives

More information

Configure SNMP. Understand SNMP. This chapter explains Simple Network Management Protocol (SNMP) as implemented by Cisco NCS 4000 series.

Configure SNMP. Understand SNMP. This chapter explains Simple Network Management Protocol (SNMP) as implemented by Cisco NCS 4000 series. This chapter explains Simple Network Management Protocol (SNMP) as implemented by Cisco NCS 4000 series. Understand SNMP, page 1 Basic SNMP Components, page 2 SNMPv3 Support, page 3 SNMP Traps, page 4

More information

Equivalencia. - Cisco vs Huawei -

Equivalencia. - Cisco vs Huawei - Equivalencia - Cisco vs Huawei - Item Commandos Cisco Commandos Huawei 1 Configure terminal system 4 disable NONE 5 enable NONE 6 end Return 7 exit Quit 8 interface { interface-type interface-number 9

More information

Configuration Examples for Configuration File Management Using SNMP

Configuration Examples for Configuration File Management Using SNMP Configuration Examples for Configuration File Management Using SNMP Keywords: SNMP, NMS, agent, FTP, TFTP, current configuration, configuration file for the next system startup Abstract: Net-SNMP is a

More information

FiberstoreOS. Network Management Command Line Reference

FiberstoreOS. Network Management Command Line Reference FiberstoreOS Network Management Command Line Reference Contents 1 Network Diagnosis Commands...5 1.1 ping...5 1.2 traceroute... 6 2 NTP Commands... 8 2.1 ntp ace...8 2.2 ntp authentication... 9 2.3 ntp

More information

FiberstoreOS. Network Management Configuration Guide

FiberstoreOS. Network Management Configuration Guide FiberstoreOS Network Management Configuration Guide Contents 1 Configuring Network Diagnosis...6 1.1 Overview... 6 1.2 Configurations...7 1.3 Validation... 7 2 Configuring NTP... 9 2.1 Overview... 9 2.2

More information

Restrictions for SNMP use on Cisco IOS XR Software

Restrictions for SNMP use on Cisco IOS XR Software Simple Network Management Protocol (SNMP) is an application-layer protocol that provides a message format for communication between SNMP managers and agents. SNMP provides a standardized framework and

More information

Configuring RMON. Understanding RMON CHAPTER

Configuring RMON. Understanding RMON CHAPTER 22 CHAPTER This chapter describes how to configure Remote Network Monitoring (RMON) on your switch. RMON is a standard monitoring specification that defines a set of statistics and functions that can be

More information

Configuring SNMP. About SNMP. SNMP Functional Overview

Configuring SNMP. About SNMP. SNMP Functional Overview This chapter describes how to configure the SNMP feature on Cisco NX-OS devices. This chapter contains the following sections: About SNMP, page 1 Licensing Requirements for SNMP, page 7 Guidelines and

More information

Appendix A Remote Network Monitoring

Appendix A Remote Network Monitoring Appendix A Remote Network Monitoring This appendix describes the remote monitoring features available on HP products: Viewing System Information You can access software and hardware specifics for an HP

More information

FiberstoreOS. Network Management Command Line Reference

FiberstoreOS. Network Management Command Line Reference FiberstoreOS Network Management Command Line Reference Contents 1 Network Diagnosis Commands... 1 1.1 ping... 1 1.2 traceroute... 2 2 NTP Commands... 4 2.1 ntp ace...4 2.2 ntp authentication... 5 2.3 ntp

More information

Manual. Teldat SA. RMON (Remote Network Monitoring) Teldat-Dm 796-I. Copyright Version Teldat SA

Manual. Teldat SA. RMON (Remote Network Monitoring) Teldat-Dm 796-I. Copyright Version Teldat SA Manual Teldat-Dm 796-I Copyright Version 11.01 1 Manual Legal Notice Warranty This publication is subject to change. Teldat offers no warranty whatsoever for information contained in this manual. Teldat

More information

The Security feature available on the ME 1200 Web GUI allows you to set the security configurations for

The Security feature available on the ME 1200 Web GUI allows you to set the security configurations for The Security feature available on the ME 1200 Web GUI allows you to set the security configurations for the ME 1200. Switch, page 1 Network, page 16 Switch Users Configuration This option provides an overview

More information

User authentication configuration example 11 Command authorization configuration example 13 Command accounting configuration example 14

User authentication configuration example 11 Command authorization configuration example 13 Command accounting configuration example 14 Contents Logging in to the CLI 1 Login methods 1 Logging in through the console or AUX port 2 Logging in through Telnet 5 Telnetting to the switch 5 Telnetting from the switch to another device 7 Logging

More information

Ethernet Switch ZyNOS 4.0

Ethernet Switch ZyNOS 4.0 RMON Ethernet Switch ZyNOS 4.0 Support Notes Version 4.00 July 2011 Overview Remote Monitoring (RMON) is a standard monitoring specification that enables various network monitors and console systems to

More information

For complete syntax and usage information for the commands used in this chapter, see the Cisco IOS Configuration Fundamentals Command Reference

For complete syntax and usage information for the commands used in this chapter, see the Cisco IOS Configuration Fundamentals Command Reference CHAPTER 51 This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Catalyst 4500 series switch. Note For complete syntax and usage information for the commands used

More information

Remote Monitoring MIB

Remote Monitoring MIB CHAPTER 4 Remote Monitoring MIB The network management module (NMM) SNMP agent implements a remote monitoring probe to support the four basic groups of the RFC-1757 RMON MIB. The probe, or agent code,

More information

FiberstoreOS. Network Management Configuration Guide

FiberstoreOS. Network Management Configuration Guide FiberstoreOS Network Management Configuration Guide Contents 1 Configuring Network Diagnosis...1 1.1 Overview...1 1.2 Configurations...1 1.3 Validation... 2 2 Configuring NTP...4 2.1 Overview...4 2.2 Topology...

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER CHAPTER 28 This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Catalyst 2960 switch. For complete syntax and usage information for the commands used in this chapter,

More information

2V] Chapter 2 Catalyst 3560 Switch Cisco IOS Commands shutdown. This command has no arguments or keywords.

2V] Chapter 2 Catalyst 3560 Switch Cisco IOS Commands shutdown. This command has no arguments or keywords. 2V] Chapter 2 Catalyst 3560 Switch Cisco IOS Commands shutdown shutdown Use the shutdown interface configuration command to disable an interface. Use the no form of this command to restart a disabled interface.

More information

Cisco Small Business SF200E Series Advanced Smart Switches

Cisco Small Business SF200E Series Advanced Smart Switches ADMINISTRATION GUIDE Cisco Small Business SF200E Series Advanced Smart Switches Contents Chapter 1: Getting Started 9 Starting the Web-Based Switch Configuration Utility 9 Launching the Utility 10 Logging

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER CHAPTER 30 This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Cisco ME 3400E Ethernet Access switch. Note For complete syntax and usage information for the commands

More information

Configuring SNMP. Send documentation comments to CHAPTER

Configuring SNMP. Send documentation comments to CHAPTER 27 CHAPTER The CLI and SNMP use common roles in all switches in the Cisco MDS 9000 Family. You can use SNMP to modify a role that was created using CLI and vice versa. Users, passwords, and roles for all

More information

Configuring SNMP. Finding Feature Information. Prerequisites for SNMP

Configuring SNMP. Finding Feature Information. Prerequisites for SNMP Finding Feature Information, on page 1 Prerequisites for SNMP, on page 1 Restrictions for SNMP, on page 3 Information About SNMP, on page 4 How to Configure SNMP, on page 9 Monitoring SNMP Status, on page

More information

RMON Configuration Guide, Cisco IOS Release 12.4

RMON Configuration Guide, Cisco IOS Release 12.4 RMON Configuration Guide, Cisco IOS Release 12.4 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax:

More information

0] Chapter 2 Cisco ME 3400E Ethernet Access Switch Cisco IOS Commands shutdown. This command has no arguments or keywords.

0] Chapter 2 Cisco ME 3400E Ethernet Access Switch Cisco IOS Commands shutdown. This command has no arguments or keywords. 0] Chapter 2 shutdown shutdown Use the shutdown interface configuration command to disable an interface. Use the no form of this command to restart a disabled interface. shutdown no shutdown Syntax Description

More information

Configuring Simple Network Management Protocol

Configuring Simple Network Management Protocol Configuring Simple Network Management Protocol Finding Feature Information, page 1 Prerequisites for SNMP, page 1 Restrictions for SNMP, page 3 Information About SNMP, page 4 How to Configure SNMP, page

More information

SNMP Configuration Guide

SNMP Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2017 Cisco Systems, Inc. All rights

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 24 CHAPTER This chapter describes how to configure the the ML1000-2, ML100T-12, ML100X-8, and ML-MR-10 cards for operating with Simple Network Management Protocol (SNMP). Note For complete syntax and usage

More information

Configuring Simple Network Management Protocol (SNMP)

Configuring Simple Network Management Protocol (SNMP) CHAPTER 5 Configuring Simple Network Management Protocol (SNMP) This chapter provides information on configuring Simple Network Management Protocol (SNMP) features of your CSS. It also provides a brief

More information

Configuring SNMP. Information about SNMP CHAPTER

Configuring SNMP. Information about SNMP CHAPTER CHAPTER 74 This chapter describes how to configure SNMP to monitor the adaptive security appliance and includes the following sections: Information about SNMP, page 74-1 Licensing Requirements for SNMP,

More information

SNMP Simple Network Management Protocol

SNMP Simple Network Management Protocol SNMP Simple Network Management Protocol Simple Network Management Protocol SNMP is a framework that provides facilities for managing and monitoring network resources on the Internet. Components of SNMP:

More information

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine Network Management and Monitoring Configuration Guide Part number: 5998-3936 Software version: 3308P26 Document version: 6W101-20130628 Legal

More information

H3C SecBlade IPS Cards

H3C SecBlade IPS Cards H3C SecBlade IPS Cards User Manual Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document version: 5PW104-20101210 Copyright 2008-2010, Hangzhou H3C Technologies Co., Ltd. and its licensors All

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 22 CHAPTER Configuring SNMP This chapter describes how to configure the ML-Series card for operating with Simple Network Management Protocol (SNMP). Note For complete syntax and usage information for the

More information

This chapter describes how to configure Simple Network Management Protocol (SNMP) to monitor the Cisco ASA.

This chapter describes how to configure Simple Network Management Protocol (SNMP) to monitor the Cisco ASA. This chapter describes how to configure Simple Network Management Protocol () to monitor the Cisco ASA. About, page 1 Guidelines for, page 4 Configure, page 6 Monitoring, page 10 History for, page 11 About

More information

Configuring SNMP. Information About SNMP. SNMP Functional Overview. This chapter contains the following sections:

Configuring SNMP. Information About SNMP. SNMP Functional Overview. This chapter contains the following sections: This chapter contains the following sections: Information About SNMP, page 1 Licensing Requirements for SNMP, page 5 Guidelines and Limitations for SNMP, page 5 Default SNMP Settings, page 6, page 6 Disabling

More information

10/100 MANAGED HUB. Network Management Guide JUNE 1999 LH8112A LH8124A

10/100 MANAGED HUB. Network Management Guide JUNE 1999 LH8112A LH8124A JUNE 1999 LH8112A LH8124A 10/100 MANAGED HUB Network Management Guide CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight Friday: 877-877-BBOX FREE technical support,

More information

H3C SecBlade NetStream Card Configuration Examples

H3C SecBlade NetStream Card Configuration Examples H3C SecBlade NetStream Card Configuration Examples Copyright 2012 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any

More information

Network Management (NETW-1001)

Network Management (NETW-1001) Network Management (NETW-1001) Dr. Mohamed Abdelwahab Saleh IET-Networks, GUC Spring 2017 TOC 1 SNMPv1 Messages 2 SNMP messages Two main purposes: Monitoring and configuration. SNMP version 1 defines five

More information

HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring. Configuration Guide. Abstract

HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring. Configuration Guide. Abstract HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the

More information

RMON Commands. Cisco IOS Configuration Fundamentals Command Reference FR

RMON Commands. Cisco IOS Configuration Fundamentals Command Reference FR RMON Commands This chapter describes commands used to monitor the router and network Remote Monitoring (RMON). For system management configuration tasks and examples, refer to the Configuring RMON Support

More information

DPtech WCS7000 Series Wireless Access Controller User Configuration Guide

DPtech WCS7000 Series Wireless Access Controller User Configuration Guide DPtech WCS7000 Series Wireless Access Controller User Configuration Guide i Hangzhou DPtech Technologies Co., Ltd. provides full- range technical support. If you need any help, please contact Hangzhou

More information

FSOS. Switch Management and Maintenance

FSOS. Switch Management and Maintenance FSOS Switch Management and Maintenance Contents Chapter 1 Configuration File Management... 3 1.1 Introduction to Configuration File... 3 1.2 Configuration File-Related Operations... 3 Chapter 2 BootROM

More information

HP 5820X & 5800 Switch Series Network Management and Monitoring. Configuration Guide. Abstract

HP 5820X & 5800 Switch Series Network Management and Monitoring. Configuration Guide. Abstract HP 5820X & 5800 Switch Series Network Management and Monitoring Configuration Guide Abstract This document describes the software features for the HP 5820X & 5800 Series products and guides you through

More information

SNMP Commands CHAPTER

SNMP Commands CHAPTER CHAPTER 7 This chapter contains the Cisco ONS 15540 ESP-specific SNMP commands. For the complete list of SNMP commands supported on the Cisco ONS 15540 ESP, and their descriptions, refer to Cisco IOS Configuration

More information

Configuring Embedded Resource Manager-MIB

Configuring Embedded Resource Manager-MIB The Embedded Resource Manager (ERM)-MIB feature introduces MIB support for the ERM feature. The ERM feature tracks resource usage information for every registered resource owner and resource user. The

More information

Cisco Small Business 200 Series Smart Switch Administration Guide Release 1.3

Cisco Small Business 200 Series Smart Switch Administration Guide Release 1.3 ADMINISTRATION GUIDE Cisco Small Business 200 Series Smart Switch Administration Guide Release 1.3 Contents Chapter 1: Getting Started 1 Starting the Web-based Configuration Utility 1 Launching the Configuration

More information

MPLS VPN MIB Support. Cisco IOS Release 12.0(24)S1 1

MPLS VPN MIB Support. Cisco IOS Release 12.0(24)S1 1 MPLS VPN MIB Support This document describes the Simple Network Management Protocol (SNMP) agent support in Cisco IOS for Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) management,

More information

RMON Full. Finding Feature Information. Prerequisites for RMON Full

RMON Full. Finding Feature Information. Prerequisites for RMON Full Remote Network Monitoring (RMON) is a standard monitoring specification that enables various network monitors and console systems to exchange network-monitoring data. This module describes the features

More information

Prerequisites for AES and 3-DES Encryption Support for SNMP. Version 3. Finding Feature Information

Prerequisites for AES and 3-DES Encryption Support for SNMP. Version 3. Finding Feature Information AES and 3-DES Encryption Support for SNMP Version 3 The AES and 3-DES Encryption Support for SNMP Version 3 feature enhances the encryption capabilities of Simple Network Management Protocol (SNMP) Version

More information

802.3 Ethernet Interface YANG Task Force (802.3cf) and RMON MIB (RFC 3635) (Also Power over Ethernet YANG)

802.3 Ethernet Interface YANG Task Force (802.3cf) and RMON MIB (RFC 3635) (Also Power over Ethernet YANG) 802.3 Ethernet Interface YANG Task Force (802.3cf) and RMON MIB (RFC 3635) (Also Power over Ethernet YANG) Rob Wilton Cisco 2017 Jan 30, IETF/IEEE liaison meeting Updated 27 Feb 2017 Ethernet 802.3 YANG

More information

Configuration Network Management Avaya Advanced Gateway 2330 AG NN , 01.01

Configuration Network Management Avaya Advanced Gateway 2330 AG NN , 01.01 Configuration Network Management Avaya Advanced Gateway 2330 AG10.2.2 NN47264-602, 01.01 August 2010 2010 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the

More information

Chapter 3 Managing System Settings

Chapter 3 Managing System Settings Chapter 3 Managing System Settings Using the System Settings Utility The navigation pane at the top of the web browser interface contains a System tab that enables you to manage your FS700TSSmart Switch

More information

SNMP Agent Setup. Simple Network Management Protocol Support. SNMP Basics

SNMP Agent Setup. Simple Network Management Protocol Support. SNMP Basics Simple Network Management Protocol Support, page 1 SNMP Basics, page 1 SNMP Management Information Base (MIB), page 2 Set Up SNMP, page 3 Import Previously Configured Windows SNMP v1 Community Strings,

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-1813 Software version: Release 1505 Document version: 6W102-20121111 Legal and notice information Copyright

More information

Logging in to the CLI

Logging in to the CLI Contents Logging in to the CLI 1 Login methods 1 Logging in through the console port 2 Introduction 2 Configuration procedure 2 Logging in through the AUX port 5 Configuration prerequisites 5 Configuration

More information

GEL Port Web Smart Gigabit Switch GEP Port Web Smart Gigabit PoE Switch. CLI Reference Guide V1.0

GEL Port Web Smart Gigabit Switch GEP Port Web Smart Gigabit PoE Switch. CLI Reference Guide V1.0 GEL-1051 10-Port Web Smart Gigabit Switch GEP-1051 10-Port Web Smart Gigabit PoE Switch CLI Reference Guide V1.0 Digital Data Communications Asia Co., Ltd. http://www.level1.com CLI Reference Guide GEL-1051

More information

802.3 Ethernet Interface YANG Task Force (802.3cf) and RMON MIB (RFC 3635)

802.3 Ethernet Interface YANG Task Force (802.3cf) and RMON MIB (RFC 3635) 802.3 Ethernet Interface YANG Task Force (802.3cf) and RMON MIB (RFC 3635) Rob Wilton Cisco 2017 Jan 30, IETF/IEEE liaison meeting Ethernet 802.3 YANG Task Force IEEE 802.3cf is defining Ethernet YANG

More information

Out-of-Band Management

Out-of-Band Management CHAPTER 4 Out-of-Band Management Note Out-of-band management requires the optional Cisco network management module (NMM). This chapter describes how to manage your hub or hub stack using the management

More information

A12B / A46 SMNP V3 SCADA INTERFACE INSTRUCTIONS

A12B / A46 SMNP V3 SCADA INTERFACE INSTRUCTIONS A12B / A46 SMNP V3 SCADA INTERFACE OPTION 21X INSTRUCTIONS This manual is only valid for A12B and A46 Chargers equipped with S2A-225C control cards with P225C-0630 software and the S2A-389S communications

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-3162 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright

More information

MIB Browser Version 10 User Guide

MIB Browser Version 10 User Guide MIB Browser Version 10 User Guide The ireasoning MIB browser is a powerful and easy-to-use tool powered by ireasoning SNMP API. MIB browser is an indispensable tool for engineers to manage SNMP enabled

More information

Cisco Small Business 300 Series Managed Switch Administration Guide Release 1.3

Cisco Small Business 300 Series Managed Switch Administration Guide Release 1.3 ADMINISTRATION GUIDE Cisco Small Business 300 Series Managed Switch Administration Guide Release 1.3 Contents Chapter 1: Getting Started 1 Starting the Web-based Configuration Utility 1 Launching the Configuration

More information

H3C S5820X&S5800 Switch Series

H3C S5820X&S5800 Switch Series H3C S5820X&S5800 Switch Series Network Management and Monitoring Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1211 Document version: 6W100-20110415

More information

Device Configuration Tasks for VNE Creation

Device Configuration Tasks for VNE Creation APPENDIXA These topics describe the configuration tasks you must perform so that Prime Network can properly model and manage devices. Prime Network automatically performs a series of validation checks

More information

Configuring Port-Based Traffic Control

Configuring Port-Based Traffic Control Overview of Port-Based Traffic Control, page 1 Finding Feature Information, page 2 Information About Storm Control, page 2 How to Configure Storm Control, page 4 Information About Protected Ports, page

More information

Configuring Port-Based Traffic Control

Configuring Port-Based Traffic Control Overview of Port-Based Traffic Control, page 2 Finding Feature Information, page 2 Information About Storm Control, page 2 How to Configure Storm Control, page 4 Finding Feature Information, page 9 Information

More information

Configuring the Management Interface and Security

Configuring the Management Interface and Security CHAPTER 5 Configuring the Management Interface and Security Revised: February 15, 2011, Introduction This module describes how to configure the physical management interfaces (ports) as well as the various

More information

H3C SecPath Series Security Products

H3C SecPath Series Security Products Web-Based Configuration Manual Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Manual Version: T2-08018U-20070625-C-2.01 Copyright 2007, Hangzhou H3C Technologies Co., Ltd. and its licensors All

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Network Management and Monitoring Configuration Guide Part number: 5998-3162b Software version: Release 2103 and later Document version: 6W103-20151020 Legal and notice

More information

HP A6600 Routers Network Management and Monitoring. Command Reference. Abstract

HP A6600 Routers Network Management and Monitoring. Command Reference. Abstract HP A6600 Routers Network Management and Monitoring Command Reference Abstract This document describes the commands and command syntax options available for the HP A Series products. This document is intended

More information

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 Introduction to BFD... 1-1 1.1.1 How BFD Works... 1-1 1.1.2 BFD Packet Format... 1-3 1.1.3 Protocols and Standards... 1-5 1.2 BFD Configuration Task List...

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 22 CHAPTER This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Catalyst 3750 switch. Unless otherwise noted, the term switch refers to a standalone switch and a

More information

Configuring IP SLAs LSP Health Monitor Operations

Configuring IP SLAs LSP Health Monitor Operations Configuring IP SLAs LSP Health Monitor Operations This module describes how to configure an IP Service Level Agreements (SLAs) label switched path (LSP) Health Monitor. LSP health monitors enable you to

More information

DES-3010F / DES-3010G / DES-3018 / DES-3026

DES-3010F / DES-3010G / DES-3018 / DES-3026 DES-3010F / DES-3010G / DES-3018 / DES-3026 Managed 8/16/24-port 10/100Mbps N-Way Fast Ethernet Switch Command Line Interface Reference Manual First Edition (May 2005) 651ES3026015 Printed In Taiwan RECYCLABLE

More information

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration Commands... 1-1 1.1 Static Routing Configuration Commands... 1-1 1.1.1 delete static-routes all... 1-1 1.1.2 ip route-static...

More information

Monitoring and Managing the Cisco MWR 2941 Router

Monitoring and Managing the Cisco MWR 2941 Router CHAPTER 30 Monitoring and Managing the Cisco MWR 2941 Router The Cisco MWR 2941 supports a variety of network management features, including Mobile Wireless Transport Manager (MTWM), Cisco Active Network

More information

Troubleshooting Tools. Tools for Gathering Information

Troubleshooting Tools. Tools for Gathering Information Internetwork Expert s CCNP Bootcamp Troubleshooting Tools http:// Tools for Gathering Information Before implementing a fix, information must be gathered about a problem to eliminate as many variables

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module System Maintenance Configuration Guide Part number: 5998-4221 Software version: Feature 3221 Document version: 6PW100-20130326 Legal and notice information Copyright 2013 Hewlett-Packard

More information

HP MSR Router Series Network Management and Monitoring

HP MSR Router Series Network Management and Monitoring HP MSR Router Series Network Management and Monitoring Command Reference(V7) Part number: 5998-7743b Software version: CMW710-R0304 Document version: 6PW104-20150914 i Legal and notice information Copyright

More information

SNMP CEF-MIB Support

SNMP CEF-MIB Support SNMP CEF-MIB Support Last Updated: October 5, 2011 The Cisco Express Forwarding--SNMP CEF-MIB Support feature introduces the CISCO-CEF-MIB, which allows management applications through the use of the Simple

More information

SNMP Support on NFVIS

SNMP Support on NFVIS Introduction about SNMP, page 1 SNMP Operations, page 1 SNMP Versions, page 3 Configuring SNMP Support, page 3 Introduction about SNMP Simple Network Management Protocol (SNMP) is an application-layer

More information

AlliedView -EMS DEVICE MANAGER USER S GUIDE

AlliedView -EMS DEVICE MANAGER USER S GUIDE AlliedView -EMS 4.0.1 DEVICE MANAGER USER S GUIDE AlliedView -EMS 4.0.1 DEVICE MANAGER USER S GUIDE Page 1 of 125 TABLE OF CONTENTS 1 OVERVIEW...6 2 STARTING DEVICE MANAGER...7 2.1 STARTING FROM THE COMMAND

More information

SNMP: Simplified. White Paper by F5

SNMP: Simplified. White Paper by F5 The Simple Network Management Protocol defines a method for managing devices that connect to IP networks. The "simple" in SNMP refers to the requirements for a managed device, not the protocol. This white

More information

Configuring IP SLAs ICMP Echo Operations

Configuring IP SLAs ICMP Echo Operations This module describes how to configure an IP Service Level Agreements (SLAs) Internet Control Message Protocol (ICMP) Echo operation to monitor end-to-end response time between a Cisco router and devices

More information