cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
108
Views
0
Helpful
0
Replies

IS-IS NSEL

Fawzi Alabbas
Level 1
Level 1

If you are studying IS-IS, you might note that we are setting the last 8 bit to (00). This last bit is called the NSEL, but why are we setting it to zero?

Well, when configuring NSAP addresses for routing purposes (especially with IS-IS), the NSEL is typically set to zero. This is because:

* Routing Purposes: The routers primarily deal with the network layer, not the transport or service layers. Setting the NSEL to zero indicates that the address is used for network routing purposes only.

* Default Behavior: In routing, we don't typically need to identify higher-layer services, so we use the NSEL value of zero as a convention to signal that the address is for routing and switching operations rather than identifying a specific service or application.

* Standard Practice: Most implementations of IS-IS and other OSI-based networking protocols assume that if the NSEL is zero, the NSAP refers to the network node itself, not any specific service.

So in summary, we are setting it to zero to indicate that the NSAP address refers to the node's general routing and switching function.