IS-IS routing 指令解说

http://tech.ddvip.com   2007年09月15日    社区交流 收藏本文

内容摘要:IS-IS routing 指令解说

  IS-IS routing 指令解说

  The NSAP address

  A network entity title (NET) is an NSAP with an n-selector of zero.

  AFI 为 1 byte 通常 lab 都用 49 (保留用)

  System ID 为 6 bytes ( 就是 MAC Address 但也可以自订)

  NSEL 在这为 00 1 byte

  Area Address 为可变长度字段 1byte ~ 13 bytes

  例: 49.0001.1111.1111.1111.00

  1111.1111.1111 为 MAC Address 值 49.0001 为 Area Address

  !

  interface Ethernet0

  ip address 172.16.12.1 255.255.255.0

  ip router isis

  !--- Assigns IP address to interface Ethernet0

  !--- and enables IS-IS for IP on the interface.

  !

  router isis

  net 49.0001.1111.1111.1111.00

  !

  !--- Enables the IS-IS process on the router,

  !--- and assigns area and system ID to router.

  要激活 ISIS 的 IP routing 只要 3 个指令

  Router(config)#router isis

  Router(config-router)#net 49.0001.1111.1111.1111.00

  在要激活 IS-IS routing 的 interface 上

  Router(config-if)#ip router isis

  如此就激活了 ISIS

  IS-IS routing 指令解说

   用这次做 Lab 的 topology 来做解说

  R1 是 Area 49.0001 上的 ABR

  与 R2 用 Level 1 的 routing

  与 R3 用 Level 2 的 routing

责编:豆豆技术应用

正在加载评论...