T.R | Title | User | Personal Name | Date | Lines |
---|
2327.1 | | TOOK::R_SPENCE | Nets don't fail me now... | Wed Feb 12 1992 11:26 | 4 |
| If I got this wrong, someone please correct me but I believe that
the first SNMP agents for the bridges did not support SET.
s/rob
|
2327.2 | | QUIVER::CHILDS | Ed Childs | Wed Feb 12 1992 15:04 | 21 |
| | I'm trying to manage DECbridge 500 (software version 3.0, SNMP
| manageable)
V3.0 of the bridge's software will not allow SNMP sets. And I've heard
that there is no support planned for SNMP sets on the DECbridge 5xx
series.
| >And, if I try to write a new trap address via ELM AM, I get the
| following message...
| set bridge .bridge_node.SXD500 Trap Address = 16.188.48.5
This is the wrong command. See the Bridge Access Module Use manual,
the section called Setting IP Address Information. The commands that I
think you are looking for are:
MCC> ADD BRIDGE <bridge-id> TRAP ADDRESS=n.n.n.n
MCC> REMOVE BRIDGE <bridge-id> TRAP ADDRESS=n.n.n.n
The error message you are getting isn't very good. I'll see if there
is a better way of handling this error.
|
2327.3 | SNMP restriction and ELM AM syntax OK | ZTOIS1::VISTA | Renato VISTA, SIS Strasbourg, France | Thu Feb 13 1992 04:54 | 30 |
|
Hi and thank you for your answers !
Yes, Rob, you're right concerning the non-ability to do a SET directive
on SNMP manageable DECbridge500/600 and DECconcentrator500/600. I've
found also the answer in the release notes of the new software
(respectively V3.0 and V3.0B) where it is written that "SNMP GET
requests are supported throught the community public" (ie READ-ONLY).
The answer should be able to be found easily in that document (!),
but, as I was working directly with the ASN1 DEC_MIBDEF.TXT file from
the SNMP V1.1 kit where the target variable (ie esysTrapAddress) has
an access mode of READ-WRITE !!! So, you understand my confusion...
Note furthermore that I worked previously on CHIPcom 5100M-MGT and
5102B-EE modules which are both SNMP manageable (ie READ-WRITE), so
it's new for me to discover Digital explicite restrictions about the
SNMP way of management...
Yes, Ed, you're right too !!! Because of my trouble with the previous
problem, I had'nt noticed that the syntax was explicitly written in the
Bridge Access Module User Guide (what a poor reader am I !!!!!!). So,
all is ok now !
Thank you for your help !!
Regards,
Renato
|
2327.4 | SNMP Sets Allowed Switch ELM_AM attribute ? | ZTOIS1::VISTA | Renato VISTA, SIS Strasbourg, France | Thu Feb 13 1992 05:58 | 46 |
|
Hi,
Althought my previous reply .3, I have a question about ELM AM.
I 've just read in the documentation "Bridge Access Module Use", page
A-4, the definition of the following attribute :
SNMP Sets Allowed Switch : When TRUE, the bridge allows the
SET operation via SNMP protocol.
What do you think about that definition and about the way of use that
atribute ?
Note that the following message occurs (ELM AM V1.0, DECmcc V1.1) when
trying to do a SET or an ADD commands :
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
%MCC-I-SAVEHEADER, DECmcc output region Thu Feb 13 11:52:03 1992
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
set bridge .bridge_node.sxd500 SNMP Sets Allowed Switch = true
BRIDGE STRAS5_NS:.bridge_node.sxd500
AT 13-FEB-1992 11:51:28 Characteristics
Modification completed successfully.
SNMP Sets Allowed Switch = -- No Such Attribute
add bridge .bridge_node.sxd500 SNMP Sets Allowed Switch = true
BRIDGE STRAS5_NS:.bridge_node.sxd500
AT 13-FEB-1992 11:51:32 Characteristics
ADD not supported for this attribute.
SNMP Sets Allowed Switch = -- Attribute Operation Failure
capture
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
%MCC-I-SAVETRAILER, end of DECmcc output region
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
2327.5 | | QUIVER::CHILDS | Ed Childs | Thu Feb 13 1992 10:33 | 29 |
| | Althought my previous reply .3, I have a question about ELM AM.
| I 've just read in the documentation "Bridge Access Module Use", page
| A-4, the definition of the following attribute :
|
| SNMP Sets Allowed Switch: When TRUE, the bridge allows the
| SET operation via SNMP protocol.
|
| What do you think about that definition and about the way of use that
| atribute ?
I think that none of the DECbridge 5xx/6xx models return this
attribute. :-) The attribute is defined by the RBMS protocol but it is
not implemented by any of the bridges, and will not be implemented in
the future. From what I know, there will be no more enhancements to
the RBMS agents for LAN Bridge 100/150/200 or the DECbridge 5xx/6xx
Series. It should probably be removed from Appendix A of the Bridge
Use manual to avoid confusion.
Unfortunately, setting this attribute to True does not get you SNMP Set
capabilities. And again, there will be no SNMP Sets ever for the
DECbridge 5xx series -- the firmware implementors sit one row away from
me and I asked them.
| add bridge .bridge_node.sxd500 SNMP Sets Allowed Switch = true
The ADD command only applies to attributes that are tables. There are
exactly two places in the Bridge AM where ADD/REMOVE can be used: 1)
The Trap Address table, 2) the Non-Translating Protocol table. These
are discussed in Chapter 2 of the Bridge Use manual.
|
2327.6 | Ok for your explanations... | ZTOIS1::VISTA | Renato VISTA, SIS Strasbourg, France | Thu Feb 13 1992 13:17 | 7 |
|
Hi Ed,
Thank you for your clear explanations !
Regards,
Renato
|