| Title: | DECmcc user notes file. Does not replace IPMT. |
| Notice: | Use IPMT for problems. Newsletter location in note 6187 |
| Moderator: | TAEC::BEROUD |
| Created: | Mon Aug 21 1989 |
| Last Modified: | Wed Jun 04 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 6497 |
| Total number of notes: | 27359 |
MCC>show snmp catrix tcp conntable * all status
.
.
.
.
.
SNMP catrix tcp ConnTable (47.0.1.217,110,47.0.1.217,130)
AT 15-OCT-1991 02:53:56 Status
Examination of attributes shows:
tcpConnRemPort = 1154
tcpConnRemAddress = 47.0.1.217
tcpConnLocalPort = 13678
tcpConnLocalAddress = 47.0.1.217
tcpConnState = established
MCC>
.
.
.
.
MCC>
MCC> show snmp catrix tcp conntable (47.0.1.217,110,47.0.1.217,130) all status
SNMP catrix tcp ConnTable (47.0.1.217,110,47.0.1.217,130)
AT 15-OCT-1991 02:57:05 Status
Examination of attributes shows:
tcpConnRemPort = -- Attribute Not Gettable
tcpConnRemAddress = -- Attribute Not Gettable
tcpConnLocalPort = -- Attribute Not Gettable
tcpConnLocalAddress = -- Attribute Not Gettable
tcpConnState = -- Attribute Not Gettable
BUT
MCC>
MCC> show snmp catrix tcp conntable (47.0.1.217,1154,47.0.1.217,13678) all statu
SNMP catrix tcp ConnTable (47.0.1.217,1154,47.0.1.217,13678)
AT 15-OCT-1991 02:58:51 Status
Examination of attributes shows:
tcpConnRemPort = 13678
tcpConnRemAddress = 47.0.1.217
tcpConnLocalPort = 1154
tcpConnLocalAddress = 47.0.1.217
tcpConnState = established
MCC>
Problem with DECMCC TCPIP AM 1.1 SSB , DECMCC BMS 1.1
I READ TCP CONNTABLE with error . I find the same problem with
iconic_map
Didier
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 1664.1 | Wrong out_entity instance . | YAHEY::BOSE | Wed Oct 16 1991 12:04 | 31 | |
The out_entity instance returned by the AM is incorrect. So when you
try to use it in your show command, you are unable to get any attributes
back from the agent.
Here's where the problem is :
MCC>show snmp catrix tcp conntable * all status
SNMP catrix tcp ConnTable (47.0.1.217,110,47.0.1.217,130)
AT 15-OCT-1991 02:53:56 Status
Examination of attributes shows:
tcpConnRemPort = 1154
tcpConnRemAddress = 47.0.1.217
tcpConnLocalPort = 13678
tcpConnLocalAddress = 47.0.1.217
tcpConnState = established
The instance for the class conntable is constructed from the following
attributes :
(tcpConnLocalAddress,tcpConnLocalPort,tcpConnRemAddress,tcpConnRemPort)
Thus the instance above should be (47.0.1.217,13678,47.0.1.217,1154)
instead of (47.0.1.217,110,47.0.1.217,130).
This is incorrect and needs to be fixed. Thanks for pointing it out
to us.
Rahul.
| |||||
| 1664.2 | SNMP AM 1.1 FT works fine | PRSUD1::CARRAYROU | Wed Oct 16 1991 15:16 | 7 | |
The SNMP AM 1.1 Field Test works fine
I will use this version for my demo
Thanks
| |||||