Observium_CE/mibs/netgear/NETGEAR-RADLAN-SNA-MIB

47 lines
1.8 KiB
Plaintext

NETGEAR-RADLAN-SNA-MIB DEFINITIONS ::= BEGIN
-- Title: RADLAN ROS
-- SNA MIB
-- Version: 800
-- Date: 12-May-2015
IMPORTS
rnd FROM NETGEAR-RADLAN-MIB
OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI
TestAndIncr FROM SNMPv2-TC;
rlSna MODULE-IDENTITY
LAST-UPDATED "201101050000Z"
ORGANIZATION "Radlan - a MARVELL company.
Marvell Semiconductor, Inc."
CONTACT-INFO
"www.marvell.com"
DESCRIPTION
"This private MIB module is used for communication between
SNA client and SNA server."
REVISION "201505120000Z"
DESCRIPTION
"Initial revision."
::= { rnd 229 }
rlSnaNextFreeSessionId OBJECT-TYPE
SYNTAX TestAndIncr
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The MIB allows several SNA clients operating at the same time to
receive different session ids. Get operation on this MIB will return
the next free session id number. An SNA client should then issue SET
operation with the value it received. The response will be one of the
following:
- noError.
- inconsistentValue in case another client has already used this session id.
- resourceUnavailable in case the number of active sessions has already
reached the maximum.
In case of success, a new session events database is allocated for the session id."
::= { rlSna 1 }
END