Files
ocs/plat/smpp/ut/conf/MIB_files/WXC2-MSS-MIB.txt
2025-03-03 11:01:26 +08:00

55 lines
1.3 KiB
Plaintext

WXC2-MSS-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, Integer32, Opaque
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString, TruthValue
FROM SNMPv2-TC
App
FROM WXC2-SMI;
MSS OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Subsystems for MSS . "
::= { App 16 }
Configuration OBJECT-IDENTITY
STATUS current
DESCRIPTION
" Configuration for MSS . "
::= { MSS 2 }
Management OBJECT-IDENTITY
STATUS current
DESCRIPTION
" Management for MSS . "
::= { Configuration 1 }
Command OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS write-only
STATUS current
DESCRIPTION
"
[Begin]
Instance : 1
Length : 1
Default : 00
Field : [1]Command
{
[u]00.0-00.7
[u]select
[v]4[opt]Shutdown
[v]5[opt]Undefine value
}
Remark : Safely shut down MSS server by stoping MSS process, saving subscriber data to harddisk and shut down the server.
Operation procedures:
1. Select -Shutdown- at above pulldown menu.
2. Click -Set- button in this set window.
3. Click -SET- button on operation page.
[End]
"
::= { Management 1 }
END