NAFEM-SECURITY-MIB DEFINITIONS ::= BEGIN. -- From file: "security.mib" IMPORTS. NafemDateTime, NafemChoice, NafemTime, NafemInterval,

Size: px
Start display at page:

Download "NAFEM-SECURITY-MIB DEFINITIONS ::= BEGIN. -- From file: "security.mib" IMPORTS. NafemDateTime, NafemChoice, NafemTime, NafemInterval,"

Transcription

1 NAFEM-SECURITY-MIB DEFINITIONS ::= BEGIN From file: "security.mib" IMPORTS OBJECT-TYPE IpAddress DisplayString NafemDateTime, NafemChoice, NafemTime, NafemInterval, NafemAlarmStatus securitygroup, securitysystem, securityuser, securityitemmonitor, securityprotection, securityaccess, securitylog, securitynotify FROM RFC-1212 FROM RFC1065-SMI FROM RFC1213-MIB FROM NAFEM-TC-MIB FROM NAFEM-REG-MIB; nafemsecuritymodule MODULE-IDENTITY LAST-UPDATED " " ORGANIZATION "NAFEM" ORGANIZATION "NAFEM" CONTACT-INFO " Contact: NAFEM Technical Liaison Committee Postal: North American Association of Food Equipment Manufacturers (NAFEM) 161 North Clark Street, Suite 2020 Chicago IL Phone: Fax: Web: " DESCRIPTION " The Security Object Group module. Copyright (c) 2003 North American Association of Food Equipment Manufacturers (NAFEM). All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies NAFEM's proprietary intellectual property. NAFEM retains all title and ownership in the Specification, including any revisions. NAFEM grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of products that incorporate the NAFEM Communications Protocol, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'AS IS' and NAFEM makes not warranty, either expressed or implied, as to the use, operation, condition, or performance of the Specification. " 1

2 REVISION " 2.00 " DESCRIPTION " Updated version of MIB module NAFEM-SECURITY-MIB " ::= { nafemmibobjects 2 begin definitions SECURITY SYSTEMS GROUP systemservice OBJECT-TYPE DESCRIPTION " This value set is security sub system requires service attention. " ::= { securitysystem 1 systemtampered OBJECT-TYPE DESCRIPTION " This value set is security system has been tampered with. " ::= { securitysystem 2 systemreset OBJECT-TYPE DESCRIPTION " User can set this value to clear tamper or service status. " ::= { securitysystem 3 SECURITY USER TABLE securityusertable OBJECT-TYPE SYNTAX SEQUENCE OF SecurityUserEntry DESCRIPTION " Table of access parameters. " ::= { securityuser 1 securityuserentry OBJECT-TYPE SYNTAX SecurityUserEntry DESCRIPTION " Entry into table of Access parameters. " INDEX { securityuserindex ::= { securityusertable 1 SecurityUserEntry ::= SEQUENCE { securityuserindex securityusername securityuserpassword securityusertampered securityuserdeleted securityuserchanged securityuserreset DisplayString, DisplayString, NafemChoice, NafemChoice, NafemChoice, NafemChoice 2

3 securityuserindex OBJECT-TYPE DESCRIPTION " Index into the user table." ::= { securityuserentry 1 securityusername OBJECT-TYPE DESCRIPTION " Name of the user. " ::= { securityuserentry 2 securityuserpassword OBJECT-TYPE DESCRIPTION " Password for the user. " ::= { securityuserentry 3 securityusertampered OBJECT-TYPE DESCRIPTION " Set if the user entry had been tampered with. " ::= { securityuserentry 4 securityuserdeleted OBJECT-TYPE DESCRIPTION " Set if the user has been deleted. " ::= { securityuserentry 5 securityuserchanged OBJECT-TYPE DESCRIPTION " Set if the user has changed. " ::= { securityuserentry 6 securityuserreset OBJECT-TYPE DESCRIPTION " User can set this value to clear tamper status. " ::= { securityuserentry 7 SECURITY ACCESS TABLE securityaccesstable OBJECT-TYPE SYNTAX SEQUENCE OF SecurityAccessEntry DESCRIPTION " Table of items logging parameters. " ::= { securityaccess 1 3

4 securityaccessentry OBJECT-TYPE SYNTAX SecurityAccessEntry DESCRIPTION " Entry into table of logging parameters. " INDEX { securityaccessindex ::= { securityaccesstable 1 SecurityAccessEntry ::= SEQUENCE { SecurityAccessIndex securityaccessname securityaccessarea securityaccessstate securityaccessforce securityaccessstatus securityaccessstarttime securityaccessterminatetime securityaccessearlystart securityaccesslateterminate DisplayString, DisplayString, NafemChoice, NafemTime, NafemTime, NafemInterval, NafemInterval securityaccessindex OBJECT-TYPE DESCRIPTION " Index of access items. " ::= { securityaccessentry 1 securityaccessname OBJECT-TYPE DESCRIPTION " Name of access point item. " ::= { securityaccessentry 2 securityaccessarea OBJECT-TYPE DESCRIPTION " Area associated with access item. " ::= { securityaccessentry 3 securityaccessstate OBJECT-TYPE { open (1), closed (2), armed (3) DESCRIPTION " Current state of the access point. " ::= { securityaccessentry 4 4

5 securityaccessforce OBJECT-TYPE DESCRIPTION " Set to force access point to new state. " ::= { securityaccessentry 5 securityaccessstatus OBJECT-TYPE { auto (1), forced (2), failed (3), late (4), early (5) DESCRIPTION " Actual status of access point. " ::= { securityaccessentry 6 securityaccessstarttime OBJECT-TYPE SYNTAX NafemTime DESCRIPTION " Time to open access point. " ::= { securityaccessentry 7 securityaccessterminatetime OBJECT-TYPE SYNTAX NafemTime DESCRIPTION "Time to close access point. " ::= { securityaccessentry 8 securityaccessearlystart OBJECT-TYPE SYNTAX NafemInterval DESCRIPTION " Amount of time access point was opened early. " ::= { securityaccessentry 9 securityaccesslateterminate OBJECT-TYPE SYNTAX NafemInterval DESCRIPTION " Amount of time access point was closed late. " ::= { securityaccessentry 10 SECURITY ITEM MONITOR TABLE securityitemmonitortable OBJECT-TYPE SYNTAX SEQUENCE OF SecurityItemMonitorEntry DESCRIPTION " Table of security monitoring items parameters. " ::= { securityitemmonitor 1 5

6 securityitemmonitorentry OBJECT-TYPE SYNTAX SecurityItemMonitorEntry DESCRIPTION " Entry into security monitoring table of parameters. " INDEX { securityitemmonitorindex ::= { securityitemmonitortable 1 SecurityItemMonitorEntry ::= SEQUENCE { SecurityItemMonitorIndex securityitemmonitorname DisplayString, securityitemmonitortype securityitemmonitorstatus securityitemmonitortrouble NafemChoice, securityitemmonitorclear NafemChoice securityitemmonitorindex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " Index of security monitored items. " ::= { securityitemmonitorentry 1 securityitemmonitorname OBJECT-TYPE DESCRIPTION " Name of monitored item. " ::= { securityitemmonitorentry 2 securityitemmonitortype OBJECT-TYPE { ac (1), expansion (2), phone (3), transmitterbattery (4), linecard (5), powersupply (6), systembattery (7), communications (8), untyped(9) DESCRIPTION " Type of monitored item. " ::= { securityitemmonitorentry 3 securityitemmonitorstatus OBJECT-TYPE { ok (1), failed (2) DESCRIPTION " Status of monitored item. " ::= { securityitemmonitorentry 4 6

7 securityitemmonitortrouble OBJECT-TYPE DESCRIPTION " True if monitored item has trouble. " ::= { securityitemmonitorentry 5 securityitemmonitorclear OBJECT-TYPE DESCRIPTION " User sets to clear troubled status. " ::= { securityitemmonitorentry 6 SECURITY Protection TABLE securityprotectiontable OBJECT-TYPE SYNTAX SEQUENCE OF SecurityProtectionEntry DESCRIPTION " Table of items protection parameters. " ::= { securityprotection 1 securityprotectionentry OBJECT-TYPE SYNTAX SecurityProtectionEntry DESCRIPTION " Entry into table of protection parameters. " INDEX { securityprotectionindex ::= {securityprotectiontable 1 SecurityProtectionEntry ::= SEQUENCE { securityprotectionindex securityprotectionname DisplayString, securityprotectionarea DisplayString, securityprotectiontype securityprotectionalarm NafemChoice, securityprotectionfault NafemChoice, securityprotectionsupervisor NafemChoice, securityprotectionresetalarm NafemChoice, securityprotectionresetfault NafemChoice, securityprotectionclear NafemChoice, securityprotectiontest NafemChoice securityprotectionindex OBJECT-TYPE DESCRIPTION " Index of protected items. " ::= { securityprotectionentry 1 securityprotectionname OBJECT-TYPE DESCRIPTION " User defined name of protection item. " ::= { securityprotectionentry 2 7

8 securityprotectionarea OBJECT-TYPE DESCRIPTION " User defined area where protected item is located. " ::= { securityprotectionentry 3 securityprotectiontype OBJECT-TYPE { Burglary (1), fire (2), freeze (3), panic (4), medical (5), emergency (6), sprinkler (7), water (8), gas (9), heat (10), holdup (11), untypedzone (12) DESCRIPTION " Type of protection item. " ::= { securityprotectionentry 4 securityprotectionalarm OBJECT-TYPE DESCRIPTION " Attribute is set to true when protection item is in alarm. " ::= { securityprotectionentry 5 securityprotectionfault OBJECT-TYPE DESCRIPTION " Attribute is set to true when protection item is in fault. " ::= { securityprotectionentry 6 securityprotectionsupervisor OBJECT-TYPE DESCRIPTION " Attribute is set to true when protection item requires supervisor. " ::= { securityprotectionentry 7 securityprotectionresetalarm OBJECT-TYPE DESCRIPTION " User sets to true to clear protection item alarm. " ::= { securityprotectionentry 8 8

9 securityprotectionresetfault OBJECT-TYPE DESCRIPTION " User sets to true to clear protection item fault. " ::= { securityprotectionentry 9 securityprotectionclear OBJECT-TYPE DESCRIPTION " User sets to true to clear protection item supervisor. " ::= { securityprotectionentry 10 securityprotectiontest OBJECT-TYPE DESCRIPTION " User sets to true to place protection item into test mode. " ::= { securityprotectionentry 11 SECURITY NOTIFY TABLE securitynotifytable OBJECT-TYPE SYNTAX SEQUENCE OF SecurityNotifyEntry DESCRIPTION " Table of notify message parameters. " ::= { securitynotify 1 securitynotifyentry OBJECT-TYPE SYNTAX SecurityNotifyEntry DESCRIPTION " Entry into notify message table. " INDEX { securitynotifyentryindex ::= {securitynotifytable 1 SecurityNotifyEntry ::= SEQUENCE { securitynotifyentryindex securitynotifymessage DisplayString, securitynotifycode securitynotifytimestamp NafemDateTime, securitynotifyenable NafemChoice securitynotifyentryindex OBJECT-TYPE DESCRIPTION " A textual description of the notify message Index for the rows of securitynotifyentry. " ::= { securitynotifyentry 1 9

10 securitynotifymessage OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) DESCRIPTION " Textual description of the notify message. " ::= { securitynotifyentry 2 securitynotifycode OBJECT-TYPE NafemNotifyCode DESCRIPTION " Numerical description of the notify message. " ::= { securitynotifyentry 3 securitynotifytimestamp OBJECT-TYPE SYNTAX NafemDateTime DESCRIPTION " The date and time at which an event occurred. " ::= { securitynotifyentry 4 securitynotifyenable OBJECT-TYPE DESCRIPTION " 1 = No Enable trap generation, 2 = Enable No trap generation, Reference current NAFEM textual convention. " ::= { securitynotifyentry 5 securitynotifyacktable OBJECT-TYPE SYNTAX SEQUENCE OF SecurityNotifyAckEntry DESCRIPTION " Table of associated acknowledgement feature attribute to the notification message. This table is used when the system requires a response from a manager when a trap is sent. " ::= {securitynotify 2 securitynotifyackentry OBJECT-TYPE SYNTAX SecurityNotifyAckEntry DESCRIPTION " Entry in acknowledgement table. " INDEX { securitynotifyacktableindex ::= {securitynotifyacktable 1 SecurityNotifyAckEntry ::= SEQUENCE { securitynotifyacktableindex securitynotifyack NafemChoice, securitynotifyinterval NafemInterval, securitynotifyretries securitynotifyresponse IpAddress 10

11 securitynotifyacktableindex OBJECT-TYPE DESCRIPTION " Index for the rows of the securitynotifyacktable. " ::= { securitynotifyackentry 1 securitynotifyack OBJECT-TYPE DESCRIPTION " 1 = Acknowledgement required from manager, 2 = no Acknowledgement required, Reference current NAFEM textual convention. " ::= { securitynotifyackentry 2 securitynotifyinterval OBJECT-TYPE SYNTAX NafemInterval DESCRIPTION " Delay interval between non-acknowledged trap events. Applicable only when an acknowledgement required. Reference current NAFEM textual convention. " ::= { securitynotifyackentry 3 securitynotifyretries OBJECT-TYPE DESCRIPTION " Number of attempts of non-acknowledged trap events. Applicable only when an acknowledgement required." ::= { securitynotifyackentry 4 securitynotifyresponse OBJECT-TYPE SYNTAX IpAddress DESCRIPTION " Response word from SNMP Manager to acknowledge to. Manager writes his/her Ipaddress to confirm receipt. " ::= { securitynotifyackentry 5 SECURITY LOG TABLE securitylogtable OBJECT-TYPE SYNTAX SEQUENCE OF SecurityLogEntry DESCRIPTION " Table of security log events. " ::= { securitylog 1 securitylogentry OBJECT-TYPE SYNTAX SecurityLogEntry DESCRIPTION " Entry into the securitylogentry table. " INDEX { securitylogentryindex ::= { securitylogtable 1 11

12 SecurityLogEntry ::= SEQUENCE { securitylogentryindex securitylogcondition securitylogname securitylogarea securitylogtype securitylogtimestamp DisplayString, DisplayString, NafemDateTime securitylogentryindex OBJECT-TYPE DESCRIPTION " Index of security log parameters. " ::= { securitylogentry 1 securitylogcondition OBJECT-TYPE { system (1), user (2), access (3), monitor (4), alarm (5), fault (6) DESCRIPTION " Condition that generated the security event. " ::= { securitylogentry 2 securitylogname OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) DESCRIPTION " Name of security item logged. " ::= { securitylogentry 3 securitylogarea OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) DESCRIPTION " The location of the object/device. (i.e. zone in a building, etc). " ::= { securitylogentry 4 securitylogtype OBJECT-TYPE { system-service (1), tamper (2), reset (3), user (4) DESCRIPTION " Type of the event being logged. " ::= { securitylogentry 5 12

13 securitylogtimestamp OBJECT-TYPE SYNTAX NafemDateTime DESCRIPTION " Timestamp for the event. " ::= { securitylogentry 6 END MIB-security-v2.00;

NAFEM-UTILITYMANAGEMENT-MIB DEFINITIONS ::= BEGIN. -- From file: "utility-management.mib" IMPORTS

NAFEM-UTILITYMANAGEMENT-MIB DEFINITIONS ::= BEGIN. -- From file: utility-management.mib IMPORTS NAFEM-UTILITYMANAGEMENT-MIB DEFINITIONS ::= BEGIN From file: "utility-management.mib" IMPORTS OBJECT-TYPE IpAddress NafemDateTime, DisplayString, NafemChoice, NafemInterval, NafemAlarmStatus utilitymgmtgroup,

More information

NAFEM-ADMINISTRATION-MIB DEFINITIONS ::= BEGIN. -- From file: "administration.mib" IMPORTS. admininfo, admincommunity,

NAFEM-ADMINISTRATION-MIB DEFINITIONS ::= BEGIN. -- From file: administration.mib IMPORTS. admininfo, admincommunity, NAFEM-ADMINISTRATION-MIB DEFINITIONS ::= BEGIN From file: "administration.mib" IMPORTS OBJECT-TYPE DisplayString admininfo, admincommunity, adminnotify NafemAlarmStatus, NafemDateTime, NafemChoice, NafemInterval

More information

NAFEM-INVENTORY-MANAGEMENT-MIB DEFINITIONS ::= BEGIN. -- From file: "inventory-management.mib" IMPORTS -- enterprises FROM RFC1155-SMI

NAFEM-INVENTORY-MANAGEMENT-MIB DEFINITIONS ::= BEGIN. -- From file: inventory-management.mib IMPORTS -- enterprises FROM RFC1155-SMI NAFEM-INVENTORY-MANAGEMENT-MIB DEFINITIONS ::= BEGIN From file: "inventory-management.mib" IMPORTS enterprises FROM RFC1155-SMI IpAddress, Counter FROM RFC1065-SMI OBJECT-TYPE FROM RFC-1212 DisplayString

More information

NAFEM-BULK-TRANSFER-MIB DEFINITIONS ::= BEGIN. -- From file: "bulk-transfer.mib" IMPORTS. NafemDateTime, NafemChoice, NafemInterval,

NAFEM-BULK-TRANSFER-MIB DEFINITIONS ::= BEGIN. -- From file: bulk-transfer.mib IMPORTS. NafemDateTime, NafemChoice, NafemInterval, NAFEM-BULK-TRANSFER-MIB DEFINITIONS ::= BEGIN From file: "bulk-transfer.mib" IMPORTS IpAddress OBJECT-TYPE DisplayString NafemDateTime,, NafemInterval, NafemAlarmStatus bulktransfergroup, bulkstoragemedia,

More information

NAFEM-TEXTUAL-CONVENTION-MIB DEFINITIONS ::= BEGIN. --NAFEM-ROOT OBJECT IDENTIFIER ::= { enterprises 8117 }

NAFEM-TEXTUAL-CONVENTION-MIB DEFINITIONS ::= BEGIN. --NAFEM-ROOT OBJECT IDENTIFIER ::= { enterprises 8117 } NAFEM-TEXTUAL-CONVENTION-MIB DEFINITIONS ::= BEGIN NAFEM-ROOT OBJECT IDENTIFIER ::= { enterprises 8117 nafemtcmodule MODULE-IDENTITY LAST-UPDATED " 200301010000000 " ORGANIZATION "NAFEM" ORGANIZATION "NAFEM"

More information

Society of Cable Telecommunications Engineers

Society of Cable Telecommunications Engineers Society of Cable Telecommunications Engineers ENGINEERING COMMITTEE HFC Management Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 84-1 2009 HMS Common Inside Plant Management Information Base (MIB)

More information

Pica8 private MIB. March, Version: 2.

Pica8 private MIB. March, Version: 2. March, 2015 Version: 2 www.pica8.com Pica8, Inc. 1032 Elwell Court, Suite 105 Palo Alto, CA. 94303 +1 (650) 614-5838 sales@pica8.com support@pica8.com Copyright 2015 Pica8 Inc. Pica8 is a registered trademark

More information

High Security and Access System EVO48 V2.1 EVO192 V2.1

High Security and Access System EVO48 V2.1 EVO192 V2.1 High Security and Access System EVO48 V2.1 EVO192 V2.1 Programming Guide Includes LCD Keypad Programming We hope this product performs to your complete satisfaction. Should you have any questions or comments,

More information

CELLTRAQ Battery Monitoring Software

CELLTRAQ Battery Monitoring Software CELLTRAQ Battery Monitoring Software Instructions April 2009 167-000128A INNOVATION TECHNOLOGY QUALITY WORLDWIDE Page 2 CELLTRAQ Overview CELLTRAQ CELLTRAQ is a web application that is used to monitor

More information

The Marway Chassis MIB. Status of this Memo. This document specifies a proprietary MIB module of Marway Power Solutions.

The Marway Chassis MIB. Status of this Memo. This document specifies a proprietary MIB module of Marway Power Solutions. The Marway Chassis MIB Status of this Memo This document specifies a proprietary MIB module of Marway Power Solutions. Distribution of this memo is limited to Marway product licensees and other interested

More information

1. 2. 3. o o o o o o o o o o o NUTANIX-MIB DEFINITIONS ::= BEGIN IMPORTS DisplayString FROM RFC1213-MIB enterprises, MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter64 FROM SNMPv2-SMI TimeStamp

More information

Request for Comments: 2493 Category: Standards Track January 1999

Request for Comments: 2493 Category: Standards Track January 1999 Network Working Group K. Tesink, Editor Request for Comments: 2493 Bellcore Category: Standards Track January 1999 Textual Conventions for MIB Modules Using Performance History Based on 15 Minute Intervals

More information

NAFEM Data Protocol Standard

NAFEM Data Protocol Standard NAFEM Data Protocol Standard Version 3.00 1.0 Scope This document provides a framework for standardized data transmission between a host computer and various pieces of commercial food service equipment.

More information

Feb :33 draft-glenn-id-sensor-alert-mib-01.txt Page 1

Feb :33 draft-glenn-id-sensor-alert-mib-01.txt Page 1 Feb 15 2001 17:33 Page 1 ID Message Exchange Format Working Group INTERNET-DRAFT Glenn Mansfield Cyber Solutions Inc. Dipankar Gupta Hewlett Packard Company November 20 2000 Status of this Memo Intrusion

More information

OAM Principles. version 5.4

OAM Principles. version 5.4 version 5.4 Typeset in L A TEX from SGML source using the DOCBUILDER 3.3.2 Document System. Contents 1 1 1.1 Introduction......................................... 1 1.1.1 Terminology......................................

More information

EVOHD. Programming Guide. Version

EVOHD. Programming Guide. Version EVOHD Programming Guide Version 1.11 www.paradox.com Warranty For complete warranty information on this product please refer to the Limited Warranty Statement found on our Web site: www.paradox.com. Your

More information

Category: Informational 1 April Definitions of Managed Objects for Drip-Type Heated Beverage Hardware Devices using SMIv2

Category: Informational 1 April Definitions of Managed Objects for Drip-Type Heated Beverage Hardware Devices using SMIv2 Network Working Group M. Slavitch Request for Comments: 2325 Loran Technologies Inc. Category: Informational 1 April 1998 Definitions of Managed Objects for Drip-Type Heated Beverage Hardware Devices using

More information

Characterization of SNMP MIB Modules

Characterization of SNMP MIB Modules Characterization of SNMP MIB Modules Jürgen Schönwälder j.schoenwaelder@iu-bremen.de International University Bremen Campus Ring 1 28725 Bremen, Germany Characterization of SNMP MIB Modules p. 1 Motivation

More information

Network Working Group. Category: Standards Track June Protocol Independent Multicast (PIM) Bootstrap Router MIB

Network Working Group. Category: Standards Track June Protocol Independent Multicast (PIM) Bootstrap Router MIB Network Working Group Request for Comments: 5240 Category: Standards Track B. Joshi Infosys Technologies Ltd. R. Bijlani June 2008 Protocol Independent Multicast (PIM) Bootstrap Router MIB Status of This

More information

IEEE Broadband Wireless Access Working Group <http://ieee802.org/16> MIB II Integration and MIB II Table

IEEE Broadband Wireless Access Working Group <http://ieee802.org/16> MIB II Integration and MIB II Table 00-0-0 IEEE C0.i-0/00r Project Title Date Submitted Source(s) IEEE 0. Broadband Wireless Access Working Group MIB II Integration and MIB II Table 00-0-0 Joey Chou Intel Corporation

More information

RADIUS Working Group Bernard Aboba. Category: Standards Track <draft-ietf-radius-auth-clientmib-01.txt> 12 February 1998

RADIUS Working Group Bernard Aboba. Category: Standards Track <draft-ietf-radius-auth-clientmib-01.txt> 12 February 1998 RADIUS Working Group Bernard Aboba INTERNET-DRAFT Microsoft Category: Standards Track Glen Zorn Microsoft 12 February 1998 RADIUS Authentication Client MIB 1.

More information

The Marway Sensor MIB. Status of this Memo. This document specifies a proprietary MIB module of Marway Power Solutions.

The Marway Sensor MIB. Status of this Memo. This document specifies a proprietary MIB module of Marway Power Solutions. The Marway Sensor MIB Status of this Memo This document specifies a proprietary MIB module of Marway Power Solutions. Distribution of this memo is limited to Marway product licensees and other interested

More information

Category: Standards Track September MIB Textual Conventions for Uniform Resource Identifiers (URIs)

Category: Standards Track September MIB Textual Conventions for Uniform Resource Identifiers (URIs) Network Working Group D. McWalter, Ed. Request for Comments: 5017 Data Connection Ltd Category: Standards Track September 2007 MIB Textual Conventions for Uniform Resource Identifiers (URIs) Status of

More information

Brief Introduction to the Internet Standard Management Framework

Brief Introduction to the Internet Standard Management Framework Part 2: Structure of Management Information Version 2 (SMIv2) The SMI is the Data Definition Language, based loosely on an old version of ASN.1 and used to model and define management information to be

More information

SNMP Notifications. SNMP Notifications. Description of the SNMP notifications sent by the UBIqube SOC 1 / 7

SNMP Notifications. SNMP Notifications. Description of the SNMP notifications sent by the UBIqube SOC 1 / 7 SNMP Notifications Description of the SNMP notifications sent by the UBIqube SOC September 2009 Initial version 1 / 7 Contents SNMP Notifications... 1 1. Introduction... 3 2. PDU format... 3 3. MIB...

More information

Do more, with less. - 1

Do more, with less.  - 1 Do more, with less contact@audemat-aztec.com 1 Economic Challenges Do More, with Less contact@audemat-aztec.com 2 Broadcasters also finding ways to Economize Do More, with Less Connectivity new Pathways

More information

Innosoft January 1994

Innosoft January 1994 Network Working Group Request for Comments: 1566 Category: Standards Track S. Kille, WG Chair ISODE Consortium N. Freed, Editor Innosoft January 1994 Mail Monitoring MIB Status of this Memo This document

More information

Home Automation, Inc. Omni-Link II. Protocol Description

Home Automation, Inc. Omni-Link II. Protocol Description Home Automation, Inc. Omni-Link II Protocol Description This document contains the intellectual property of Home Automation, Inc. (HAI). HAI authorizes the use of this information for the sole purpose

More information

Xerox CentreWare for HP OpenView NNM Users Guide Version 1.5

Xerox CentreWare for HP OpenView NNM Users Guide Version 1.5 Xerox CentreWare for HP OpenView NNM Users Guide Version 1.5 2002 by Xerox Corporation. All rights reserved. Copyright protection claimed includes all forms and matters of copyright material and information

More information

Monitoring the System

Monitoring the System This chapter provides information for monitoring system status and performance using the show commands found in the Command Line Interface (CLI). These command have many related keywords that allow them

More information

Do more, with less. When Simple isn t so Simple Using SNMP in Broadcast Facility control. -

Do more, with less. When Simple isn t so Simple Using SNMP in Broadcast Facility control.   - When Simple isn t so Simple Using SNMP in Broadcast Facility control Do more, with less contact@audemat-aztec.com 1 Economic Challenges Do More, with Less contact@audemat-aztec.com 2 Do More, with Less

More information

Category: Standards Track December 1998

Category: Standards Track December 1998 Network Working Group M. Daniele Request for Comments: 2454 Compaq Computer Corporation Category: Standards Track December 1998 Status of this Memo IP Version 6 Management Information Base for the User

More information

Network Working Group. Category: Standards Track September 2003

Network Working Group. Category: Standards Track September 2003 Network Working Group B. Wijnen Request for Comments: 3595 Lucent Technologies Category: Standards Track September 2003 Status of this Memo Textual Conventions for IPv6 Flow Label This document specifies

More information

ENGINEERING COMMITTEE Hybrid Management Sub-Layer Subcommittee AMERICAN NATIONAL STANDARD

ENGINEERING COMMITTEE Hybrid Management Sub-Layer Subcommittee AMERICAN NATIONAL STANDARD ENGINEERING COMMITTEE Hybrid Management Sub-Layer Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 38-5 2008 Hybrid Fiber/Coax Outside Plant Status Monitoring SCTE-HMS-FIBERNODE-MIB Management Information

More information

Do more, with less Using SNMP in Broadcast Facility Control Miami Ennes conference 03/10/11

Do more, with less Using SNMP in Broadcast Facility Control Miami Ennes conference 03/10/11 Do more, with less contact@audemat-aztec.com 1 Economic Challenges Do More, with Less contact@audemat-aztec.com 2 Broadcasters also finding ways to Economize Do More, with Less Connectivity new Pathways

More information

Membership Application Form U.S. and Canadian Group

Membership Application Form U.S. and Canadian Group » The Organization Key Contact who serves as liaison with the American Marketing Association for your Group Membership fills out this application form and returns it to the AMA at the address or email

More information

CHAPTER. Introduction

CHAPTER. Introduction CHAPTER 1 Network management takes place between two major types of systems: those in control, called managing systems, and those observed and controlled, called managed systems. The most common managing

More information

Avantis AXI WEB SERVER MODULE USER MANUAL

Avantis AXI WEB SERVER MODULE USER MANUAL Avantis AXI WEB SERVER MODULE USER MANUAL CONTENTS CHAPTER 1: SYSTEM LOGIN AND WEB PAGE LAYOUT 1.0 ACCESSING THE WEB PAGE 1.1 USER AUTHORITY 1.1.1 MASTER USER 1.1.2 USER/ GUEST SETTING 1.1.3 INSTALLER

More information

Send documentation comments to

Send documentation comments to APPENDIX A DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, enterprises, Integer32, Counter32 FROM SNMPv2-SMI; qlogic MODULE-IDENTITY LAST-UPDATED "0403012359Z" ORGANIZATION "QLOGIC Corporation"

More information

Configuring RMON. Understanding RMON CHAPTER

Configuring RMON. Understanding RMON CHAPTER 22 CHAPTER This chapter describes how to configure Remote Network Monitoring (RMON) on your switch. RMON is a standard monitoring specification that defines a set of statistics and functions that can be

More information

Characterization of SNMP MIB Modules

Characterization of SNMP MIB Modules Characterization of SNMP MIB Modules Jürgen Schönwälder j.schoenwaelder@iu-bremen.de International University Bremen Campus Ring 1 28725 Bremen, Germany slides.tex Characterization of SNMP MIB Modules

More information

Internet Engineering Task Force (IETF)

Internet Engineering Task Force (IETF) Internet Engineering Task Force (IETF) Request for Comments: 7420 Category: Standards Track ISSN: 2070-1721 A. Koushik Brocade Communications, Inc. E. Stephan Orange Q. Zhao Huawei Technology D. King Old

More information

DESCRIPTION "This revision is being published as part of the third update of the Packetcable Signaling MIBs enhancements for PacketCable 1.5.

DESCRIPTION This revision is being published as part of the third update of the Packetcable Signaling MIBs enhancements for PacketCable 1.5. ECL: Module name changed to distinguish from CableLabs module PKTC-ECL-EN-SIG-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, BITS FROM SNMPv2-SMI ifindex FROM IF-MIB SnmpAdminString

More information

Cisco Management Information Base

Cisco Management Information Base CHAPTER 7 This chapter describes the Management Information Base (MIB) text files that are supported by Cisco Unified Communications Manager (Cisco Unified CM) and are used with Simple Network Management

More information

INSTALLATION MANUAL. Table of Contents. General Description Position Dip Switch Settings Enrolling the NX216-E Expander...

INSTALLATION MANUAL. Table of Contents. General Description Position Dip Switch Settings Enrolling the NX216-E Expander... INSTALLATION MANUAL Table of Contents Page General Description... -Position Dip Switch Settings... Enrolling the NX-E Expander... Wiring the NX-E... Terminal Description... Wiring Diagram... Default Zone

More information

COSC 301 Network Management

COSC 301 Network Management COSC 301 Network Management Lecture 20: Management Tools and Protocols Zhiyi Huang Computer Science, University of Otago COSC301 Lecture 20: Management tools and protocols 1 What is Network Management?

More information

[AN018] Configuring a Device for InformaCast M2M. Version 2.0 9/22/ ADVANCED NETWORK DEVICES 3820 NORTH VENTURA DR.

[AN018] Configuring a Device for InformaCast M2M. Version 2.0 9/22/ ADVANCED NETWORK DEVICES 3820 NORTH VENTURA DR. [AN018] Configuring a Device for Version 2.0 9/22/2017 2017 ADVANCED NETWORK DEVICES 3820 NORTH VENTURA DR. ARLINGTON HEIGHTS, IL 60004 U.S.A ALL RIGHTS RESERVED PROPRIETARY NOTICE AND LIABILITY DISCLAIMER

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

TELE 301 Network Management

TELE 301 Network Management TELE 301 Network Management Lecture 20: Management Tools and Protocols Haibo Zhang Computer Science, University of Otago TELE301 Lecture 20: Management tools and protocols 1 What is Network Management?

More information

Network Working Group. Intended status: Standards Track. January 15, 2010

Network Working Group. Intended status: Standards Track. January 15, 2010 Network Working Group Internet-Draft Intended status: Standards Track Expires: July 19, 2010 G. Zorn Network Zen S. Comerica Cisco Systems January 15, 2010 Diameter Base Protocol MIB draft-ietf-dime-diameter-base-protocol-mib-04.txt

More information

Author of previous version: B. Stewart November 2000

Author of previous version: B. Stewart November 2000 Network Working Group Request for Comments: 3014 Category: Standards Track Editor of this version: R. Kavasseri Cisco Systems, Inc. Author of previous version: B. Stewart November 2000 Notification Log

More information

Network Working Group Request for Comments: 2514 Category: Standards Track Cisco Systems K. Tesink Bellcore Editors February 1999

Network Working Group Request for Comments: 2514 Category: Standards Track Cisco Systems K. Tesink Bellcore Editors February 1999 Network Working Group Request for Comments: 2514 Category: Standards Track M. Noto 3Com E. Spiegel Cisco Systems K. Tesink Bellcore Editors February 1999 Definitions of Textual Conventions and OBJECT-IDENTITIES

More information

Home Automation, Inc. Omni-Link. Serial Protocol Description

Home Automation, Inc. Omni-Link. Serial Protocol Description Home Automation, Inc. Omni-Link Serial Protocol Description This document contains the intellectual property of Home Automation, Inc. (HAI). HAI authorizes the use of this information for the sole purpose

More information

Barracuda NextGen Firewall X SNMP MIB

Barracuda NextGen Firewall X SNMP MIB You can monitor objects included in this MIB either from custom scripts or from your SNMP monitor PHION-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF

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

SNMP NETIO M2M API protocols docs

SNMP NETIO M2M API protocols docs SNMP NETIO M2M API protocols docs Protocol version: NETIO-MIB 1.05 Short summary SNMP is implemented as M2M API protocol, where NETIO device can use SNMP protocol allowing monitoring and control of NETIO

More information

ES V1.1.1 ( )

ES V1.1.1 ( ) Standard Human Factors; Procedure for registering a supplementary service code 2 Reference DES/HF-00008 (cso00icp.pdf) Keywords supplementary service, registration Postal address F-06921 Sophia Antipolis

More information

Firmware Revision History and Upgrade Instructions

Firmware Revision History and Upgrade Instructions SENSAPHONE Firmware Revision History and Upgrade Instructions Equipment Firmware: WEB600 v1.46 WEB600 with Relay Output v1.59 Release Date: July 15, 2013 The upgrade package has no prerequisites and supersedes

More information

ENGINEERING COMMITTEE Data Standards Subcommittee AMERICAN NATIONAL STANDARD

ENGINEERING COMMITTEE Data Standards Subcommittee AMERICAN NATIONAL STANDARD ENGINEERING COMMITTEE Data Standards Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 165-15 2009 IPCablecom 1.5 Part 15: Management Event MIB Specification NOTICE The Society of Cable Telecommunications

More information

Network Working Group Request for Comments: 4070 Category: Standards Track PESA Switching Systems May 2005

Network Working Group Request for Comments: 4070 Category: Standards Track PESA Switching Systems May 2005 Network Working Group Request for Comments: 4070 Category: Standards Track M. Dodge ECI Telecom B. Ray PESA Switching Systems May 2005 Definitions of Managed Object Extensions for Very High Speed Digital

More information

Internet Engineering Task Force (IETF) Request for Comments: 7330 Category: Standards Track. Cisco Systems August 2014

Internet Engineering Task Force (IETF) Request for Comments: 7330 Category: Standards Track. Cisco Systems August 2014 Internet Engineering Task Force (IETF) Request for Comments: 7330 Category: Standards Track ISSN: 2070-1721 T. Nadeau Brocade Z. Ali N. Akiya Cisco Systems August 2014 Definitions of Textual Conventions

More information

Avaya Inc. K.C. Norseth L-3 Communications December 2002

Avaya Inc. K.C. Norseth L-3 Communications December 2002 Network Working Group Request for Comments: 3433 Category: Standards Track A. Bierman Cisco Systems, Inc. D. Romascanu Avaya Inc. K.C. Norseth L-3 Communications December 2002 Status of this Memo Entity

More information

Foundation for the Philippine Environment: Grants Online-Management Information System User's Manual for Project Proponents

Foundation for the Philippine Environment: Grants Online-Management Information System User's Manual for Project Proponents 77 Matahimik St., Teacher's Village Diliman, Quezon City Tel: +63 (2) 9272186 / 9269629 / 9279403 Fax: +63 (2) 9223022 www.fpe.ph Foundation for the Philippine Environment: User's Manual for Project Proponents

More information

-- extracted from rfc2515.txt -- at Mon Nov 15 17:11: ATM-MIB DEFINITIONS ::= BEGIN

-- extracted from rfc2515.txt -- at Mon Nov 15 17:11: ATM-MIB DEFINITIONS ::= BEGIN -- extracted from rfc2515.txt -- at Mon Nov 15 17:11:39 1999 DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, -TYPE, Counter32, Integer32, IpAddress, mib-2 FROM SNMPv2-SMI DisplayString, RowStatus, TruthValue

More information

Feb :33 draft-glenn-id-notification-mib-04.txt Page 1

Feb :33 draft-glenn-id-notification-mib-04.txt Page 1 Feb 15 2001 17:33 Page 1 ID Message Exchange Format Working Group Glenn Mansfield INTERNET-DRAFT Cyber Solutions Inc. November 20,2000 Status of this Memo Intrusion Detection Message MIB This document

More information

Network Operations Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE

Network Operations Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE Network Operations Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 131 2017 HMS VoIP Test Management Information Base (MIB) Definition SCTE-HMS-VOIP-MIB NOTICE The Society of Cable Telecommunications

More information

Intended status: Standards Track Expires: April 27, 2015 Q. Zhao Huawei Technology D. King Old Dog Consulting J. Hardwick Metaswitch October 24, 2014

Intended status: Standards Track Expires: April 27, 2015 Q. Zhao Huawei Technology D. King Old Dog Consulting J. Hardwick Metaswitch October 24, 2014 PCE Working Group Internet-Draft Intended status: Standards Track Expires: April 27, 2015 A. Koushik Brocade Communications Inc. E. Stephan Orange Q. Zhao Huawei Technology D. King Old Dog Consulting J.

More information

Lecture 5: Foundation of Network Management

Lecture 5: Foundation of Network Management Lecture 5: Foundation of Network Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4395 5-1 Network Management Standards OSI: Common Management Information

More information

Request for Comments: Oversi O. Nicklass, Ed. RADVISION May Definitions of Textual Conventions for Pseudowire (PW) Management

Request for Comments: Oversi O. Nicklass, Ed. RADVISION May Definitions of Textual Conventions for Pseudowire (PW) Management Network Working Group Request for Comments: 5542 Category: Standards Track T. Nadeau, Ed. BT D. Zelig, Ed. Oversi O. Nicklass, Ed. RADVISION May 2009 Definitions of Textual Conventions for Pseudowire (PW)

More information

Xerox CentreWare for HP OpenView NNM User Guide. Version 1.1

Xerox CentreWare for HP OpenView NNM User Guide. Version 1.1 Xerox CentreWare for HP OpenView NNM User Guide Version 1.1 2000 by Xerox Corporation. All rights reserved. Copyright protection claimed includes all forms and matters of copyright material and information

More information

Network Management, MIBs and MPLS

Network Management, MIBs and MPLS Network Management, MIBs and MPLS Principles, Design and Implementation Stephen B. Morris 2 SNMPv3 and Network Management 2 Network Management, MIBs and MPLS Common Data Security Model Data MessageVersion

More information

SILENCING AN ALARM. When the alarm bell or siren is sounding, enter your user code or present your keyfob to your keypad.

SILENCING AN ALARM. When the alarm bell or siren is sounding, enter your user code or present your keyfob to your keypad. S Y S T E M U S E R G U I D E SILENCING AN ALARM When the alarm bell or siren is sounding, enter your user code or present your keyfob to your keypad. IS THIS A FALSE ALARM? YES NO displays. REAL ALARM

More information

MIB Persistence. Finding Feature Information. Information about MIB Persistence. MIB Persistence

MIB Persistence. Finding Feature Information. Information about MIB Persistence. MIB Persistence The feature allows the Simple Network Management Protocol (SNMP) data of a MIB to be persistent across reloads; that is, the MIB information retains the same set object values each time a networking device

More information

PacketCable Signaling MIB Specification

PacketCable Signaling MIB Specification PacketCable Signaling MIB Specification CLOSED Notice This PacketCable specification is the result of a cooperative effort undertaken at the direction of Cable Television Laboratories, Inc. for the benefit

More information

Created by: Alarm System Store Quick Start Guide. for Interlogix NetworX NX4, NX6 & NX8

Created by: Alarm System Store   Quick Start Guide. for Interlogix NetworX NX4, NX6 & NX8 Quick Start Guide for Interlogix NetworX NX4, NX6 & NX8 Programming Code = 9713 Master User Code=1234 Program Mode= *8 + 9713 To exit programming hit the Exit key until you reach the home screen If this

More information

ehealth Integration for HP OpenView User Guide

ehealth Integration for HP OpenView User Guide ehealth Integration for HP OpenView User Guide MN-NHHPOV-003 July 2005 Important Notice Concord Communications, Inc., ehealth, ehealth Suite, the Concord Logo, eroi, AdvantEDGE, SystemEDGE, Live Health,

More information

AIdirector TM DAD GUI Extension Configuration Guide

AIdirector TM DAD GUI Extension Configuration Guide AIdirector TM DAD GUI Extension Configuration Guide Version 2.5.x Part Number CF-DAD Rev 3 2008 by Kentrox, Inc. All rights reserved. Copyright 2008 by Kentrox, Inc. All Rights Reserved. The material discussed

More information

LCD62. Keypad. User Manual

LCD62. Keypad. User Manual LCD62 Keypad User Manual Disclaimer: While every effort has been made to ensure that the information in this manual is accurate and complete, no liability can be accepted for any errors or omissions The

More information

SNMP. Simple Network Management Protocol. Chris Francois CS 417d Fall 1998

SNMP. Simple Network Management Protocol. Chris Francois CS 417d Fall 1998 SNMP Simple Network Management Protocol Chris Francois CS 417d Fall 1998 cfrancois@acm.org What is Network Management? Basic tasks that fall under this category are: Configuration Management Keeping track

More information

Cyclone Microsystems PCIe Chassis Monitor User s Manual P/N CM026

Cyclone Microsystems PCIe Chassis Monitor User s Manual P/N CM026 Cyclone Microsystems PCIe Chassis Monitor User s Manual P/N CM026 Revision 0.2 23 May 12 Overview The Cyclone PCIe Chassis Monitor system is comprised of 2 parts: an intelligent monitor board and a set

More information

Network Working Group. Effective Software December 2005

Network Working Group. Effective Software December 2005 Network Working Group Request for Comments: 4318 Category: Standards Track D. Levi Nortel Networks D. Harrington Effective Software December 2005 Status of This Memo Definitions of Managed Objects for

More information

Internet Engineering Task Force (IETF) Request for Comments: 5907 Category: Standards Track ISSN: B. Haberman, Ed.

Internet Engineering Task Force (IETF) Request for Comments: 5907 Category: Standards Track ISSN: B. Haberman, Ed. Internet Engineering Task Force (IETF) Request for Comments: 5907 Category: Standards Track ISSN: 2070-1721 H. Gerstung Meinberg C. Elliott B. Haberman, Ed. JHU APL June 2010 Definitions of Managed Objects

More information

SETUP GUIDE SNMP ALARM ADAPTOR COMPATIBLE WITH SIGMA, RADIAN, TPCMQ & BLUEstreak POWER SHELVES

SETUP GUIDE SNMP ALARM ADAPTOR COMPATIBLE WITH SIGMA, RADIAN, TPCMQ & BLUEstreak POWER SHELVES SNMP ALARM ADAPTOR COMPATIBLE WITH SIGMA, RADIAN, TPCMQ & BLUEstreak POWER SHELVES www.unipowerco.com 2017 UNIPOWER LLC All Rights Reserved UNIPOWER LLC 3900 Coral Ridge Drive, Coral Springs, Florida 33065,

More information

TSIN02 - Internetworking

TSIN02 - Internetworking TSIN02 - Internetworking Literature: Lecture 11: SNMP and AAA Forouzan, chapter 21 Diameter next generation's AAA protocol by Håkan Ventura, sections 2-3.3.6 RFC2881 (optional extra material) Outline:

More information

Bosch solution 6000 cheat sheets

Bosch solution 6000 cheat sheets Adding a token to a user Select add token and user if prompted by keypad select reader Menu 120 Select door/s that the user will have access to (if applicable) Menu 145 Select areas that the user will

More information

Network Working Group. Category: Standards Track June 2007

Network Working Group. Category: Standards Track June 2007 Network Working Group M. Squire Request for Comments: 4878 Hatteras Networks Category: Standards Track June 2007 Definitions and Managed Objects for Operations, Administration, and Maintenance (OAM) Functions

More information

Digiplex EVO High Security and Access System What s New EVO192 V2.7

Digiplex EVO High Security and Access System What s New EVO192 V2.7 Digiplex EVO High Security and Access System What s New EVO192 V2.7 Overview New zone programming and additional zone/system/anti-mask options EN 50131 compliancy Now supports automatic label broadcast

More information

Out-of-Band Management

Out-of-Band Management CHAPTER 4 Out-of-Band Management Note Out-of-band management requires the optional Cisco network management module (NMM). This chapter describes how to manage your hub or hub stack using the management

More information

Network Working Group. Category: Standards Track Independent Consultant M. Ellison, Ed. Ellison Software Consulting, Inc.

Network Working Group. Category: Standards Track Independent Consultant M. Ellison, Ed. Ellison Software Consulting, Inc. Network Working Group Request For Comments: 2742 Category: Standards Track L. Heintz Cisco Systems S. Gudur Independent Consultant M. Ellison, Ed. Ellison Software Consulting, Inc. January 2000 Definitions

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 9 CHAPTER To have the sensor send SNMP traps, you must also choose Request SNMP Trap as the event action when you configure signatures. For more information, see Assigning Actions to Signatures, page 5-23.

More information

LAN CONTROLLER RESTARTER, MONITOR, WATCHDOG, CONTROLLER FEATURES: Default user and password is admin, IP adress is

LAN CONTROLLER RESTARTER, MONITOR, WATCHDOG, CONTROLLER FEATURES: Default user and password is admin, IP adress is LAN CONTROLLER RESTARTER, MONITOR, WATCHDOG, CONTROLLER FEATURES: WWW or SNMP v2 management. firmware upgrade via TFTP read data in real time without refresh page possibility switch on/off to 5 relay direct

More information

PROGRAMMING HELP GUIDE

PROGRAMMING HELP GUIDE DIGIPLEX EVO48-192 PROGRAMMING HELP GUIDE Entering Programming Mode 1) Press and hold the [0] key 2) Enter your [Installer Code] (default-000000) 3) Enter 4-digit [section] you wish to program 4) Enter

More information

Network Working Group J. Case

Network Working Group J. Case Network Working Group J. Case Request for Comments: 1442 SNMP Research, Inc. K. McCloghrie Hughes LAN Systems M. Rose Dover Beach Consulting, Inc. S. Waldbusser Carnegie Mellon University April 1993 Structure

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) Technical Specification Digital Broadband Cable Access to the Public Telecommunications Network; IP Multimedia Time Critical Services; Part 22: Management Event Messages 2 Reference DTS/AT-020020-22 Keywords

More information

DAS LCD ALPHA NUMERIC CODEPAD

DAS LCD ALPHA NUMERIC CODEPAD DAS LCD ALPHA NUMERIC CODEPAD Table of Contents 1. LCD Codepad Diagram... 2 2. Introduction... 3 3. Understanding Your LCD Codepad... 4-7 4. Changing User Codes... 8-9 5. Special Function Keys..... 10

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 MIBs 2 Review Managed objects are the network components to be managed (monitored and/or configured). To

More information

CBF Water Cooled CBF Load System Specifications

CBF Water Cooled CBF Load System Specifications 200016 CBF Water Cooled AC Load System Specifications CB7 Systems LLC Version 0.01 Page:1 of 25 2014 CB7 Systems LLC All Rights Reserved. The copyright laws of the United States and other countries protect

More information

Network Working Group Request for Comments: 3559 Category: Standards Track June 2003

Network Working Group Request for Comments: 3559 Category: Standards Track June 2003 Network Working Group D. Thaler Request for Comments: 3559 Microsoft Category: Standards Track June 2003 Status of this Memo Multicast Address Allocation MIB This document specifies an Internet standards

More information

NetworX Series NX-216 Zone Expander Installation and Startup

NetworX Series NX-216 Zone Expander Installation and Startup NetworX Series NX-216 Zone Expander Installation and Startup 2 2002 GE Interlogix All rights reserved. Printed in the United States of America. These instructions do not purport to cover all details or

More information

Intended Status: Proposed Standard. Proxy Mobile IPv6 Management Information Base <draft-ietf-netlmm-pmipv6-mib-03.txt>

Intended Status: Proposed Standard. Proxy Mobile IPv6 Management Information Base <draft-ietf-netlmm-pmipv6-mib-03.txt> NETLMM Working Group INTERNET-DRAFT Intended Status: Proposed Standard Expires: February 19, 2011 Glenn M. Keeni Cyber Solutions Inc. K. Koide KDDI Corporation S. Gundavelli Cisco R. Wakikawa Toyota ITC

More information