ISIS redistribute connected

From: steve.skinner@uk.pwc.com
Date: Thu Feb 10 2005 - 11:26:00 GMT-3


guys i am having some probs with a config

i have two routers conected over atm and i have multi area`s configured on
this

r1 ---------r10

i have put some loopback`s on both routers

on r10 i redistributed on the first isis instance ..

and that worked ok

on r1 i redistributed on the second isis instance

what i noticed is that r10 worked ok .

r1 would not work until i put ip( router isis "steve" )on the loopback
interface`s

anyone got any idea`s why i need the ip router isis command when using the
second instance of isis even thought i am only redistributing in 1 instance

TIA

here is the config`s

 R1
interface Loopback1
 ip address 110.1.1.1 255.255.255.255
 ip router isis steve
!
interface Loopback2
 ip address 120.1.1.1 255.255.255.0
 ip router isis steve
!
router isis
 net 47.0001.0001.0000.00
 net 48.0001.0001.0000.00
!
router isis steve
 net 49.5456.5555.0001.0001.0000.00
 redistribute connected metric 8 level-1-2
 is-type level-1

1#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS
level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static
route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     140.1.0.0/24 is subnetted, 1 subnets
i L1 140.1.1.0 [115/14] via 160.1.1.2, ATM2/0
     110.0.0.0/32 is subnetted, 1 subnets
C 110.1.1.1 is directly connected, Loopback1
     160.1.0.0/24 is subnetted, 1 subnets
C 160.1.1.0 is directly connected, ATM2/0
     130.1.0.0/24 is subnetted, 1 subnets
i L1 130.1.1.0 [115/14] via 160.1.1.2, ATM2/0
     150.1.0.0/24 is subnetted, 1 subnets
i L1 150.1.1.0 [115/14] via 160.1.1.2, ATM2/0
     120.0.0.0/24 is subnetted, 1 subnets
C 120.1.1.0 is directly connected, Loopback2

R10

interface Loopback1
 ip address 130.1.1.1 255.255.255.0
!
interface Loopback2
 ip address 140.1.1.1 255.255.255.0
!
interface Loopback3
 ip address 150.1.1.1 255.255.255.0
!
!
router isis
 net 48.0000.0000.0001.00
 net 45.0000.0000.0001.00
 redistribute connected metric 4 level-1-2
!
router isis steve
 net 49.5456.5555.0000.0000.0001.00
is-type level-1

R10#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS
level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static
route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     140.1.0.0/24 is subnetted, 1 subnets
C 140.1.1.0 is directly connected, Loopback2
     110.0.0.0/32 is subnetted, 1 subnets
i L2 110.1.1.1 [115/20] via 160.1.1.1, ATM2/0
     160.1.0.0/24 is subnetted, 1 subnets
C 160.1.1.0 is directly connected, ATM2/0
     130.1.0.0/24 is subnetted, 1 subnets
C 130.1.1.0 is directly connected, Loopback1
     150.1.0.0/24 is subnetted, 1 subnets
C 150.1.1.0 is directly connected, Loopback3
     120.0.0.0/24 is subnetted, 1 subnets
i L2 120.1.1.0 [115/20] via 160.1.1.1, ATM2/0
R10#

cheers

Stephen Skinner



This archive was generated by hypermail 2.1.4 : Thu Mar 03 2005 - 08:51:18 GMT-3