[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
4458.0. "Event info Phase-V node with MCC, ok with NCL" by BACHUS::FOLENS () Wed Jan 27 1993 11:05
Why is not all the information displayed of the characteristics of an
outbound stream when you use the MCC software. This information is
displayed when you use the NCL interface.
Information missing such as global and specific filters.
Is this a bug?
When you use the iconic map to display the characteristics you receive
the message:
Management Window Message: Extra information was returned for node ...
See the attached log's of both commands. Is this solved in v1.3?
-Geert-
show node dcsbro event dispatcher outbound stream brscom_outboundstream all char
! Show Node DECTOWN:.dcsbro Event Dispatcher Outbound Stream BRSCOM_OutboundStream
! at 1993-01-27-16:57:58.42000 + 00:00 I 28147497.67107
!
! Characteristics
! UID = 60ABACA8-33F8-CB11-82C1-08002B238681
! Template = ""
! Connect Retry Timer = 120
! Disconnect Timer = 0
! Specific Filter = {{EventCode = {Node DECTOWN:.DCSBRO Event Dispatcher Outbound Stream BRSCOM_OutboundStream Events Lost}, FilterAction = Pass}, {EventCode = {Node DECTOWN:.DCSBRO Event Dispatcher Outbound Stream BRSCOM_OutboundStream Enable Stream}, FilterAction = Pass}, {EventCode = {Node DECTOWN:.DCSBRO Event Dispatcher Outbound Stream BRSCOM_OutboundStream Disable Stream}, FilterAction = Pass}, {EventCode = {Node DECTOWN:.DCSBRO Event Dispatcher Outbound Stream BRSCOM_OutboundStream Disconnect}, FilterAction = Pass}, {EventCode = {Node DECTOWN:.DCSBRO Event Dispatcher Outbound Stream BRSCOM_OutboundStream Shutdown}, FilterAction = Pass}, {EventCode = {Node DECTOWN:.DCSBRO Event Dispatcher Outbound Stream BRSCOM_OutboundStream Change Confidence}, FilterAction = Pass}, {EventCode = {Node DECTOWN:.DCSBRO Event Dispatcher Outbound Stream BRSCOM_OutboundStream Change Filter}, FilterAction = Pass}}
! Global Filter = {{EventCode = {(Node, Event Dispatcher, Outbound Stream) Events Lost}, FilterAction = Block}, {EventCode = {(Node, Event Dispatcher, Outbound Stream) Enable Stream}, FilterAction = Block}, {EventCode = {(Node, Event Dispatcher, Outbound Stream) Disable Stream}, FilterAction = Block}, {EventCode = {(Node, Event Dispatcher, Outbound Stream) Disconnect}, FilterAction = Block}, {EventCode = {(Node, Event Dispatcher, Outbound Stream) Shutdown}, FilterAction = Block}, {EventCode = {(Node, Event Dispatcher, Outbound Stream) Change Confidence}, FilterAction = Block}, {EventCode = {(Node, Event Dispatcher, Outbound Stream) Change Filter}, FilterAction = Block}}
! Catch All Filter = Pass
! Connect Timer Enabled = True
! Sink Object =
! Sink Node =
! Sink End User = Number = 82
! Sink Address = {{{%X0113}, {DNA$ProtID$SessCtlV2 Name = MCC_EVL_SINK}, {DNA$ProtID$NSP}, {DNA$ProtID$RoutingV3 49::00-30:AA-00-04-00-3E-C2:20}}}
!
DECmcc (V1.2.3)
Node DECTOWN:.dcsbro Event Dispatcher Outbound Stream BRSCOM_OutboundStream
AT 27-JAN-1993 16:57:00 Characteristics
Examination of attributes shows:
UID = A8ACAB60-F833-11CB-82C1-08002B238681
Template = ""
Connect Retry Timer = 120
Disconnect Timer = 0
Catch All Filter = Pass
Connect Timer Enabled = True
Sink Object = 00-00-00-00-00-00-00-00-00-00-00-00-00
-00:.
Sink Node = 00-00-00-00-00-00-00-00-00-00-00-00-00
-00:.
Sink End User = number = 82
Sink Address = {{{Network Management -- CMIP or NICE,
none}
{DNA Phase IV Session Control,
%XFFFF0000000000000F0000009C6EF0}
{NSP Transport,
Session Control}
{OSI network or DNA Routing,
49::00-30:AA-00-04-00-3E-C2:20}}}
T.R | Title | User | Personal Name | Date | Lines |
---|
4458.1 | rEAD THE RELEASE NOTES | TOOK::PURRETTA | | Wed Jan 27 1993 11:42 | 6 |
| Support for S/Gfilter wasn't available in V1.2 .
If you read the release notes under DECnet/OSI restrictions
it says so and suggest you use NCL to perform filter operations.
Yes, it's supported in 1.3
|
4458.2 | What about the sink name? | BRSSWS::FOLENS | | Thu Jan 28 1993 10:24 | 22 |
|
When you look at the name parameter of the sink address you see the
following:
Sink Address = {{{Network Management -- CMIP or NICE,
none}
{DNA Phase IV Session Control,
%XFFFF0000000000000F0000009C6EF0}
{NSP Transport,
Session Control}
{OSI network or DNA Routing,
49::00-30:AA-00-04-00-3E-C2:20}}}
The name is displayed as: %XFFFF0000000000000F0000009C6EF0
With the NCL command interface the name is displayed as following:
Sink Address = {{{%X0113}, {DNA$ProtID$SessCtlV2 Name = MCC_EVL_SINK},
{DNA$ProtID$NSP}, {DNA$ProtID$RoutingV3 49::00-30:AA-00-04-00-3E-C2:20}}}
Is this also normal and will it be solved in v1.3?
-Geert-
|
4458.3 | The PM will format the name now | TOOK::PURRETTA | | Thu Jan 28 1993 10:58 | 18 |
| This is what you'll see in V1.3
MCC> show node glsair event disp outb stream glsair sink address
Node JASPIE_NS:.glsair Event Dispatcher Outbound Stream glsair
AT 28-JAN-1993 10:55:54 Characteristics
Sink Address = {([DNA_CMIP-MICE,
None],
[DNA_SessionControlV3,
(name = MCC_EVL_SINK)],
[DNA_NSP,
None],
[DNA_OSInetwork,
49::00-0C:AA-00-04-00-77-3
0:20])}
MCC>
|