IS-IS Protocol
IS-IS Protocol
R1#
interface FastEthernet0/0
ip address 10.10.10.1 255.255.255.0
ip router isis
!
interface FastEthernet1/0
ip address 20.20.20.2 255.255.255.252
ip router isis
!
router isis
net 49.0001.0000.0000.0001.00
!
R2#
!
interface Loopback1
ip address 2.2.2.2 255.255.255.255
ip router isis
!
interface FastEthernet0/0
ip address 10.10.10.2 255.255.255.0
ip router isis
!
router isis
net 49.0001.0000.0000.0002.00
is-type level-1
!
R3#
!
interface FastEthernet0/0
ip address 10.10.10.3 255.255.255.0
ip router isis
!
router isis
net 49.0001.0000.0000.0003.00
is-type level-1
R4 #
interface Loopback1
ip address 4.4.4.4 255.255.255.255
ip router isis
!
interface FastEthernet0/0
ip address 20.20.20.1 255.255.255.252
ip router isis
!
router isis
net 49.0002.0000.0000.0004.00
IS-IS Metric
Unlike OSPF, in which the link metric is
calculated automatically based on bandwidth,
there is no automatic calculation for IS-IS. All
IS-IS links use a metric of 10 by default.