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 |
I previously used DECelms to poll all the bridges and get back a spanning characteristic called INLINK. Using this with a few other attributes makes it possible to map the LAN. Now, with MCC elm, I can't seem to find this attribute. I suspect its there somewhere, since the LAN Autotopology must be using it. Can anyone tell me how to ask MCCelm to show a bridge's INLINK attribute?
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3883.1 | SLINK::CHILDS | Ed Childs | Fri Oct 09 1992 12:22 | 6 | |
I can't find an attribute called "INLINK" in the RBMS spec. I ran MSU ELMS which I think is essentially the same as DECelms in its displays. There is a line spanning characteristic called "Designated Link Number." Is this what you mean? If so, the DECmcc equivalent is called "Designated Port Number." | |||||
3883.2 | Found it! | SLINK::CHILDS | Ed Childs | Fri Oct 09 1992 12:27 | 24 |
OK, I checked again and found INLINK. It's a Device attribute. Its MCC name is "Root Port". It is not used by LAN Autotopology. Here's the description from the Bridge AM spec: ATTRIBUTE Root Port = 45 : Unsigned8 ACCESS = NONSETTABLE, DISPLAY = TRUE, DEPENDS ON = "Hardware Type IN SET ( DEBET LAN Bridge 100,DEBAM LAN Bridge 200, DEWGB DECbridge 90, DEBET LAN Bridge 150,Vitalink Translan III,Vitalink Translan 350, DEFEB DECbridge 500, DEFEB DECbridge 510, DEFEB DECbridge 518, DEFEB DECbridge 520, DEFEB DECbridge 524, DEFEB DECbridge 526, DEFEB DECbridge 528, DEFEB DECbridge 600, DEFEB DECbridge 610, DEFEB DECbridge 618, DEFEB DECbridge 620, DEFEB DECbridge 624, DEFEB DECbridge 626, DEFEB DECbridge 628,DEFEB DECbridge 505)", SYMBOL = BR_INLINK, CATEGORIES = (CONFIGURATION) (* PRIVATE NATIVE_CODE = %X'0006 839F', END PRIVATE *) (* Description: The Line identifier for the local bridge's path to the root bridge. Also known as INLINK.*) END ATTRIBUTE Root Port; |