public icon indicating copy to clipboard operation
public copied to clipboard

question: max area and NET

Open dfitzg1 opened this issue 8 years ago • 1 comments

question1: The textual convention for OSINSAddress appeared to use OCTET STRING ( SIZE ( 0..20 ) ). The number of bits for the area was 16 bits in the oc-isis-types:net. I was curious about this.

question 2: The oc-isis-types : net indicates that the area is 16 bits. If there are up to 3 areas supported, is there a implied relationship between the areas and is there any control on value of the area itself.

leaf-list net { type oc-isis-types:net; description "ISIS network entity title (NET). The first 8 bits are usually 49 (private AFI), next 16 bits represent area, next 48 bits represent system id and final 8 bits are set to 0."; reference "International Organization for Standardization, Information technology - Open Systems Interconnection-Network service Definition - ISO/ IEC 8348:2002."; }

leaf maximum-area-addresses {
  type uint8;
  default 3;
  description
    "Maximum areas supported.";
}

dfitzg1 avatar Aug 10 '17 20:08 dfitzg1

This issue is stale because it has been open 180 days with no activity. If you wish to keep this issue active, please remove the stale label or add a comment, otherwise will be closed in 14 days.

github-actions[bot] avatar Jun 30 '24 02:06 github-actions[bot]