[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

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

3883.0. "How to find INLINK attribute in MCC ELM" by BSS::AMBER (Mark Amber, CXO3 LAN Mgr. (DTN)592-4645) Thu Oct 08 1992 18:15

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.RTitleUserPersonal
Name
DateLines
3883.1SLINK::CHILDSEd ChildsFri Oct 09 1992 12:226
    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.2Found it!SLINK::CHILDSEd ChildsFri Oct 09 1992 12:2724
    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;