73 lines
2.8 KiB
Plaintext
73 lines
2.8 KiB
Plaintext
-- Copyright (C) 2009-2012 Aricent Group . All Rights Reserved
|
|
|
|
-- $Id: fsbpsrv.mib,v 1.2 2012/09/07 09:52:04 siva Exp $
|
|
|
|
ARICENT-BEEP-SERVER-MIB DEFINITIONS ::= BEGIN
|
|
IMPORTS
|
|
OBJECT-TYPE, Integer32, enterprises,
|
|
MODULE-IDENTITY FROM SNMPv2-SMI;
|
|
|
|
fsBeepServer MODULE-IDENTITY
|
|
LAST-UPDATED "201209050000Z"
|
|
ORGANIZATION "ARICENT COMMUNICATIONS SOFTWARE"
|
|
CONTACT-INFO "support@aricent.com"
|
|
DESCRIPTION
|
|
"The proprietary MIB module for Beep Server. The MIB provides
|
|
objects for configuring Beep Server Modules."
|
|
REVISION "201209050000Z"
|
|
DESCRIPTION
|
|
"The proprietary MIB module for Beep Server. The MIB provides
|
|
objects for configuring Beep Server Modules."
|
|
|
|
::= { enterprises aricent-communication-holding-ltd(29601) iss(2) 18}
|
|
|
|
|
|
|
|
fsBeepServerScalars OBJECT IDENTIFIER ::= { fsBeepServer 1 }
|
|
|
|
fsBeepServerAdminStatus OBJECT-TYPE
|
|
SYNTAX INTEGER { enabled (1) , disabled(2) }
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION "The Beep Server Adminstatus which enables or
|
|
disables beep server functionality"
|
|
DEFVAL {disabled}
|
|
::= {fsBeepServerScalars 1 }
|
|
|
|
|
|
fsBeepServerRawProfile OBJECT-TYPE
|
|
SYNTAX INTEGER { enabled (1) , disabled(2) }
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION "To enable or disable RAW profile support for
|
|
Beep server. Raw profile is used for reliable
|
|
delivery of syslog messages"
|
|
DEFVAL { enabled }
|
|
::= {fsBeepServerScalars 2 }
|
|
|
|
|
|
fsBeepServerIpv4PortNum OBJECT-TYPE
|
|
SYNTAX Integer32 (1..4096)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION "The TCP port number for Beep server to
|
|
listen the incoming IPv4 connections from the
|
|
beep clients"
|
|
DEFVAL { 601 }
|
|
::= {fsBeepServerScalars 3 }
|
|
|
|
|
|
fsBeepServerIpv6PortNum OBJECT-TYPE
|
|
SYNTAX Integer32 (1..4096)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION "The TCP port number for Beep server to listen
|
|
the incoming IPv6 connections from the beep
|
|
clients"
|
|
DEFVAL { 601 }
|
|
::= {fsBeepServerScalars 4 }
|
|
|
|
|
|
-- SCALAR_END fsbeep Server
|
|
END
|