System information

BSR 64000 Configuration and Management Guide
10-2
1. Use the router isis command in Global Configuration mode to enable IS-IS
routing and specify an IS-IS process for IP communication, which places you in
router configuration mode.
MOT(config)#router isis [tag]
where:
tag is the name for the routing process. If the tag is not specified, a null tag is
assumed.
Network Entity Titles (NETs) define the area address and the system ID for an IS-IS
router. Most end systems and intermediate systems have one NET. Intermediate
systems that participate in multiple areas can have multiple NETs.
2. Use the net command to define a Network Entity Title (NET) in Router
Configuration mode, as shown below:
MOT(config-isis)#net <title>
where:
title is the IS-IS area ID and system ID for an IS-IS router.
The following example configures IS-IS for IP routing, with an area ID of
01.0001 and a system ID of 0000.0000.0002:
MOT(config-isis)#net 01.0001.0000.0000.0002.00
Use the following criteria to interpret the IS-IS NET address format:
Note: Under most circumstances, one NET is configured.