MARWAY-AGENT-CAPS-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY FROM SNMPv2-SMI -- [RFC2578] AGENT-CAPABILITIES FROM SNMPv2-CONF -- [RFC2580] agentIdents, agentCaps, marwayMibs FROM MARWAY-SMI-MIB; -- [MAR-SMI] marwayAgentCapsMib MODULE-IDENTITY LAST-UPDATED "201704100000Z" -- 10 April 2017, midnight ORGANIZATION "Marway Power Solutions" CONTACT-INFO "Marway Power Solutions 1721 S. Grand Avenue Santa Ana, California 92705 USA Telephone: +1 714 917 6200 EMail: support@marway.com URL: http://www.marway.com Send comments to " DESCRIPTION "This MIB module defines agent identities, used to identify Marway SNMP agents, and agent capabilities, used to convey the capabilities of Marway SNMP Agents. Copyright (C) 2017 Marway Power Solutions. All rights reserved. Use is subject to license terms. This version of the MARWAY-AGENT-CAPS-MIB module is part of Marway publication, `The Marway Agent Capabilities MIB', April 2017. See the publication itself for full legal notices. " -- Revision log REVISION "201704100000Z" -- 10 April 2017, midnight DESCRIPTION "Initial version, as part of Marway publication `The Marway SMI MIB', April 2017. " ::= { marwayMibs 3 } -- -- Agent Identities -- marwayRcmPowerDistributionAgent OBJECT-IDENTITY STATUS current DESCRIPTION "The SNMP agent identity for 'The Marway RCM Power Distribution Agent' systems. This value is exposed by the sysObjectID object. " ::= { agentIdents 1 } -- -- Agent Capabilities -- marwayCapsBase1 AGENT-CAPABILITIES PRODUCT-RELEASE "Marway Base Capabilities 1. " STATUS current DESCRIPTION "The Base Agent Capabilities statement for Marway SNMP Agents " SUPPORTS ENTITY-MIB INCLUDES { entityPhysicalGroup, entityPhysical2Group, entityPhysical3Group, entityGeneralGroup, entityNotificationsGroup, entityMappingGroup } VARIATION entPhysicalSerialNum ACCESS read-write DESCRIPTION "Write access is only supported for for entities having an entPhysical class of chassis(3). Any attempt to set a value longer than 30 octets will receive a response with an error-status of wrongLength(8)." VARIATION entPhysicalAssetID ACCESS read-write DESCRIPTION "Write access is only supported for for entities having an entPhysical class of chassis(3). Any attempt to set a value longer than 30 octets will receive a response with an error-status of wrongLength(8)." VARIATION entPhysicalAlias ACCESS read-write DESCRIPTION "Any attempt to set a value longer than 30 octets will receive a response with an error-status of wrongLength(8)." VARIATION entPhysicalUris ACCESS not-implemented DESCRIPTION "not applicable." SUPPORTS MARWAY-CHASSIS-MIB INCLUDES { mChassisObjectGroup, mChassisNotifyObjectGroup, mChassisNotificationGroup } SUPPORTS MARWAY-POWER-MIB INCLUDES { mPowerBasicObjectGroup } ::= { agentCaps 1 } marwayCapsEnvSensorMonitor AGENT-CAPABILITIES PRODUCT-RELEASE "Sensor Monitoring feature version 1.0 " STATUS current DESCRIPTION "Marway power entities with support for the environmental sensor monitoring feature. " SUPPORTS MARWAY-SENSOR-MIB INCLUDES { mSensorObjectGroup, mSensorNotificationGroup } ::= { agentCaps 2 } marwayCapsCurrentMonitor AGENT-CAPABILITIES PRODUCT-RELEASE "Current Monitoring feature version 1.0 " STATUS current DESCRIPTION "Marway power entities with support for the current monitoring feature. " SUPPORTS MARWAY-POWER-MIB INCLUDES { mPowerCurrentMonitorObjectGroup } ::= { agentCaps 3 } marwayCapsPowerMonitor AGENT-CAPABILITIES PRODUCT-RELEASE "Power Monitor feature version 1.0 " STATUS current DESCRIPTION "Marway power entities with support for the power monitor feature. " SUPPORTS MARWAY-POWER-MIB INCLUDES { mPowerPowerMonitorObjectGroup } ::= { agentCaps 4 } marwayCapsEnergyMonitor AGENT-CAPABILITIES PRODUCT-RELEASE "Energy Monitor feature version 1.0 " STATUS current DESCRIPTION "Marway power entities with support for the energy monitor feature. " SUPPORTS MARWAY-POWER-MIB INCLUDES { mPowerEnergyMonitorObjectGroup } ::= { agentCaps 5 } marwayCapsPowerSetpoint AGENT-CAPABILITIES PRODUCT-RELEASE "Power Setpoint feature version 1.0 " STATUS current DESCRIPTION "Marway power entities with support for the power setpoint feature. " SUPPORTS MARWAY-POWER-MIB INCLUDES { mPowerSetpointObjectGroup, mPowerSetpointNotificationGroup } ::= { agentCaps 6 } marwayCapsRemoteSwitching AGENT-CAPABILITIES PRODUCT-RELEASE "Remote Switching feature version 1.0 " STATUS current DESCRIPTION "Marway power entities with support for the remote switching feature. " SUPPORTS MARWAY-POWER-MIB INCLUDES { mPowerSwitchObjectGroup, mPowerSwitchNotificationGroup } ::= { agentCaps 7 } marwayCapsSystemGroup AGENT-CAPABILITIES PRODUCT-RELEASE "System group feature version 1.0 " STATUS current DESCRIPTION "Marway power entities with limited support of the system group of scalars defined in the SNMPv2-MIB and published in RFC 3418. " SUPPORTS SNMPv2-MIB INCLUDES { systemGroup } VARIATION sysContact ACCESS read-write DESCRIPTION "Any attempt to set a value longer than 30 octets will receive a response with an error-status of noError(0). However, due to limited resources, the stored value will be truncated to the first 30 octets" VARIATION sysName ACCESS read-write DESCRIPTION "Any attempt to set a value longer than 30 octets will receive a response with an error-status of noError(0). However, due to limited resources, the stored value will be truncated to the first 30 octets" VARIATION sysLocation ACCESS read-write DESCRIPTION "Any attempt to set a value longer than 30 octets will receive a response with an error-status of noError(0). However, due to limited resources, the stored value will be truncated to the first 30 octets" VARIATION sysORID ACCESS not-implemented DESCRIPTION "not supported" VARIATION sysORUpTime ACCESS not-implemented DESCRIPTION "not supported" VARIATION sysORDescr ACCESS not-implemented DESCRIPTION "not supported" ::= { agentCaps 8 } END