Table Of Contents
Configuring SNMP
Information about SNMP
Information About SNMP Terminology
Information About MIBs and Traps
SNMP Version 3
SNMP Version 3 Overview
Security Models
SNMP Groups
SNMP Users
SNMP Hosts
Implementation Differences Between Adaptive Security Appliances and the Cisco IOS
Licensing Requirements for SNMP
Prerequisites for SNMP
Guidelines and Limitations
Configuring SNMP
Enabling SNMP
Configuring an SNMP Management Station
Configuring SNMP Traps
Compiling Cisco Syslog MIB Files
Using SNMP Version 1 or 2c
Using SNMP Version 3
Monitoring SNMP
SNMP Syslog Messaging
SNMP Monitoring
Where to Go Next
Additional References
RFCs for SNMP Version 3
MIBs
Application Services and Third-Party Tools
Feature History for SNMP
Configuring SNMP
This chapter describes how to configure SNMP to monitor the adaptive security appliance and includes the following sections:
•
Information about SNMP
•
Licensing Requirements for SNMP
•
Prerequisites for SNMP
•
Guidelines and Limitations
•
Configuring SNMP
•
Where to Go Next
•
Additional References
•
Feature History for SNMP
Information about SNMP
SNMP is an application-layer protocol that facilitates the exchange of management information between network devices. It is part of the TCP/IP protocol suite. This section describes SNMP monitoring, and includes the following topics:
•
Information About SNMP Terminology
•
Information About MIBs and Traps
The adaptive security appliance provides support for network monitoring using SNMP Versions 1, 2c, and 3, and supports the use of all three versions simultaneously. The SNMP interface lets you monitor the adaptive security appliance through network management systems (NMSs), such as HP OpenView. The adaptive security appliance supports SNMP read-only access through issuance of a GET request. SNMP write access is not allowed, so you cannot make changes with SNMP. In addition, the SNMP SET request is not supported.
You can configure the adaptive security appliance to send traps, which are unsolicited comments from the managed device to the management station for certain events (event notifications) to an NMS, or you can use the NMS to browse the MIBs on the adaptive security appliance. MIBs are a collection of definitions, and the adaptive security appliance maintains a database of values for each definition. Browsing a MIB means issuing a series of GET-NEXT or GET-BULK requests of the MIB tree from the NMS to determine values.
The adaptive security appliance has an SNMP agent that notifies designated management stations if events occur that are pre-defined to require a notification, for example, when a link in the network goes up or down. The notification it sends includes an SNMP OID, which identifies itself to the management stations. The adaptive security appliance SNMP agent also replies when a management station asks for information.
Information About SNMP Terminology
Table 74-1 lists the terms that are commonly used when working with SNMP:
Table 74-1 SNMP Terminology
Term
|
Description
|
Agent
|
The SNMP server running on the adaptive security appliance. The agent responds to requests for information and actions from the network management station. The agent also controls access to its Management Information Base, the collection of objects that the SNMP manager can view or change.
|
Browsing
|
Monitoring the health of a device from the network management station by polling required information from the SNMP agent on the device. This activity may include issuing a series of GET-NEXT or GET-BULK requests of the MIB tree from the network management station to determine values.
|
Management Information Bases (MIBs)
|
Standardized data structures for collecting information about packets, connections, buffers, failovers, and so on. MIBs are defined by the product, protocols ,and hardware standards used by most network devices. SNMP network management stations can browse MIBs and request specific data or events be sent as they occur. Some MIB data can be modified for administrative purposes.
|
Network management stations (NMSs)
|
The PCs or workstations set up to monitor SNMP events and manage devices, such as the adaptive security appliance.
|
Object identifier (OID)
|
The system that identifies a device to its NMS and indicates to users the source of information monitored and displayed.
|
Trap
|
Predefined events that generate a message from the SNMP agent to the NMS. Events include alarm conditions such as linkup, linkdown, coldstart, authentication, or syslog events.
|
Information About MIBs and Traps
MIBs are either standard or enterprise-specific. Standard MIBs are created by the IETF and documented in various RFCs. A trap reports significant events occurring on a network device, most often errors or failures. SNMP traps are defined in either standard or enterprise-specific MIBs. Standard traps are created by the IETF and documented in various RFCs. Standard traps are compiled into the adaptive security appliance software.
If needed, you can also download RFCs, standard MIBs, and standard traps from the IETF website:
http://www.ietf.org/
Download Cisco MIBs and OIDs from the following location:
http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml
Download Cisco OIDs from the following location:
ftp://ftp.cisco.com/pub/mibs/oid/oid.tar.gz
Note
In software versions 7.2(1), 8.0(2), and later, the interface information accessed via SNMP refreshes about every five seconds. As a result, we recommend that you wait for at least five seconds between consecutive polls.
SNMP Version 3
This section describes SNMP Version 3 and includes the following topics:
•
SNMP Version 3 Overview
•
Security Models
•
SNMP Groups
•
SNMP Users
•
SNMP Hosts
•
Implementation Differences Between Adaptive Security Appliances and the Cisco IOS
SNMP Version 3 Overview
SNMP Version 3 provides security enhancements that are not available in SNMP Version 1 or SNMP Version 2c. SNMP Versions 1 and 2c transmit data between the SNMP server and SNMP agent in clear text. SNMP Version 3 adds authentication and privacy options to secure protocol operations. In addition, this version controls access to the SNMP agent and MIB objects through the User-based Security Model (USM) and View-based Access Control Model (VACM). The ASA 5500 series adaptive security appliances also support the creation of SNMP groups and users, as well as hosts, which is required to enable transport authentication and encryption for secure SNMP communications.
Security Models
For configuration purposes, the authentication and privacy options are grouped together into security models. Security models apply to users and groups, which are divided into the following three types:
•
NoAuthPriv—No Authentication and No Privacy, which means that no security is applied to messages.
•
AuthNoPriv—Authentication but No Privacy, which means that messages are authenticated.
•
AuthPriv—Authentication and Privacy, which means that messages are authenticated and encrypted.
SNMP Groups
An SNMP group is an access control policy to which users can be added. Each SNMP group is configured with a security model, and is associated with an SNMP view. A user within an SNMP group must match the security model of the SNMP group. These parameters specify what type of authentication and privacy a user within an SNMP group uses. Each SNMP group name and security model pair must be unique.
SNMP Users
SNMP users have a specified username, a group to which the user belongs, authentication password, encryption password, and authentication and encryption algorithms to use. The authentication algorithm options are MD5 and SHA. The encryption algorithm options are DES, 3DES, and AES (which is available in 128, 192, and 256 versions). When you create a user, you must associate it with an SNMP group. The user then inherits the security model of the group.
SNMP Hosts
An SNMP host is an IP address to which SNMP notifications and traps are sent. To configure SNMP Version 3 hosts, along with the target IP address, you must configure a username, because traps are only sent to a configured user. SNMP target IP addresses and target parameter names must be unique on the adaptive security appliance. Each SNMP host can have only one username associated with it. To receive SNMP traps, configure the SNMP NMS, and make sure that you configure the user credentials on the NMS to match those configured on the adaptive security appliance.
Implementation Differences Between Adaptive Security Appliances and the Cisco IOS
The SNMP Version 3 implementation in adaptive security appliances differs from the SNMP Version 3 implementation in the Cisco IOS in the following ways:
•
The local-engine and remote-engine IDs are not configurable. The local engine ID is generated when the adaptive security appliance starts or when a context is created.
•
No support exists for view-based access control, which results in unrestricted MIB browsing.
•
Support is restricted to the following MIBs: USM, VACM, FRAMEWORK, and TARGET.
•
You must create users and groups with the correct security model.
•
You must remove users, groups, and hosts in the correct sequence.
•
Use of the snmp-server host command creates an adaptive security appliance rule to allow incoming SNMP traffic.
Licensing Requirements for SNMP
The following table shows the licensing requirements for this feature:
Model
|
License Requirement
|
All models
|
Base License.
|
Prerequisites for SNMP
SNMP has the following prerequisite:
You must have Cisco Works for Windows or another SNMP MIB-II compliant browser to receive SNMP traps or browse a MIB.
Guidelines and Limitations
Context Mode Guidelines
Supported in single and multiple context modes.
Firewall Mode Guidelines
Supported in routed and transparent firewall modes.
Failover Guidelines
•
Supported in SNMP Version 3.
•
The SNMP client in each adaptive security appliance shares engine data with its peer. Engine data includes the engineID, engineBoots, and engineTime objects of the SNMP-FRAMEWORK-MIB.
IPv6 Guidelines
Does not support IPv6.
Additional Guidelines
•
Does not support view-based access control, but the VACM MIB is available for browsing to determine default view settings.
•
Does not support SNMP Version 3 for the AIP SSM or AIP SSC.
•
Does not support SNMP debugging.
•
When using NET-SNMP Version 5.4.2.1, only supports the encryption algorithm version of AES128. Does not support the encryption algorithm versions of AES246 or AES192.
•
For SNMP Version 3, configuration must occur in the following order: group, user, host.
•
Before a group is deleted, you must ensure that all users associated with that group are deleted.
•
Before a user is deleted, you must ensure that no hosts are configured that are associated with that username.
•
If users have been configured to belong to a particular group with a certain security model, and if the security level of that group is changed, you must do the following in this sequence:
–
Remove the users from that group.
–
Change the group security level.
–
Add users that belong to the new group.
•
The creation of custom views to restrict user access to a subset of MIB objects is not supported.
•
All requests and traps are available in the default Read/Notify View only.
Configuring SNMP
This section describes how to configure SNMP and includes the following topics:
•
Enabling SNMP
•
Configuring an SNMP Management Station
•
Configuring SNMP Traps
•
Compiling Cisco Syslog MIB Files
•
Using SNMP Version 1 or 2c
•
Using SNMP Version 3
Enabling SNMP
The SNMP agent that runs on the adaptive security appliance performs two functions:
•
Replies to SNMP requests from NMSs.
•
Sends traps (event notifications) to NMSs.
To enable the SNMP agent and identify an NMS that can connect to the SNMP server, see the following pane:
Path
|
Purpose
|
Configuration > Device Management > Management Access > SNMP
|
Ensures that the SNMP server on the adaptive security appliance is enabled. By default, the SNMP server is enabled.
|
What to Do Next
See the "Configuring an SNMP Management Station" section.
Configuring an SNMP Management Station
To receive requests from the adaptive security appliance. you must configure an SNMP management station in ASDM.
To configure an SNMP management station, perform the following steps:
Step 1
Choose Configuration > Device Management > Management Access > SNMP.
Step 2
In the SNMP Management Stations pane, click Add.
The Add SNMP Host Access Entry dialog box appears.
Step 3
From the Interface Name drop-down list, choose the interface on which the SNMP host resides.
Step 4
In the IP Address field, enter the SNMP host IP address.
Step 5
In the UDP Port field, enter the SNMP host UDP port, or keep the default, port 162.
Step 6
In the Community String field, add the SNMP host community string. If no community string is specified for a management station, the value set in the Community String (default) field on the SNMP Management Stations pane is used.
Step 7
From the SNMP Version drop-down list, choose the SNMP version used by the SNMP host.
Step 8
If you have selected SNMP Version 3 in the previous step, from the Username drop-down list, choose the name of a configured user.
Step 9
To specify the method for communicating with this NMS, check either the Poll or Trap check box.
Step 10
Click OK.
The Add SNMP Host Access Entry dialog box closes.
Step 11
Click Apply.
The NMS is configured and changes are saved to the running configuration. For more information about SNMP Version 3 NMS tools, go to the following URL:
http://www.cisco.com/en/US/docs/security/asa/asa82/snmp/snmpv3_tools.html
What to Do Next
See the "Configuring SNMP Traps" section.
Configuring SNMP Traps
To designate which traps the SNMP agent generates and how they are collected and sent to NMSs, perform the following steps:
Step 1
Choose Configuration > Device Management > Management Access > SNMP.
Step 2
Click Configure Traps.
The SNMP Trap Configuration dialog box appears.
Step 3
Check the applicable check boxes for the SNMP events to notify through SNMP traps.
Step 4
Click OK.
The SNMP Trap Configuration dialog box closes.
Step 5
Click Apply.
The SNMP traps are configured and the changes are saved to the running configuration.
What to Do Next
See the "Compiling Cisco Syslog MIB Files" section.
Compiling Cisco Syslog MIB Files
To receive security and failover SNMP traps from the adaptive security appliance, compile the Cisco SMI MIB and the Cisco Syslog MIB into the SNMP management application. If you do not compile the Cisco Syslog MIB into your application, you only receive traps for linkup or linkdown, coldstart, and authentication failure.
To compile Cisco Syslog MIB files into your browser using Cisco Works for Windows, perform the following steps:
Step 1
To download the Cisco MIBs, go to the following URL:
http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml
Step 2
From the Cisco Secure and VPN Products drop-down list, choose adaptive security appliance.
The Adaptive Security Appliance MIB Support List appears.
Step 3
Click CISCO-SYSLOG-MIB.my, and save the file to your desktop.
Step 4
Start CiscoWorks for Windows.
Step 5
Choose Config > Compile MIB.
Step 6
Scroll to the bottom of the list, and click the last entry.
Step 7
Click Add.
Step 8
Locate the Cisco Syslog MIB files.
Note
You must manually rename any files with the .my extension to the .mib extension, because only files with the .mib extension appear in the file selection window of CiscoWorks for Windows.
Step 9
Click CISCO-FIREWALL-MIB.mib, and click OK.
Step 10
Scroll to the bottom of the list, and click the last entry.
Step 11
Click Add.
Step 12
Click CISCO-MEMORY-POOL-MIB.mib, and click OK.
Step 13
Scroll to the bottom of the list, and click the last entry.
Step 14
Click Add.
Step 15
Click CISCO-SMI-MIB.mib, and click OK.
Step 16
Scroll to the bottom of the list, and click the last entry.
Step 17
Click Add.
Step 18
Click CISCO-SYSLOG-MIB.mib, and click OK.
Step 19
Click Load All.
Step 20
If no errors occur, restart Cisco Works for Windows.
What to Do Next
Choose one of the following:
•
See the "Using SNMP Version 1 or 2c" section.
•
See the "Using SNMP Version 3" section.
Using SNMP Version 1 or 2c
To configure parameters for SNMP Version 1 or 2c, perform the following steps:
Step 1
Choose Configuration > Device Management > Management Access > SNMP.
Step 2
(Optional) Enter a default community string in the Community String (default) field.
Enter the password used by the SNMP NMSs when sending requests to the adaptive security appliance. The SNMP community string is a shared secret among the SNMP NMSs and the network nodes being managed. The adaptive security appliance uses the password to determine if the incoming SNMP request is valid. The password is a case-sensitive value up to 32 characters in length. Spaces are not permitted. The default is "public." SNMP Version 2c allows separate community strings to be set for each NMS. If no community string is configured for any NMS, the value set here will be used by default.
Step 3
In the Contact field, enter the name of the adaptive security appliance system administrator. The text is case-sensitive and can be up to 127 characters. Spaces are accepted, but multiple spaces are shortened to a single space.
Step 4
In the ASA Location field, enter the location of the adaptive security appliance being managed by SNMP. The text is case-sensitive and can be up to 127 characters. Spaces are accepted, but multiple spaces are shortened to a single space.
Step 5
In the Listening Port field, enter the number of the adaptive security appliance port that listens for SNMP requests from NMSs; or keep the default, port number161.
Step 6
Click Apply.
SNMP parameters for Versions 1 and 2c are configured and the changes are saved to the running configuration.
What to Do Next
See the "Monitoring SNMP" section.
Using SNMP Version 3
To configure parameters for SNMP Version 3, perform the following steps:
Step 1
Choose Configuration > Device Management > Management Access > SNMP.
Step 2
In the SNMPv3 Users pane, to add a configured user or a new user to a group, click Add. To change user parameters, click Edit. To remove a configured user from a group, click Delete. When you remove the last user in a group, ASDM deletes the group.
Note
After a user has been created, you cannot change the group to which the user belongs.
The Add SNMP User Entry dialog box appears.
Step 3
From the Group Name drop-down list, choose the group to which the SNMP user will belong. The available groups are as follows:
•
Auth&Encryption, in which users have authentication and encryption configured
•
Authentication_Only, in which users have only authentication configured
•
No_Authentication, in which users have neither authentication nor encryption configured
Step 4
In the Username field, enter the name of a configured user or a new user. The username must be unique for the SNMP server group selected.
Step 5
Indicate the type of password you want to use by clicking one of the two radio buttons: Encrypted or Clear Text.
Step 6
Indicate the type of authentication you want to use by clicking one of the two radio buttons: MD5 or SHA.
Step 7
In the Authentication Password field, type the password to use for authentication.
Step 8
Indicate the type of encryption you want to use by clicking one of these three radio buttons: DES, 3DES, or AES.
Step 9
If you chose AES encryption, then from the AES Size drop-down list, choose the level of AES encryption to use: 128, 192, or 256.
Step 10
In the Encryption Password field, type the password to use for encryption. The maximum number of characters allowed for this password is 64.
Step 11
Click OK to create a group (if this is the first user in that group), display this group in the Group Name drop-down list, and create a user for that group.
The Add SNMP User Entry dialog box closes.
The SNMPv3 Users pane lists the following information: SNMP Version 3 server group name, name of the user that belongs to the specified group, encrypted password setting, authentication setting, encryption algorithm setting, and the AES size setting.
Step 12
Click Apply.
SNMP parameters for Version 3 are configured, and the changes are saved to the running configuration.
What to Do Next
See the "Monitoring SNMP" section.
Monitoring SNMP
NMSs are the PCs or workstations that you set up to monitor SNMP events and manage devices, such as the adaptive security appliance.You can monitor the health of a device from an NMS by polling required information from the SNMP agent that has been set up on the device. Predefined events from the SNMP agent to the NMS generate syslog messages. This section includes the following topics:
•
SNMP Syslog Messaging
•
SNMP Monitoring
SNMP Syslog Messaging
SNMP generates detailed syslog messages numbered 212nnn. Syslog messages indicate the status of SNMP requests, SNMP traps, SNMP channels, and SNMP responses from the adaptive security appliance to a specified host on a specified interface.
For detailed information about syslog messages, see Cisco ASA 5500 Series System Log Messages.
Note
SNMP polling will fail if SNMP syslog messages exceed a high rate (approximately 4000 per second).
SNMP Monitoring
To monitor SNMP, perform the following steps:
Path
|
Purpose
|
Tools > Command Line Interface
Type show running-config snmp-server, then click Send.
|
Displays all SNMP server configuration information.
|
Tools > Command Line Interface
Type show running-config snmp-server
group, then click Send.
|
Displays SNMP group configuration settings.
|
Tools > Command Line Interface
Type show running-config snmp-server
host, then click Send.
|
Displays configuration settings used by SNMP to control messages and notifications sent to remote hosts.
|
Tools > Command Line Interface
Type show running-config snmp-server
user, then click Send.
|
Displays SNMP user-based configuration settings.
|
Tools > Command Line Interface
Type show snmp-server engineid, then
click Send.
|
Displays the ID of the SNMP engine configured.
|
Tools > Command Line Interface
Type show snmp-server group, then click
Send.
|
Displays the names of configured SNMP groups.
Note If the community string has already been configured, two extra groups appear by default in the output. This behavior is normal.
|
Tools > Command Line Interface
Type show snmp-server statistics, then
click Send.
|
Displays the configured characteristics of the SNMP server.
|
Tools > Command Line Interface
Type show snmp-server user, then click
Send.
|
Displays the configured characteristics of users.
|
Where to Go Next
To configure the syslog server, see Chapter 72 "Configuring Logging."
Additional References
For additional information related to implementing SNMP, see the following sections:
•
RFCs for SNMP Version 3
•
MIBs
•
Application Services and Third-Party Tools
RFCs for SNMP Version 3
RFC
|
Title
|
3410
|
Introduction and Applicability Statements for Internet Standard Management Framework
|
3411
|
An Architecture for Describing SNMP Management Frameworks
|
3412
|
Message Processing and Dispatching for the Simple Network Management Protocol (SNMP)
|
3413
|
Simple Network Management Protocol (SNMP) Applications
|
3414
|
User-based Security Model (USM) for Version 3 of the Simple Network Management Protocol (SNMP)
|
3826
|
The Advanced Encryption Standard (AES) Cipher Algorithm in the SNMP User-based Security Model
|
MIBs
For a list of supported MIBs and traps for the adaptive security appliance by release, see the following URL:
http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml
To obtain a list of the supported SNMP MIBs for a specific adaptive security appliance, choose Tools > Command Line Interface, type the following command, then click Send:
hostname(config)# show snmp-server oidlist
Note
Although the oidlist keyword does not appear in the options list for the show snmp-server command help, it is available.
The following is sample output from the show snmp-server oidlist command:
[0] 1.3.6.1.2.1.1.1. sysDescr
[1] 1.3.6.1.2.1.1.2. sysObjectID
[2] 1.3.6.1.2.1.1.3. sysUpTime
[3] 1.3.6.1.2.1.1.4. sysContact
[4] 1.3.6.1.2.1.1.5. sysName
[5] 1.3.6.1.2.1.1.6. sysLocation
[6] 1.3.6.1.2.1.1.7. sysServices
[7] 1.3.6.1.2.1.2.1. ifNumber
[8] 1.3.6.1.2.1.2.2.1.1. ifIndex
[9] 1.3.6.1.2.1.2.2.1.2. ifDescr
[10] 1.3.6.1.2.1.2.2.1.3. ifType
[11] 1.3.6.1.2.1.2.2.1.4. ifMtu
[12] 1.3.6.1.2.1.2.2.1.5. ifSpeed
[13] 1.3.6.1.2.1.2.2.1.6. ifPhysAddress
[14] 1.3.6.1.2.1.2.2.1.7. ifAdminStatus
[15] 1.3.6.1.2.1.2.2.1.8. ifOperStatus
[16] 1.3.6.1.2.1.2.2.1.9. ifLastChange
[17] 1.3.6.1.2.1.2.2.1.10. ifInOctets
[18] 1.3.6.1.2.1.2.2.1.11. ifInUcastPkts
[19] 1.3.6.1.2.1.2.2.1.12. ifInNUcastPkts
[20] 1.3.6.1.2.1.2.2.1.13. ifInDiscards
[21] 1.3.6.1.2.1.2.2.1.14. ifInErrors
[22] 1.3.6.1.2.1.2.2.1.16. ifOutOctets
[23] 1.3.6.1.2.1.2.2.1.17. ifOutUcastPkts
[24] 1.3.6.1.2.1.2.2.1.18. ifOutNUcastPkts
[25] 1.3.6.1.2.1.2.2.1.19. ifOutDiscards
[26] 1.3.6.1.2.1.2.2.1.20. ifOutErrors
[27] 1.3.6.1.2.1.2.2.1.21. ifOutQLen
[28] 1.3.6.1.2.1.2.2.1.22. ifSpecific
[29] 1.3.6.1.2.1.4.1. ipForwarding
[30] 1.3.6.1.2.1.4.20.1.1. ipAdEntAddr
[31] 1.3.6.1.2.1.4.20.1.2. ipAdEntIfIndex
[32] 1.3.6.1.2.1.4.20.1.3. ipAdEntNetMask
[33] 1.3.6.1.2.1.4.20.1.4. ipAdEntBcastAddr
[34] 1.3.6.1.2.1.4.20.1.5. ipAdEntReasmMaxSize
[35] 1.3.6.1.2.1.11.1. snmpInPkts
[36] 1.3.6.1.2.1.11.2. snmpOutPkts
[37] 1.3.6.1.2.1.11.3. snmpInBadVersions
[38] 1.3.6.1.2.1.11.4. snmpInBadCommunityNames
[39] 1.3.6.1.2.1.11.5. snmpInBadCommunityUses
[40] 1.3.6.1.2.1.11.6. snmpInASNParseErrs
[41] 1.3.6.1.2.1.11.8. snmpInTooBigs
[42] 1.3.6.1.2.1.11.9. snmpInNoSuchNames
[43] 1.3.6.1.2.1.11.10. snmpInBadValues
[44] 1.3.6.1.2.1.11.11. snmpInReadOnlys
[45] 1.3.6.1.2.1.11.12. snmpInGenErrs
[46] 1.3.6.1.2.1.11.13. snmpInTotalReqVars
[47] 1.3.6.1.2.1.11.14. snmpInTotalSetVars
[48] 1.3.6.1.2.1.11.15. snmpInGetRequests
[49] 1.3.6.1.2.1.11.16. snmpInGetNexts
[50] 1.3.6.1.2.1.11.17. snmpInSetRequests
[51] 1.3.6.1.2.1.11.18. snmpInGetResponses
[52] 1.3.6.1.2.1.11.19. snmpInTraps
[53] 1.3.6.1.2.1.11.20. snmpOutTooBigs
[54] 1.3.6.1.2.1.11.21. snmpOutNoSuchNames
[55] 1.3.6.1.2.1.11.22. snmpOutBadValues
[56] 1.3.6.1.2.1.11.24. snmpOutGenErrs
[57] 1.3.6.1.2.1.11.25. snmpOutGetRequests
[58] 1.3.6.1.2.1.11.26. snmpOutGetNexts
[59] 1.3.6.1.2.1.11.27. snmpOutSetRequests
[60] 1.3.6.1.2.1.11.28. snmpOutGetResponses
[61] 1.3.6.1.2.1.11.29. snmpOutTraps
[62] 1.3.6.1.2.1.11.30. snmpEnableAuthenTraps
[63] 1.3.6.1.2.1.11.31. snmpSilentDrops
[64] 1.3.6.1.2.1.11.32. snmpProxyDrops
[65] 1.3.6.1.2.1.31.1.1.1.1. ifName
[66] 1.3.6.1.2.1.31.1.1.1.2. ifInMulticastPkts
[67] 1.3.6.1.2.1.31.1.1.1.3. ifInBroadcastPkts
[68] 1.3.6.1.2.1.31.1.1.1.4. ifOutMulticastPkts
[69] 1.3.6.1.2.1.31.1.1.1.5. ifOutBroadcastPkts
[70] 1.3.6.1.2.1.31.1.1.1.6. ifHCInOctets
Application Services and Third-Party Tools
For information about SNMP support, see the following URL:
http://www.cisco.com/en/US/tech/tk648/tk362/tk605/tsd_technology_support_sub-protocol_home.html
For information about using third-party tools to walk SNMP Version 3 MIBs, see the following URL:
http://www.cisco.com/en/US/docs/security/asa/asa83/snmp/snmpv3_tools.html
Feature History for SNMP
Table 74-2 lists each feature change and the platform release in which it was implemented. ASDM is backwards-compatible with multiple platform releases, so the specific ASDM release in which support was added is not listed.
Table 74-2 Feature History for SNMP
Feature Name
|
Platform Releases
|
Feature Information
|
SNMP Versions 1 and 2c
|
7.0(1)
|
Provides adaptive security appliance network monitoring and event information by transmitting data between the SNMP server and SNMP agent through the clear text community string.
The following screen was introduced:
Configuration > Device Management > Management Access > SNMP.
|
SNMP Version 3
|
8.2(1)
|
Provides 3DES or AES encryption and support for SNMP Version 3, the most secure form of the supported security models. This version allows you to configure users, groups, and hosts, as well as authentication characteristics by using the USM. In addition, this version allows access control to the agent and MIB objects, and includes additional MIB support.
The following screen was modified:
Configuration > Device Management > Management Access > SNMP.
|
Password encryption
|
8.3(1)
|
Supports password encryption.
|