Operation Manual SNMP. Table of Contents

Size: px
Start display at page:

Download "Operation Manual SNMP. Table of Contents"

Transcription

1 Table of Contents Table of Contents SNMP Overview Introduction to SNMP SNMP Versions and Supported MIB Configuring SNMP Setting Community Names Setting the System Information Enabling SNMP Agent to Send Traps Setting the Destination Address of Trap Setting Lifetime of Trap Message Setting the Engine ID of a Local Device Setting an SNMP Group Setting the Source Address of Trap Adding a User to an SNMP Group Creating/Updating View Information Setting the Size of the SNMP Packet Sent/Received by an Agent Disabling SNMP Agent Extending the Standard linkup/linkdown Traps Displaying and Debugging SNMP SNMP Configuration Examples Common SNMP Configuration Example Configuration Example for Private Network Support i

2 When configuring SNMP, go to these sections for information you are interested in: SNMP Overview Configuring SNMP Displaying and Debugging SNMP SNMP Configuration Examples 1.1 SNMP Overview Introduction to SNMP By far, Simple Network Management Protocol (SNMP) has gained the most extensive application in the computer networks. SNMP has been put into use and widely accepted as an industry standard in practice. It is used for ensuring the transmission of the management information between any two nodes. In this way, network administrators can easily search and modify the information on any node on the network. In the meantime, they can locate faults promptly and implement the fault diagnosis, capacity planning and report generating. SNMP adopts the polling mechanism and provides the most basic function set. It is most applicable to the small-sized, fast-speed and low-cost environment. It only requires the unverified transport layer protocol UDP; and is thus widely supported by many other products. In terms of structure, SNMP can be divided into two parts, namely, Network Management Station and Agent. Network Management Station is the workstation for running the client program. At present, the commonly used NM platforms include Sun NetManager and IBM NetView. Agent is the server software operated on network devices. Network Management Station can send GetRequest, GetNextRequest and SetRequest messages to the Agent. Upon receiving the requests from the Network Management Station, Agent will perform Read or Write operation according to the message types, generate and return the Response message to Network Management Station. On the other hand, Agent will send Trap message on its own initiative to the Network Management Station to report the events whenever the device encounters any abnormalities such as restart SNMP Versions and Supported MIB To uniquely identify the management variables of a device in SNMP messages, SNMP adopts the hierarchical naming scheme to identify the managed objects. It is like a tree. A tree node represents a managed object, as shown in the figure below. Thus the object can be identified with the unique path starting from the root. 1-1

3 B A Figure 1-1 Architecture of the MIB tree The MIB (Management Information Base) is used to describe the hierarchical architecture of the tree and it is the set defined by the standard variables of the monitored network device. In the above figure, the managed object B can be uniquely specified by a string of numbers { }. The number string is the Object Identifier of the managed object. The current SNMP Agent of switch supports SNMP V1, V2C and V3. The MIBs supported are listed in the following table. Table 1-1 MIBs supported by the switch MIB attribute MIB content References Public MIB MIB II based on TCP/IP network device BRIDGE MIB RIP MIB RMON MIB Ethernet MIB OSPF MIB IF MIB RFC1213 RFC1493 RFC2675 RFC1724 RFC2819 RFC2665 RFC1253 RFC

4 MIB attribute MIB content References DHCP MIB QACL MIB ADBM MIB Private MIB RSTP MIB VLAN MIB Device management Interface management 1.2 Configuring SNMP The following sections describe the SNMP configuration tasks. Setting Community Names Setting the System Information Enabling SNMP Agent to Send Trap Setting the Destination Address of Trap Setting Lifetime of Trap Message Setting the Engine ID of a Local Device Setting an SNMP Group Setting the Source Address of Trap Adding a User to an SNMP Group Creating/Updating View Information Setting the Size of the SNMP Packet Sent/Received by an Agent Disabling SNMP Agent Extending the Standard linkup/linkdown Traps Setting Community Names SNMP V1 and SNMPV2C adopt the community name authentication scheme. SNMP Community is named with a character string, which is called community name. SNMP community name defines the relationship between SNMP manager and SNMP agent. The community name functions like a password, that is, it controls the access of the SNMP manager to the SNMP agent. You can choose to specify one or more community name-related features: Define MIB views of all the accessible MIB subsets. Define the read-only or read-write access mode of the community name to the MIB. The community with read-only authority can only query the device information, whereas the community with read-write authority can also configure the device. Perform the following configuration in system view: 1-3

5 Set the community name and the access authority Remove the community name and the access authority snmp-agent community { read write } community-name [ [ mib-view-view-name ] [ acl acl-list ] ] undo snmp-agent community community-name Setting the System Information System information includes the ID and the contact method of the administrator, the location of the switch and the version of the SNMP. The ID and the contact method of the administrator is a character string describing the contact information used for the system maintenance. Through this information, the device maintenance staffs can obtain the manufacturer information of the device so as to contact the manufacturer in case the device is in trouble. You can use the following command to set the contact information. The location information of the switch is a management variable of the system group in MIB, which represents the location of the managed device. Perform the following configuration in system view: Set the system information Restore the default information snmp-agent sys-info { contact syscontact location syslocation version { { v1 v2c v3 }* all } } undo snmp-agent sys-info { { contact location }* version { { v1 v2c v3 }* all } } By default, the contact information for system maintenance is "Hangzhou H3C Technologies Co., Ltd.", the physical location information is " Hangzhou, China", and the version is SNMPv1, SNMPv2c, and SNMPv Enabling SNMP Agent to Send Traps The managed device transmits traps without request to the Network Management Station to report some critical and urgent events (such as restart). You can use the following commands to enable or disable the managed device to send trap messages. Perform the following configuration in corresponding views. 1-4

6 Enable the sending of trap (system view) Disable the sending of trap (system view) Enable the switch ports to send SNMP trap messages (Ethernet port view or VLAN interface view) Disable the switch port to send SNMP trap messages (Ethernet port view or VLAN interface view) snmp-agent trap enable [ bgp [ backwardtransition established ]* configuration flash ospf [ process-id ] [ ospf-trap-list ] protect-switch pw ldp lsp mpls-oam standard [ authentication coldstart linkdown linkup warmstart ]* system vrrp [ authfailure newmaster ] ] undo snmp-agent trap enable [ bgp [ backwardtransition established ]* configuration flash ospf [ process-id ] [ ospf-trap-list ] protect-switch pw ldp lsp mpls-oam standard [ authentication coldstart linkdown linkup warmstart ]* system vrrp [ authfailure newmaster ] ] enable snmp trap updown undo enable snmp trap updown By default, the current port or VLAN interface sends trap messages Setting the Destination Address of Trap You can use the following commands to set or delete the destination address of the trap. Set the destination address of trap Delete the destination address of trap snmp-agent target-host trap address udp-domain host-addr [ udp-port udp-port-number ] params securityname securityname [ v1 v2c v3 [ authentication privacy ] ] undo snmp-agent target-host host-addr securityname securityname 1-5

7 1.2.5 Setting Lifetime of Trap Message You can use the following command to set lifetime of Trap message. Trap message that exists longer than the set lifetime will be dropped. Set lifetime of Trap message Restore lifetime of Trap message snmp-agent trap life seconds undo snmp-agent trap life By default, the lifetime of Trap message is 120 seconds Setting the Engine ID of a Local Device You can use the following commands to set the engine ID of a local device. Set the engine ID of the device Restore the default engine ID of the device. snmp-agent local-engineid engineid undo snmp-agent local-engineid The engine ID of the device can be IP address, MAC address or self-defined text. It defaults to the enterprise number + the device information Setting an SNMP Group You can use the following commands to set or delete an SNMP group. Set an SNMP group Delete an SNMP group snmp-agent group { v1 v2c } group-name [ read-view read-view ] [ write-view write-view ] [ notify-view notify-view ] [ acl acl-list ] snmp-agent group v3 group-name [ authentication privacy ] [ read-view read-view ] [ write-view write-view ] [notify-view notify-view ] [ acl acl-list ] undo snmp-agent group { v1 v2c } group-name undo snmp-agent group v3 group-name [ authentication privacy ] 1-6

8 1.2.8 Setting the Source Address of Trap You can use the following commands to set or remove the source address of the trap. Set the Source Address of Trap Remove the source address of trap snmp-agent trap source interface-type interface-number undo snmp-agent trap source Adding a User to an SNMP Group You can use the following commands to add or delete a user to/from an SNMP group. Add a user to an SNMP group Delete a user from an SNMP group snmp-agent usm-user { v1 v2c } username groupname [ acl acl-list ] snmp-agent usm-user v3 username groupname [ authentication-mode { md5 sha } authpassstring [ privacy-mode { des56 privpassstring } ] ] [ acl acl-list ] undo snmp-agent usm-user { v1 v2c } username groupname undo snmp-agent usm-user v3 username groupname { local engineid engine-id } You must first configure the SNMP engine ID before configuring the remote user for an agent, because the engine ID is required during the authentication. If you forget to configure the engine ID before adding a user, the operation of adding this user will fail. For SNMPv1 and v2c, this operation is adding a new community name, while for SNMPv3, this operation is adding a user for an SNMP group Creating/Updating View Information You can specify the view to control the access to the MIB by SNMP manager. You can use either the predefined views or the self-defined views. You can use the following commands to create, update the information of views or delete a view. Create/Update view information snmp-agent mib-view { included excluded } view-name oid-tree 1-7

9 Delete a view undo snmp-agent mib-view view-name Setting the Size of the SNMP Packet Sent/Received by an Agent You can use the following commands to set the size of SNMP packet sent/received by an agent. Set the size of the SNMP packet sent/received by an agent Restore the default size of the SNMP packet sent/received by an agent snmp-agent packet max-size byte-count undo snmp-agent packet max-size The agent can receive/send the SNMP packets of the sizes ranging from 484 to 17940, measured in bytes. By default, the size of an SNMP packet is 2000 bytes Disabling SNMP Agent To disable SNMP Agent, perform the following configuration in system view. Disable SNMP agent undo snmp-agent If users disable SNMP Agent, it will be enabled whatever snmp-agent command is configured thereafter Extending the Standard linkup/linkdown Traps Follow these steps to extend the stand linkup/down traps: Remarks Extend the standard linkup/linkdown traps Disable the extension of the standard linkup/linkdown traps snmp-agent trap ifmib link extended undo snmp-agent trap ifmib link extended Available in system view Available in system view 1-8

10 After this command is configured, an extended linkup/linkdown trap is the standard linkup/linkdown trap defined in RFC appended with the interface description and interface type information. Caution: Not all NMSs can process the extended trap messages correctly. By default, the device sends traps whose format is consistent with that defined in the standard IF-MIB. This command is available only when the NMS used supports the extended trap. 1.3 Displaying and Debugging SNMP Remarks Display the statistics information about SNMP packets Display the engine ID of the active device Display the group name, the security mode, the states for all types of views, and the storage mode of each group of the switch. Display SNMP user information in the group user table Display the current community name Display the current MIB view Display the contact character strings, location character strings, and the SNMP version of the system display snmp-agent statistics display snmp-agent local-engineid display snmp-agent group [ group-name ] display snmp-agent usm-user [ engineid engineid group groupname username username ]* display snmp-agent community [ read write ] display snmp-agent mib-view [ exclude include { viewname mib-view } ] display snmp-agent sys-info [ contact location version ]* Available in any view Available in any view Available in any view Available in any view Available in any view Available in any view Available in any view 1-9

11 1.4 SNMP Configuration Examples Common SNMP Configuration Example I. Network requirements Network Management Station and the switch are connected through the Ethernet. The IP address of Network Management Station is and that of the VLAN interface on the switch is Perform the following configurations on the switch: setting the community name and access authority, administrator ID, contact and switch location, and enabling the switch to send trap packets. II. Network diagram Figure 1-2 Network diagram for SNMP configuration III. Configuration procedure # Enter the system view. <H3C> system-view # Set the community name, group and user. [H3C] snmp-agent sys-info version all [H3C] snmp-agent community read public [H3C] snmp-agent mib include internet [H3C] snmp-agent group v3 managev3group write internet [H3C] snmp-agent usm v3 managev3user managev3group # Set VLAN-interface 2 as the interface for network management. Add port GigabitEthernet 2/1/3 to VLAN 2. This port will be used for network management. Set the IP address of VLAN-interface 2 as [H3C] vlan 2 [H3C-vlan2] port gigabitethernet 2/1/3 [H3C-vlan2] interface vlan 2 [H3C-Vlan-interface2] ip address # Enable SNMP agent to send the trap to network management station whose IP address is The SNMP community is public. [H3C] snmp-agent trap enable standard authentication [H3C] snmp-agent trap enable standard coldstart [H3C] snmp-agent trap enable standard linkup [H3C] snmp-agent trap enable standard linkdown 1-10

12 [H3C] snmp-agent target-host trap address udp-domain udp-port 5000 params securityname public # Configure network management system The PC on which the network management resides requires for login configuration. As for Mib-Browser, the login configuration is as follows: SNMPv1/v2c logs in using the default community name public, and the SNMPv3 logs in using managev3user. The switch supports imanager Quidview NMS. Users can query and configure the switch through the network management system. For details, see the manuals for the network management products Configuration Example for Private Network Support I. Network requirements As shown in Figure 1-3, the VLAN to which PC belongs is in a private network. You manage the switches S9500A and S9500B using the network management software Quidview on PC; S9500A acts as a host. On S9500A, configure a static route to PC in the public network, and configure the static routes to the loopback interface and other devices to be managed in the private network; On S9500B, configure the routes to PC and the loopback interface on S9500A through a routing protocol or configure the static routes to them; It is required to implement: PC can manage S9500A and S9500B through SNMP in the private network. II. Network diagram Figure 1-3 Network diagram for SNMP private network support III. Configuration procedure 1) Configure S9500A # Configure the loopback interface and a VLAN interface. <S9500A> system-view [S9500A] interface loopback 0 [S9500A-LoopBack0] ip address

13 [S9500A-LoopBack0] quit [S9500A] vlan 10 [S9500A-vlan10] port Ethernet 3/1/2 [S9500A-vlan10] interface vlan-interface 10 [S9500A-Vlan-interface10] ip address [S9500A-Vlan-interface10] quit # Create a VPN instance, create a VLAN and bind it with the private network. [S9500A] ip vpn-instance vpna [S9500A-vpn-vpna] route-distinguisher 100:1 [S9500A-vpn-vpna] vpn-target 100:1 both [S9500A-vpn-vpna] quit [S9500A] vlan 172 [S9500A-vlan172] port Ethernet 3/1/1 [S9500A-vlan172] interface vlan-interface 172 [S9500A-Vlan-interface172] ip binding vpn-instance vpna [S9500A-Vlan-interface172] ip address [S9500A-Vlan-interface172] quit # Configure static routes. [S9500A] ip route-static vpn-instance vpna preference 1 [S9500A] ip route-static vpn-instance vpna public preference 1 [S9500A] ip route-static vpn-instance vpna public preference 1 # Configure SNMP, and set the trap source address. [S9500A] snmp-agent [S9500A] snmp-agent local-engineid DB000FE21E [S9500A] snmp-agent community write private [S9500A] snmp-agent community read public [S9500A] snmp-agent sys-info version all [S9500A] snmp-agent target-host trap address udp-domain params securityname public [S9500A] snmp-agent trap enable ldp [S9500A] snmp-agent trap enable configuration [S9500A] snmp-agent trap enable system [S9500A] snmp-agent trap enable standard [S9500A] snmp-agent trap enable lsp [S9500A] snmp-agent trap enable vrrp [S9500A] snmp-agent trap enable ospf [S9500A] snmp-agent trap enable bgp [S9500A] snmp-agent trap enable flash 1-12

14 [S9500A] snmp-agent trap source LoopBack0 2) Configure S9500B # Configure the loopback interface and a VLAN interface. <S9500B> system-view [S9500B] interface loopback 0 [S9500B-LoopBack0] ip address [S9500B-LoopBack0] quit [S9500B] vlan 10 [S9500B-vlan10] port Ethernet 2/1/1 [S9500B-vlan10] interface vlan-interface 10 [S9500B-Vlan-interface10] ip address [S9500B-Vlan-interface10] quit # Configure the static routes to S9500A and PC. [S9500B] ip route-static preference 1 [S9500B] ip route-static preference 1 # Configure SNMP, and set the trap source address. [S9500B] snmp-agent [S9500B] snmp-agent local-engineid DB000FE21E [S9500B] snmp-agent community write private [S9500B] snmp-agent community read public [S9500B] snmp-agent sys-info version all [S9500B] snmp-agent target-host trap address udp-domain params securityname public [S9500B] snmp-agent trap enable ldp [S9500B] snmp-agent trap enable configuration [S9500B] snmp-agent trap enable system [S9500B] snmp-agent trap enable standard [S9500B] snmp-agent trap enable lsp [S9500B] snmp-agent trap enable vrrp [S9500B] snmp-agent trap enable ospf [S9500B] snmp-agent trap enable bgp [S9500B] snmp-agent trap enable flash [S9500B] snmp-agent trap source LoopBack0 1-13

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

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

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

Operation Manual SNMP-RMON H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 SNMP Overview... 1-1 1.1.1 SNMP Mechanism... 1-1 1.1.2 SNMP Protocol Version... 1-2 1.1.3 MIB Overview... 1-2 1.2 SNMP Configuration... 1-2 1.3 Trap Configuration...

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

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

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. 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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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

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

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 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

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

Outline Network Management MIB naming tree, MIB-II SNMP protocol Network management in practice. Network Management. Jaakko Kotimäki.

Outline Network Management MIB naming tree, MIB-II SNMP protocol Network management in practice. Network Management. Jaakko Kotimäki. Outline MIB naming tree, MIB-II SNMP protocol Network management in practice 19.10.2010 Outline MIB naming tree, MIB-II SNMP protocol Network management in practice Outline Contents MIB naming tree, MIB-II

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

Operation Manual MPLS VLL. Table of Contents

Operation Manual MPLS VLL. Table of Contents Table of Contents Table of Contents... 1-1 1.1 MPLS VLL Overview... 1-2 1.1.1 Concepts in MPLS VLL... 1-2 1.1.2 Introduction to MPLS VLL... 1-2 1.1.3 Packet Forwarding... 1-3 1.1.4 Implementation... 1-4

More information

Outline. SNMP Simple Network Management Protocol. Before we start on SNMP. Simple Network Management Protocol

Outline. SNMP Simple Network Management Protocol. Before we start on SNMP. Simple Network Management Protocol Outline SNMP Simple Network Management Protocol Several slides are courtesy of the Addison Wesley companion web site for textbook by Liebeherr and El Zarki and others added by M. Veeraraghavan, Univ. of

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

SNMP Server Commands

SNMP Server Commands SNMP Server Commands This chapter describes the Cisco IOS XR software commands used to configure and monitor the Simple Network Management Protocol (SNMP) for network monitoring and management. For detailed

More information

SNMP. Simple Network Management Protocol Philippines Network Operators Group, March Jonathan Brewer Telco2 Limited New Zealand

SNMP. Simple Network Management Protocol Philippines Network Operators Group, March Jonathan Brewer Telco2 Limited New Zealand SNMP Simple Network Management Protocol Philippines Network Operators Group, March 2018 Jonathan Brewer Telco2 Limited New Zealand Objectives Participants will understand the basics of: SNMP Architecture

More information

SNMP and Network Management

SNMP and Network Management Contents SNMP and Network Management Network Management MIB naming tree, MIB-II SNMP protocol SNMP traps SNMP versions Nixu Ltd 2 Network management When you have 100s of computers in a network or are

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

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science and Technology. 16.

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science and Technology. 16. Jaakko Kotimäki Department of Computer Science Aalto University, School of Science and Technology Outline Introduction SNMP architecture Management Information Base SNMP protocol Network management in

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

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

SNMP. Simple Network Management Protocol

SNMP. Simple Network Management Protocol SNMP Simple Network Management Protocol Outline Overview Protocol MIB Net-SNMP Network Management Tools Client Application Development 2 Network Management How to monitor your servers? Trying to use the

More information

CLI to MIB Trap Mapping and SNMPv3 Configuration

CLI to MIB Trap Mapping and SNMPv3 Configuration APPENDIXD CLI to MIB Trap Mapping and SNMPv3 Configuration This appendix contains the following topics: Mapping CLI to MIB Traps Configuring Cisco IOS SNMPv3 Mapping CLI to MIB Traps The provides information

More information

SNMP Server Commands

SNMP Server Commands SNMP Server Commands This chapter describes the Cisco IOS XR software commands used to configure and monitor the Simple Network Management Protocol (SNMP) for network monitoring and management. For detailed

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 Basic concepts of MPLS L2VPN 2 Implementation of MPLS L2VPN 2 MPLS L2VPN configuration task list 4 Configuring MPLS L2VPN 5 Configuring CCC MPLS

More information

SNMP and Network Management

SNMP and Network Management SNMP and Network Management Nixu Ltd Contents Network Management MIB naming tree, MIB-II SNMP protocol SNMP traps SNMP versions 2 Network management When you have 100s of computers in a network or are

More information

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3 Table of Contents 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3 i 1 TFTP Configuration Commands TFTP Client Configuration Commands

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

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

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

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

Table of Contents Chapter 1 MPLS L3VPN Configuration

Table of Contents Chapter 1 MPLS L3VPN Configuration Table of Contents Table of Contents... 1-1 1.1 MPLS L3VPN Overview... 1-1 1.1.1 MPLS L3VPN Model... 1-2 1.1.2 MPLS L3VPN Implementation... 1-5 1.1.3 Nested MPLS L3VPN Implementation... 1-7 1.1.4 Hierarchical

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

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

Operation Manual System Management. Table of Contents

Operation Manual System Management. Table of Contents Table of Contents Table of Contents Chapter 1 File System Management... 1-1 1.1 File System Configuration... 1-1 1.1.1 File System Overview... 1-1 1.1.2 Directory... 1-1 1.1.3 File... 1-2 1.1.4 Storage

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

Configuring SNMP CHAPTER. This chapter describes how to configure the Simple Network Management Protocol (SNMP) on your access point.

Configuring SNMP CHAPTER. This chapter describes how to configure the Simple Network Management Protocol (SNMP) on your access point. CHAPTER 18 This chapter describes how to configure the Simple Network Management Protocol (SNMP) on your access point. Note For complete syntax and usage information for the commands used in this chapter,

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

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

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

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

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

Unit 2. Internet based Network Management

Unit 2. Internet based Network Management Unit 2 Internet based Network Management Internet based Network Management In the Internet world Network management refers to management of networks, devices, and hosts Achieved through 'Simple Network

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

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

HUAWEI NetEngine80E/40E Router V600R003C00. Troubleshooting - System. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD.

HUAWEI NetEngine80E/40E Router V600R003C00. Troubleshooting - System. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD. V600R003C00 Issue 02 Date 2011-09-10 HUAWEI TECHNOLOGIES CO., LTD. 2011. All rights reserved. part of this document may be reproduced or transmitted in any form or by any means without prior written consent

More information

Applications FTP. FTP offers many facilities :

Applications FTP. FTP offers many facilities : Applications FTP Given a reliable end-to-end trasport protocol like TCP, File Transfer might seem trivial. But, the details authorization, representation among heterogeneous machines make the protocol

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 About MPLS L2VPN 1 Comparison with traditional VPN 2 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 Overview 1 Comparison with traditional VPN 1 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration task list 4 Configuring

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

The ABCs of SNMP. Info Sheet. The ABC of SNMP INTRODUCTION. SNMP Versions

The ABCs of SNMP. Info Sheet. The ABC of SNMP INTRODUCTION. SNMP Versions The ABCs of SNMP INTRODUCTION One of the numerous acronyms from the Internet world is SNMP which stands for Simple Network Management Protocol. Of course, anything termed simple is suspect. SNMP is an

More information

Appendix C Software Specifications

Appendix C Software Specifications Appendix C Software Specifications This appendix lists the following information: IEEE compliance RFC support ISO/IEC specification support Internet draft support NOTE: For a list of features supported

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

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

H3C S5500-HI Switch Series

H3C S5500-HI Switch Series H3C S5500-HI Switch Series Network Management and Monitoring Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 52xx Document version: 6W102-20131220 Copyright

More information

AT-GS950/8. AT-GS950/8 Web Interface User Guide AT-S113 Version [ ] Gigabit Ethernet Switch Rev A

AT-GS950/8. AT-GS950/8 Web Interface User Guide AT-S113 Version [ ] Gigabit Ethernet Switch Rev A AT-GS950/8 Gigabit Ethernet Switch AT-GS950/8 Web Interface User Guide AT-S113 Version 1.1.0 [1.00.021] 613-001856 Rev A Copyright 2013 Allied Telesis, Inc. All rights reserved. No part of this publication

More information

HP A5820X & A5800 Switch Series MPLS. Configuration Guide. Abstract

HP A5820X & A5800 Switch Series MPLS. Configuration Guide. Abstract HP A5820X & A5800 Switch Series MPLS Configuration Guide Abstract This document describes the software features for the HP 5820X & 5800 Series products and guides you through the software configuration

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

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers Contents Configuring MSDP 1 MSDP overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 6 Configuring basic MSDP functions 7 Configuration prerequisites

More information

AT-FS750/24-41 L2 Managed Switch. Command Reference Guide. RevA

AT-FS750/24-41 L2 Managed Switch. Command Reference Guide. RevA AT-FS750/24-41 L2 Managed Switch Reference Guide RevA Contents CHAPTER 1 PREFACE... 1-1 ABOUT THIS GUIDE... 1-1 TERMS/USAGE... 1-1 COPYRIGHT AND TRADEMARKS... 1-1 CHAPTER 2 PRODUCT INTRODUCTION... 2-1

More information

SNMP SIMULATOR. Description

SNMP SIMULATOR. Description SNMP SIMULATOR Overview The SNMP Agent Simulator enables simulation of standalone SNMP agents to test and demonstrate SNMP-based management applications. Its unique ability to create default values from

More information

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts Contents Configuring VPLS 1 VPLS overview 1 Operation of VPLS 1 VPLS packet encapsulation 4 H-VPLS implementation 5 Hub-spoke VPLS implementation 7 Multi-hop PW 8 VPLS configuration task list 9 Enabling

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

SNMP Basics BUPT/QMUL

SNMP Basics BUPT/QMUL SNMP Basics BUPT/QMUL 2017-05-22 Agenda Brief introduction to Network Management Brief introduction to SNMP SNMP Network Management Framework RMON New trends of network management Summary 2 Brief Introduction

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

Configuring MSDP. Overview. How MSDP operates. MSDP peers

Configuring MSDP. Overview. How MSDP operates. MSDP peers Contents Configuring MSDP 1 Overview 1 How MSDP operates 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP functions 7 Configuration prerequisites

More information

Configuring SNMP. Information About SNMP CHAPTER

Configuring SNMP. Information About SNMP CHAPTER CHAPTER 8 Note The information in this chapter applies to both the ACE module and the ACE appliance unless otherwise noted. This chapter describes how to configure Simple Network Management Protocol (SNMP)

More information

Sybex ICND2/CCNA R/S Chapter 17: IP Services. Instructor & Todd Lammle

Sybex ICND2/CCNA R/S Chapter 17: IP Services. Instructor & Todd Lammle Sybex ICND2/CCNA R/S Chapter 17: IP Services Instructor & Todd Lammle Chapter 17 Objectives The ICND2 Topics Covered in this chapter include: IP Services Recognize high availability (FHRP) VRRP HSRP GLBP

More information

SNMPv3 Community MIB Support

SNMPv3 Community MIB Support The SNMP Version 3 Community MIB Support feature provides support for the Simple Network Management Protocol Version 3 (SNMPv3) Community MIB (SNMP-COMMUNITY-MIB) module defined in RFC 2576, Coexistence

More information

Defining IPsec Networks and Customers

Defining IPsec Networks and Customers CHAPTER 4 Defining the IPsec Network Elements In this product, a VPN network is a unique group of targets; a target can be a member of only one network. Thus, a VPN network allows a provider to partition

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

Lecture 18: Network Management

Lecture 18: Network Management Lecture 18: Network Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4183 18-1 Objective Manage a network by managing its components: routers, bridges,

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

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

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

HPE FlexFabric 5950 Switch Series

HPE FlexFabric 5950 Switch Series HPE FlexFabric 5950 Switch Series About the HPE FlexFabric 5950 Configuration Guides Part number: 5200-0808 Software version: Release 6106 and later Document version: 6W100-20160513 Copyright 2016 Hewlett

More information

About the HP A7500 Configuration Guides

About the HP A7500 Configuration Guides About the HP A7500 s The HP A7500 configuration guides are part of the HP A7500 documentation set. They describe the software features for the HP A7500 Release 6620 & 6630 Series, and guide you through

More information

SNMPv2 Object Descriptions

SNMPv2 Object Descriptions CHAPTER 7 This chapter describes the individual MIB objects that comprise SNMPv2. The objects reside in the SNMPv2-MIB.my file. Contents of this chapter include: System Group Object Resource Information

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

GLOSSARY CHAPTER. Command-Line Interface

GLOSSARY CHAPTER. Command-Line Interface GLOSSARY CHAPTER B Bandwidth The difference between the highest and lowest frequencies available for network signals. The term is also used to describe the rated throughput capacity of a given network

More information