Routing

last person joined: 4 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  Options field in OSPF LSDB

    Posted 01-24-2013 21:45

    Hi All,

     

    When we display the LSDB using "show ospf database" command its listing the options field.

     

    I am aware what info is carried in options filed. But not able to relate it with the LSA.

     

    What does the values 0X20, 0X22, 0X28 imply? And what all are the options that can be present?

     

    Regards,

    Pavan



  • 2.  RE: Options field in OSPF LSDB

    Posted 01-25-2013 07:48

    Check out section A.2 of the OSPF RFC 2328:

     

    https://tools.ietf.org/rfc/rfc2328.txt



  • 3.  RE: Options field in OSPF LSDB

    Posted 01-28-2013 03:01
    Hi,

    I have referred to thi earlier. These are the fileds in options


    +------------------------------------+ | * | * | DC | EA | N/P | MC | E | * | +------------------------------------

     But i wanted to correlate the values. 0X20, 0X22, 0X28 etc;


  • 4.  RE: Options field in OSPF LSDB
    Best Answer

    Posted 01-28-2013 05:35

    Hello,

    The diagram You posted is not the latest one

     

                    +--------------------------------------+
                    | DN | O | DC | EA | N/P | MC | E | MT |
                    +--------------------------------------+
    
                                 The Options Field
    

    https://tools.ietf.org/html/rfc5250#appendix-A.1 

     

     

    Now, you have to convert Your examples into binary

     

    0x20 would be 0010 0000 => Bit DC is set, all other bits are cleared 

    0x22 would be 0010 0010 => Bits DC is set, bit E is set, all other bits are cleared

    0x28 would be 0010 1000 => Bit DC is set, bit N/P is set, all other bits are cleared

     

    HTH

    Thanks

    Alex