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

Size: px
Start display at page:

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

Transcription

1 NAFEM-BULK-TRANSFER-MIB DEFINITIONS ::= BEGIN From file: "bulk-transfer.mib" IMPORTS IpAddress OBJECT-TYPE DisplayString NafemDateTime,, NafemInterval, NafemAlarmStatus bulktransfergroup, bulkstoragemedia, bulkfileitem, bulkfiletransfer, bulknotify FROM RFC1065-SMI FROM RFC-1212 FROM RFC1213-MIB FROM NAFEM-TC-MIB FROM NAFEM-REG-MIB; nafembulktransfermodule 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 Bulk Transfer 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. " REVISION " 2.00 " DESCRIPTION " Updated version of MIB module NAFEM-BULK-TRANSFER-MIB " 1

2 begin definitions bulkstoragemediatable OBJECT-TYPE SEQUENCE OF BulkStorageMediaEntry DESCRIPTION " Table of Storage Media types. " ::= { bulkstoragemedia 1 bulkstoragemediaentry OBJECT-TYPE BulkStorageMediaEntry DESCRIPTION " Table of bulk media i.e. hard disks, flash, EEPROM... " INDEX { bulkstoragemediaentryindex ::= { bulkstoragemediatable 1 BulkStorageMediaEntry ::= SEQUENCE { bulkstoragemediaentryindex, bulkstoragemedianame DisplayString, bulkstoragemediasize, bulkstoragemediausedspace, bulkstoragemediafreespace, bulkstoragemediatype DisplayString bulkstoragemediaentryindex OBJECT-TYPE DESCRIPTION " Entry into bulk media table. " ::= { bulkstoragemediaentry 1 bulkstoragemedianame OBJECT-TYPE DisplayString (SIZE (0..32)) DESCRIPTION " Volume name of storage media. " ::= { bulkstoragemediaentry 2 bulkstoragemediasize OBJECT-TYPE DESCRIPTION " Size (in bytes) of the storage media. " ::= { bulkstoragemediaentry 3 bulkstoragemediausedspace OBJECT-TYPE DESCRIPTION " Size (in bytes) of the storage media used. " ::= { bulkstoragemediaentry 4 2

3 bulkstoragemediafreespace OBJECT-TYPE DESCRIPTION " Size (in bytes) of free memory on the storage media. " ::= { bulkstoragemediaentry 5 bulkstoragemediatype OBJECT-TYPE DisplayString (SIZE(0..16)) DESCRIPTION " Description of type of storage media. " ::= { bulkstoragemediaentry 6 bulkfileitemtable OBJECT-TYPE SEQUENCE OF BulkFileItemEntry DESCRIPTION " Table of files on bulk media. " ::= { bulkfileitem 1 bulkfileitementry OBJECT-TYPE BulkFileItemEntry DESCRIPTION " Entry into file table. " INDEX { bulkfileitementryindex ::= { bulkfileitemtable 1 BulkFileItemEntry ::= SEQUENCE { bulkfileitementryindex, bulkfileitemname DisplayString, bulkfileitemaccessed NafemDateTime, bulkfileitemcreated NafemDateTime, bulkfileitemmodified NafemDateTime, bulkfileitemversion DisplayString, bulkfileitemsize, bulkfileitemstatus bulkfileitemstoragemediaindex bulkfileitementryindex OBJECT-TYPE DESCRIPTION " Index to file item table. " ::= { bulkfileitementry 1 bulkfileitemname OBJECT-TYPE DisplayString (SIZE (0..32)) DESCRIPTION " File name of item. Reference current NAFEM textual convention." ::= { bulkfileitementry 2 3

4 bulkfileitemaccessed OBJECT-TYPE NafemDateTime DESCRIPTION " Date and time when file item was last accessed. Reference current NAFEM textual convention. " ::= { bulkfileitementry 3 bulkfileitemcreated OBJECT-TYPE NafemDateTime DESCRIPTION "Date and time when file item was created. Reference current NAFEM textual convention." ::= { bulkfileitementry 4 bulkfileitemmodified OBJECT-TYPE NafemDateTime DESCRIPTION " Date and time when file item was modified. Reference current NAFEM textual convention. " ::= { bulkfileitementry 5 bulkfileitemversion OBJECT-TYPE DisplayString (SIZE (0..8)) DESCRIPTION " Current version level of file item. Reference current NAFEM textual convention. " ::= { bulkfileitementry 6 bulkfileitemsize OBJECT-TYPE DESCRIPTION " Size (in bytes) of file item. " ::= { bulkfileitementry 7 bulkfileitemstatus OBJECT-TYPE DESCRIPTION " 1 = Available 2 = Not Available ::= { bulkfileitementry 8 bulkfileitemstoragemediaindex OBJECT-TYPE DESCRIPTION " Referencing the storage media where the file item resides. The value of the storage media listed in the storage media table. If a single storage media exists the value of 1 shall be used and the storage media table use is. " 4

5 bulkfiletransfertable OBJECT-TYPE SEQUENCE OF BulkFileTransferEntry DESCRIPTION " Table of bulk transfer configuration parameters. " ::= { bulkfiletransfer 1 bulkfiletransferentry OBJECT-TYPE BulkFileTransferEntry DESCRIPTION " Entry into Ttransfer Ttable. " INDEX { bulkfiletransferentryindex ::= { bulkfiletransfertable 1 BulkFileTransferEntry ::= SEQUENCE { bulkfiletransferentryindex, bulkfiletransferdeviceenable, bulkfiletransfererasereqd, bulkfiletransfercommand, bulkfiletransferexecute, bulkfiletransfersource DisplayString, bulkfiletransferdest DisplayString, bulkfiletransfercrctype, bulkfiletransferserverip IpAddress, bulkfiletransfererasestatus, bulkfiletransfercopystatus bulkfiletransferentryindex OBJECT-TYPE DESCRIPTION " Index for rows of bulkfiletransfertable. " ::= { bulkfiletransferentry 1 bulkfiletransferdeviceenable OBJECT-TYPE DESCRIPTION " 1 = Enabled 2 = Disabled ::= { bulkfiletransferentry 2 bulkfiletransfererasereqd OBJECT-TYPE DESCRIPTION " 1 = Erase required 2 = Erase not required ::= { bulkfiletransferentry 3 5

6 bulkfiletransfercommand OBJECT-TYPE {copy-from-host (1), copy-to-host (2), erase-file (3) DESCRIPTION " File transfer control option. " ::= { bulkfiletransferentry 4 bulkfiletransferexecute OBJECT-TYPE DESCRIPTION " 1 = Trigger event 2 = No event Triggers the event for file transfer control option selected. ::= { bulkfiletransferentry 5 bulkfiletransfersource OBJECT-TYPE DisplayString (SIZE (0..64)) DESCRIPTION " Name of source file item including path relative to the command file option. ::= { bulkfiletransferentry 6 bulkfiletransferdest OBJECT-TYPE DisplayString (SIZE (0..64)) DESCRIPTION " Name of destination file item including path relative to the command file option. ::= { bulkfiletransferentry 7 bulkfiletransfercrctype OBJECT-TYPE { none (1), bits-16 (2), bits-8 (3) DESCRIPTION " Type of CRC algorithm used for data error detection on TFTP transactions. " ::= { bulkfiletransferentry 8 bulkfiletransferserverip OBJECT-TYPE IpAddress DESCRIPTION " IP address of TFTP server." ::= { bulkfiletransferentry 9 6

7 bulkfiletransfererasestatus OBJECT-TYPE { in-progress (1), success (2), failure (3), -type (4) DESCRIPTION " Status of the file item erase process. " ::= { bulkfiletransferentry 10 bulkfiletransfercopystatus OBJECT-TYPE { inprogress (1), success (2), invalidoperation (3), invalidsourcename (4), invaliddestname (5), invalidserveraddress (6), devicebusy (7), deviceopenerror (8), deviceerror (9), devicenotprogrammable (10), devicefull (11), fileopenerror (12), filetransfererror (13), filechecksumerror (14), nomemory (15), unknownfailure(16) DESCRIPTION " Status of last transfer command. " ::= { bulkfiletransferentry 11 bulknotifytable OBJECT-TYPE SEQUENCE OF BulkNotifyEntry DESCRIPTION " Table of Notify Message parameters. " ::= { bulknotify 1 bulknotifyentry OBJECT-TYPE BulkNotifyEntry DESCRIPTION " Entry into notify message table." INDEX { bulknotifytableindex ::= { bulknotifytable 1 BulkNotifyEntry ::= SEQUENCE { bulknotifytableindex, bulknotifymessage DisplayString, bulknotifycode NafemAlarmStatus, bulknotifytimestamp NafemDateTime, bulknotifyenable 7

8 bulknotifytableindex OBJECT-TYPE DESCRIPTION " Index for rows of bulknotifytable. " ::= { bulknotifyentry 1 bulknotifymessage OBJECT-TYPE DisplayString (SIZE (0..32)) DESCRIPTION " Textual message of notify condition. " ::= { bulknotifyentry 2 bulknotifycode OBJECT-TYPE NafemAlarmStatus NafemNotifyCode DESCRIPTION " Numeric value of notify condition. " ::= { bulknotifyentry 3 bulknotifytimestamp OBJECT-TYPE NafemDateTime DESCRIPTION " Date/time when bulk transfer trap occurred. Reference current NAFEM textual convention. " ::= { bulknotifyentry 4 bulknotifyenable OBJECT-TYPE DESCRIPTION " 1 = No trap generation 2 = Enable trap generation ::= { bulknotifyentry 5 bulknotifyacktable OBJECT-TYPE SEQUENCE OF BulkNotifyAckEntry 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. " ::= {bulknotify 2 bulknotifyackentry OBJECT-TYPE BulkNotifyAckEntry DESCRIPTION " Entry in Acknowledgement table" INDEX { bulknotifyacktableindex ::= {bulknotifyacktable 1 8

9 BulkNotifyAckEntry ::= SEQUENCE { bulknotifyacktableindex, bulknotifyack, bulknotifyinterval NafemInterval, bulknotifyretries, bulknotifyresponse IpAddress bulknotifyacktableindex OBJECT-TYPE DESCRIPTION " Index for rows of bulknotifyacktable. " ::= { bulknotifyackentry 1 bulknotifyack OBJECT-TYPE DESCRIPTION " 1 = No acknowledgement required from manager 2 = Acknowledgement required ::= { bulknotifyackentry 2 bulknotifyinterval OBJECT-TYPE NafemInterval DESCRIPTION " Delay interval between non-acknowledged trap events. Applicable only when acknowledgement required. ::= { bulknotifyackentry 3 bulknotifyretries OBJECT-TYPE DESCRIPTION " Number of attempts of non-acknowledged trap events. Applicable only when acknowledgement required. ::= { bulknotifyackentry 4 bulknotifyresponse OBJECT-TYPE IpAddress DESCRIPTION " Response word from SNMP Manager to acknowledge to. Manager writes his/her Ipaddress to confirm receipt. " ::= { bulknotifyackentry 5 END 9 MIB-bulk-transfer-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-SECURITY-MIB DEFINITIONS ::= BEGIN. -- From file: "security.mib" IMPORTS. NafemDateTime, NafemChoice, NafemTime, NafemInterval,

NAFEM-SECURITY-MIB DEFINITIONS ::= BEGIN. -- From file: security.mib IMPORTS. NafemDateTime, NafemChoice, NafemTime, NafemInterval, NAFEM-SECURITY-MIB DEFINITIONS ::= BEGIN From file: "security.mib" IMPORTS OBJECT-TYPE IpAddress DisplayString NafemDateTime, NafemChoice, NafemTime, NafemInterval, NafemAlarmStatus securitygroup, securitysystem,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

EG V1.2.1 ( )

EG V1.2.1 ( ) ETSI Guide Integrated Circuits Cards (ICC); ETSI numbering system for telecommunication; ALgorithm IDentifiers (ALID) European Telecommunications Standards Institute 2 Reference REG/ICC-00013 (bd000ioq.pdf)

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

Vanguard Managed Solutions

Vanguard Managed Solutions Vanguard Managed Solutions Vanguard Applications Ware IP and LAN Feature Protocols Slim Internet Protocol (SIP) Notice 2003 Vanguard Managed Solutions, LLC 575 West Street Mansfield, Massachusetts 02048

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

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

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

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

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

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

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

Network Working Group Request for Comments: 2320 Category: Standards Track Bay Networks, Inc. K. White IBM Corp. T. Kuo Bay Networks, Inc.

Network Working Group Request for Comments: 2320 Category: Standards Track Bay Networks, Inc. K. White IBM Corp. T. Kuo Bay Networks, Inc. Network Working Group Request for Comments: 2320 Category: Standards Track M. Greene Xedia Corp. J. Luciani Bay Networks, Inc. K. White IBM Corp. T. Kuo Bay Networks, Inc. April 1998 Status of this Memo

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

SNMP SIMULATOR. Description

SNMP SIMULATOR. Description SNMP SIMULATOR Overview The SNMP Agent Simulator enables simulation of standalone SNMP agents to test and demonstrate SNMP-based management applications. Its unique ability to create default values from

More information

Configuring IP SLAs TCP Connect Operations

Configuring IP SLAs TCP Connect Operations This module describes how to configure an IP Service Level Agreements (SLAs) TCP Connect operation to measure the response time taken to perform a TCP Connect operation between a Cisco router and devices

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

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

Accredited Standards Committee X9, Incorporated Financial Industry Standards

Accredited Standards Committee X9, Incorporated Financial Industry Standards DRAFT STANDARD FOR TRIAL USE DSTU X9.100-172-3-2007 Specifications for the Validation of Interoperable Check Security Features (ICSF) Part 3 Message Definitions Publication of this draft standard for trial

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

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 22 CHAPTER This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Catalyst 3750 switch. Unless otherwise noted, the term switch refers to a standalone switch and a

More information

The SNMPTrap Driver. This document relates to SNMPTrap driver version 1.2

The SNMPTrap Driver. This document relates to SNMPTrap driver version 1.2 The SNMPTrap Driver The SNMPTrap driver allows a North device to notify a network management station of events by sending Simple Network Management Protocol (SNMP) traps. SNMP is widely used to manage

More information

Configuring SNMP CHAPTER. This chapter describes how to configure the Simple Network Management Protocol (SNMP) on your access point.

Configuring SNMP CHAPTER. This chapter describes how to configure the Simple Network Management Protocol (SNMP) on your access point. CHAPTER 18 This chapter describes how to configure the Simple Network Management Protocol (SNMP) on your access point. Note For complete syntax and usage information for the commands used in this chapter,

More information

Checking System Status General Steps

Checking System Status General Steps Checking System Status General Steps Contents Overview... 3 1. Check General System Status... 3 2. Check Data Being Collected Into the System... 4 3. Check ETL Processes... 6 4. Check Data Transfers...

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

ETSI TS V7.0.0 ( )

ETSI TS V7.0.0 ( ) TS 100 600 V7.0.0 (1999-08) Technical Specification Digital cellular telecommunications system (Phase 2+); Signalling requirements on interworking between the Integrated Services Digital Network (ISDN)

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

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

2. This Program issues certifications as Certified Steel Erector.

2. This Program issues certifications as Certified Steel Erector. AISC Certification Program Administrative Rules and Technical Requirements for Structural Steel Erection Published on October 31, 2014, Revised on February 20, 2015 (revisions underlined) This document

More information

Network Working Group. Category: Standards Track Tohoku University K. Nagami INTEC NetCore Inc. S. Gundavelli Cisco Systems Inc.

Network Working Group. Category: Standards Track Tohoku University K. Nagami INTEC NetCore Inc. S. Gundavelli Cisco Systems Inc. Network Working Group Request for Comments: 4295 Category: Standards Track G. Keeni Cyber Solutions Inc. K. Koide Tohoku University K. Nagami INTEC NetCore Inc. S. Gundavelli Cisco Systems Inc. April 2006

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

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

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

ETSI TS V2.1.1 ( ) Technical Specification

ETSI TS V2.1.1 ( ) Technical Specification TS 186 014-1 V2.1.1 (2009-05) Technical Specification Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); PSTN/ISDN simulation services: Communication Diversion

More information

TCG. SNMP MIB for TPM-Based Attestation

TCG. SNMP MIB for TPM-Based Attestation SNMP MIB for TPM-Based Attestation Specification Version 0.8 Revision 0.02 May 22, 2018 DRAFT Contact: admin@trustedcomputinggroup.org Work in Progress This document is an intermediate draft for comment

More information

Internet Engineering Task Force (IETF) Category: Standards Track. J. Quittek. NEC Europe Ltd. October 2012

Internet Engineering Task Force (IETF) Category: Standards Track. J. Quittek. NEC Europe Ltd. October 2012 Internet Engineering Task Force (IETF) Request for Comments: 6727 Category: Standards Track ISSN: 2070-1721 T. Dietz, Ed. NEC Europe Ltd. B. Claise Cisco Systems, Inc. J. Quittek NEC Europe Ltd. October

More information

Internet Engineering Task Force (IETF) B. Claise Cisco Systems, Inc. G. Muenz Technische Universitaet Muenchen April 2010

Internet Engineering Task Force (IETF) B. Claise Cisco Systems, Inc. G. Muenz Technische Universitaet Muenchen April 2010 Internet Engineering Task Force (IETF) Request for Comments: 5815 Category: Standards Track ISSN: 2070-1721 T. Dietz, Ed. NEC Europe, Ltd. A. Kobayashi NTT PF Labs. B. Claise Cisco Systems, Inc. G. Muenz

More information

Xerox WorkCentre Statement of Volatility Version 1.0

Xerox WorkCentre Statement of Volatility Version 1.0 Xerox WorkCentre 4265 Statement of Volatility Version 1.0 June 3, 2016 Notice Xerox WorkCentre 4265 Statement of Volatility This document describes the locations, capacities and contents of volatile and

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

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

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

Configuring Data Collection Manager

Configuring Data Collection Manager This module describes the configuring of the Data Collection Manager feature. Table 1: Feature History for Release Release 5.2.2 Modification This feature was introduced Data Collection Manager, on page

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

Uniform Biological Material Transfer Agreement SAMPLE

Uniform Biological Material Transfer Agreement SAMPLE Uniform Biological Material Transfer Agreement The purpose of this agreement is to provide a record of the biological material transfer and to memorialize the agreement between the PROVIDER, PROVIDER S

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

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

Writing to Internal Flash in PSoC 3 and PSoC 5

Writing to Internal Flash in PSoC 3 and PSoC 5 Writing to Internal Flash in PSoC 3 and PSoC 5 Code Example Objective CE62384 demonstrates how to write to the internal flash to change its contents during run time. CE62384 Associated Part Families: CY8C3xxx

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 102 144 V1.1.1 (2003-05) Technical Specification Services and Protocols for Advanced Networks (SPAN); MTP/SCCP/SSCOP and SIGTRAN (Transport of SS7 over IP); Stream Control Transmission Protocol (SCTP)

More information

Network Management. Raj Jain Raj Jain. Washington University in St. Louis

Network Management. Raj Jain Raj Jain. Washington University in St. Louis Network Management Raj Jain Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@wustl.edu Audio/Video recordings of this lecture are available on-line at: http://www.cse.wustl.edu/~jain/cse473-09/

More information

Statement of Volatility Xerox WorkCentre 4250/4260

Statement of Volatility Xerox WorkCentre 4250/4260 Notice This document describes the locations, capacities and contents of volatile and non-volatile memory devices within the WorkCentre 4250/4260. The context of the information in this document is that

More information

Trend Log/BACnet Trend Log

Trend Log/BACnet Trend Log Object Dictionary 1 Trend Log/BACnet Trend Log Introduction Notes: The Johnson Controls Trend Log object is considered a BACnet Trend Log object because it supports BACnet functionality. In addition, this

More information

AMENDMENT ISO/IEC :2005 FDAM 1 FINAL DRAFT

AMENDMENT ISO/IEC :2005 FDAM 1 FINAL DRAFT FINAL DRAFT AMENDMENT ISO/IEC 7816-4:2005 FDAM 1 ISO/IEC JTC 1 Secretariat: ANSI Voting begins on: 2008-07-08 Voting terminates on: 2008-09-08 Identification cards Integrated circuit cards Part 4: Organization,

More information

Table of Contents 1 RMON Configuration 1-1

Table of Contents 1 RMON Configuration 1-1 Table of Contents 1 RMON Configuration 1-1 RMON Overview 1-1 Introduction 1-1 Working Mechanism 1-1 RMON Groups 1-2 Configuring RMON 1-3 Configuration Prerequisites 1-3 Configuration Procedure 1-3 Displaying

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

The ABCs of SNMP. Info Sheet. The ABC of SNMP INTRODUCTION. SNMP Versions

The ABCs of SNMP. Info Sheet. The ABC of SNMP INTRODUCTION. SNMP Versions The ABCs of SNMP INTRODUCTION One of the numerous acronyms from the Internet world is SNMP which stands for Simple Network Management Protocol. Of course, anything termed simple is suspect. SNMP is an

More information

SNMP SNMP Overview CHAPTER

SNMP SNMP Overview CHAPTER CHAPTER 18 This chapter explains Simple Network Management Protocol () as implemented by the Cisco ONS 15454. For setup information, refer to the Cisco ONS 15454 Procedure Guide. Chapter topics include:

More information

SNMP Agent Setup. Simple Network Management Protocol Support. SNMP Basics

SNMP Agent Setup. Simple Network Management Protocol Support. SNMP Basics Simple Network Management Protocol Support, page 1 SNMP Basics, page 1 SNMP Management Information Base (MIB), page 2 Set Up SNMP, page 3 Import Previously Configured Windows SNMP v1 Community Strings,

More information

MF Intelligent Network Controller for Embedded System. S1S60000 Series. Host Interface Manual

MF Intelligent Network Controller for Embedded System. S1S60000 Series. Host Interface Manual MF1498-03 Intelligent Network Controller for Embedded System S1S60000 Series Host Interface Manual NOTICE No part of this material may be reproduced or duplicated in any form or by any means without the

More information

Destinator SP for Symbian User Guide. Destinator Technologies. Destinator SP for Symbian User Guide 1

Destinator SP for Symbian User Guide. Destinator Technologies. Destinator SP for Symbian User Guide 1 Destinator SP for Symbian User Guide Destinator Technologies Destinator SP for Symbian User Guide 1 Notices, Disclaimers, and Terms of Use 1. Limited Product Warranty Destinator Technologies Inc., warrants

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER CHAPTER 30 This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Cisco ME 3400E Ethernet Access switch. Note For complete syntax and usage information for the commands

More information

Getting Started with Notifications

Getting Started with Notifications Getting Started with Notifications Getting Started with Notifications The Notifications application is used to monitor switch activity and configure trap management tasks, including: Monitoring switch

More information

HPE Network Node Manager i Software 10.30

HPE Network Node Manager i Software 10.30 HPE Network Node Manager i Software 10.30 Step-by-Step Guide to Custom Poller White Paper Contents Custom Poller... 3 Setting Up Your MIB... 3 Step 1: Identify the MIB Variable You Want to Poll... 3 Step

More information

VOL Volition Managed Ethernet Switch. User Guide. Innovation

VOL Volition Managed Ethernet Switch. User Guide. Innovation VOL-0215 Volition Managed Ethernet Switch User Guide Innovation 1 2 Table of Contents 1.0 Introduction... 4 2.0 Configuring Initial Parameters with the Terminal... 5 3.0 Installing and Opening Volition

More information

Network Working Group Request for Comments: 4131 Category: Standards Track Toshiba E. Cardona, Ed. CableLabs A. Katsnelson September 2005

Network Working Group Request for Comments: 4131 Category: Standards Track Toshiba E. Cardona, Ed. CableLabs A. Katsnelson September 2005 Network Working Group Request for Comments: 4131 Category: Standards Track S. Green Consultant K. Ozawa Toshiba E. Cardona, Ed. CableLabs A. Katsnelson September 2005 Management Information Base for Data

More information

Biological Material Transfer Agreement. between (PROVIDER) and. Date: A. Specific Terms of Agreement (Implementing Section)

Biological Material Transfer Agreement. between (PROVIDER) and. Date: A. Specific Terms of Agreement (Implementing Section) Biological Material Transfer Agreement between (PROVIDER) and (RECIPIENT) regarding (ORIGINAL MATERIAL). A. Specific Terms of Agreement (Implementing Section) I. ORIGINAL MATERIAL: II. PROVIDER of the

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

Data Collection Manager Command Reference

Data Collection Manager Command Reference Data Collection Manager Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883

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

Equivalencia. - Cisco vs Huawei -

Equivalencia. - Cisco vs Huawei - Equivalencia - Cisco vs Huawei - Item Commandos Cisco Commandos Huawei 1 Configure terminal system 4 disable NONE 5 enable NONE 6 end Return 7 exit Quit 8 interface { interface-type interface-number 9

More information

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3 Table of Contents 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3 i 1 TFTP Configuration Commands TFTP Client Configuration Commands

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

Internet Engineering Task Force (IETF) Category: Standards Track

Internet Engineering Task Force (IETF) Category: Standards Track Internet Engineering Task Force (IETF) Request for Comments: 7666 Category: Standards Track ISSN: 2070-1721 H. Asai Univ. of Tokyo M. MacFaden VMware Inc. J. Schoenwaelder Jacobs University K. Shima IIJ

More information

EN V1.2.4 ( )

EN V1.2.4 ( ) European Standard (Telecommunications series) Integrated Services Digital Network (ISDN); Connected Line Identification Restriction (COLR) supplementary service; Digital Subscriber Signalling System No.

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 101 818-5 V1.1.1 (2001-07) Technical Specification Integrated Services Digital Network (ISDN); Digital Subscriber Signalling System No. one (DSS1) protocol; Trunk Hunting (TH) supplementary service;

More information

File Management Utility User Guide

File Management Utility User Guide File Management Utility User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held

More information

ETSI TS V1.2.1 ( )

ETSI TS V1.2.1 ( ) TS 102 148-2-1 V1.2.1 (2004-04) Technical Specification Broadband Radio Access Networks (BRAN); HIPERACCESS; Conformance testing for the Packet based Convergence Layer; Part 2: Ethernet Service Specific

More information

EN V3.1.3 ( )

EN V3.1.3 ( ) European Standard (Telecommunications series) Integrated Services Digital Network (ISDN); Signalling System No.7; ISDN User Part (ISUP) version 3 for the international interface; Part 10: Subaddressing

More information

Draft EN V1.1.1 ( )

Draft EN V1.1.1 ( ) European Standard (Telecommunications series) Transmission and Multiplexing (TM); Generic requirements for synchronization networks; Part 6-2: Timing characteristics of primary reference clocks; Implementation

More information

EN V1.1.2 ( )

EN V1.1.2 ( ) European Standard (Telecommunications series) Integrated Services Digital Network (ISDN); Signalling System No.7; Signalling Connection Control Part (SCCP); Interoperability test specification 2 Reference

More information

Technical Specification MEF 31. Service OAM Fault Management Definition of Managed Objects. January 2011

Technical Specification MEF 31. Service OAM Fault Management Definition of Managed Objects. January 2011 Technical Specification Service OAM Fault Management Definition of Managed Objects January 2011 The Metro Ethernet Forum 2011. Any reproduction of this document, or any portion thereof, shall contain the

More information

EN V1.1.3 ( )

EN V1.1.3 ( ) European Standard (Telecommunications series) Integrated Services Digital Network (ISDN); Digital Subscriber Signalling System No. one (DSS1) protocol; Generic functional protocol for the support of supplementary

More information