Differences between version 8 and previous revision of ISIS.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 8 | Last edited on Monday, August 16, 2004 5:05:34 pm | by LindsayDruett | Revert |
Older page: | version 7 | Last edited on Monday, August 16, 2004 3:39:35 pm | by LindsayDruett | Revert |
@@ -8,8 +8,18 @@
Intermediate System-to-Intermediate System (IS-IS) Protocol is an intradomain Open System Interconnection (OSI) dynamic routing protocol specified in International Organization for Standardization (ISO) 10589. The protocol is designed to operate in OSI Connectionless Network Service (CLNS). Data is carried using the protocol specified in ISO 8473.
[Information about IS-IS from Cisco Systems|http://www.cisco.com/en/US/tech/tk365/tk381/technologies_white_paper09186a00800a3e6f.shtml]
+----
+!!IS-IS Configuration on Cisco Router
+
+Global Configurations
+
+ Router(config)#__router isis__ ''Starts the IS-IS process on the router''
+ Router(config-router)#__net__ ''<network address>'' ''Defines the NET address of the router''
+ Router(config-router)#__is-type level-1__ ''Defines whether the router is acting as an L1, L2, or L1-2 router''
+
+
----
!!IS-IS Terms
|Adjacency|Local routing information that shows the reachability of a directly connect End System (ES)- Node or Intermediate System (IS) - Router. A separate adjacency is created for each neighbor on a circuit, and for each level of routing (that is Level 1 and Level 2) on a broadcast circuit.
|Administrative Domain|A group of routers that share the same routing protocol within one organization.