User`s manual
Table Of Contents
- Mediant 2000 & TP-1610 & TP-260/UNI SIP User’s Manual Version 5.0
- Table of Contents
- List of Figures
- List of Tables
- Notices
- 1. Overview
- 2. Physical Description
- 3. Installation
- 4. Getting Started
- 5. Web Management
- Computer Requirements
- Protection and Security Mechanisms
- Accessing the Embedded Web Server
- Getting Acquainted with the Web Interface
- Protocol Management
- Advanced Configuration
- Status & Diagnostic
- Software Update Menu
- Maintenance
- Logging Off the Embedded Web Server
- 6. Gateway's ini File Configuration
- Secured ini File
- Modifying an ini File
- The ini File Content
- The ini File Structure
- The ini File Example
- Networking Parameters
- System Parameters
- Web and Telnet Parameters
- Security Parameters
- RADIUS Parameters
- SNMP Parameters
- SIP Configuration Parameters
- Voice Mail Parameters
- ISDN and CAS Interworking-Related Parameters
- Number Manipulation and Routing Parameters
- E1/T1 Configuration Parameters
- Channel Parameters
- Configuration Files Parameters
- 7. Using BootP / DHCP
- 8. Telephony Capabilities
- Working with Supplementary Services
- Configuring the DTMF Transport Types
- Fax & Modem Transport Modes
- Event Notification using X-Detect Header
- ThroughPacket™
- Dynamic Jitter Buffer Operation
- Configuring the Gateway’s Alternative Routing (based on Conn
- Call Detail Report
- Supported RADIUS Attributes
- Trunk to Trunk Routing Example
- Proxy or Registrar Registration Example
- SIP Call Flow Example
- SIP Authentication Example
- 9. Networking Capabilities
- 10. Advanced PSTN Configuration
- 11. Advanced System Capabilities
- 12. Special Applications
- 13. Security
- 14. Diagnostics
- 15. SNMP-Based Management
- SNMP Standards and Objects
- Carrier Grade Alarm System
- Cold Start Trap
- Third-Party Performance Monitoring Measurements
- TrunkPack-VoP Series Supported MIBs
- Traps
- SNMP Interface Details
- SNMP Manager Backward Compatibility
- Dual Module Interface
- SNMP NAT Traversal
- SNMP Administrative State Control
- AudioCodes’ Element Management System
- 16. Configuration Files
- Appendix A. Selected Technical Specifications
- Appendix B. Supplied SIP Software Kit
- Appendix C. SIP Compliance Tables
- Appendix D. The BootP/TFTP Configuration Utility
- Appendix E. RTP/RTCP Payload Types and Port Allocation
- Appendix F. RTP Control Protocol Extended Reports (RTCP-XR)
- Appendix G. Accessory Programs and Tools
- Appendix H. Release Reason Mapping
- Appendix I. SNMP Traps
- Appendix J. Installation and Configuration of Apache HTTP Server
- Appendix K. Regulatory Information

SIP User's Manual 15. SNMP-Based Management
Version 5.0 327 October 2006
15.11 SNMP Administrative State Control
15.11.1 Node Maintenance
Node maintenance for the IPmedia 2000 is provided by an SNMP interface. The
acBoardMIB provides two parameters for graceful and forced shutdowns of the IPmedia
2000:
acgwAdminState
acgwAdminStateLockControl
The acgwAdminState is used either to request (set) a shutdown (0), undo shutdown (2), or
to view (get) the gateway condition (0 = locked; 1 = shutting down; 2 = unlocked).
The acgwAdminStateLockControl is used to set a time limit (in seconds) for the shutdown
where 0 means shutdown immediately (forced), -1 means no time limit (graceful), and x
where x>0 indicates a time limit in seconds (timed limit is considered a graceful shutdown).
Note: The acgwAdminStateLockControl must be set first followed by the
acgwAdminState.
15.11.2 Graceful Shutdown
acgwAdminState is a read-write MIB object. When a get request is sent for this object, the
agent returns the board's current administrative state.
The possible values received on a get request include the following:
locked(0): the board is locked
shuttingDown(1): the board is currently performing a graceful lock
unlocked(2): the board is unlocked
On a set request, the manager supplies one of the following desired administrative states:
locked(0)
unlocked(2)
When the board changes to either shuttingDown or locked state, an adminStateChange
alarm is raised. When the board changes to an unlocked state, the adminStateChange
alarm is cleared.
Before setting acgwAdminState to perform a lock, acgwAdminStateLockControl should be
set first to control the type of lock that is performed. The possible values for the
acgwAdminStateLockControl include the following:
1 = Perform a graceful lock. Calls are allowed to complete. No new calls are allowed
to be originated on this device.
0 = Perform a forced lock. Calls are immediately terminated.
Any number greater than 0 = Time in seconds before the graceful lock turns into a
forced lock.