[j-nsp] a problem about redistribute ospf into isis

金仲海 jzhonghai at gmail.com
Wed Jan 2 08:40:24 EST 2008


I want to redistrbute some ospf route into level-1 isis router,but i'm
failed to do it.
The topology like this

          r5-----------------------r7---------------------ospf-rtr
level-1-2 ---------------level-1/ospf----------------ospf/connected

The configuration of r7 is:

router isis
 is-type level-1
 net 49.0002.0100.0000.9007.00
 metric-style wide
 redistribute ospf match external 1 level-1-2 route-map ospf-isis

access-list test permit ip 192.168.0.0 0.0.3.255 any log
!
route-map "ospf-isis" permit 10
 match ip address test
 set metric-type internal

192.168.0.0-192.168.3.255 is learned from ospf-rtr as external type 1 ospf
route .


ERX1410-down:r7#show ip route
Protocol/Route type codes:
  I1- ISIS level 1, I2- ISIS level2,
  I- route type intra, IA- route type inter, E- route type external,
  i- metric type internal, e- metric type external,
  O- OSPF, E1- external type 1, E2- external type2,
  N1- NSSA external type1, N2- NSSA external type2
  L- MPLS label, V- VRF, *- via indirect next-hop

  Prefix/Length      Type       Next Hop      Dst/Met
Interface
------------------ --------- --------------- ----------
-----------------------
0.0.0.0/0          I1-I-i    10.0.8.9        115/426141
FastEthernet0/1.57

2864
10.0.3.5/32        I1-I-i    10.0.8.9        115/20
FastEthernet0/1.57
10.0.5.0/24        I1-IA-i   10.0.8.9        115/530
FastEthernet0/1.57
10.0.8.0/30        Connect   10.0.8.2        0/0
FastEthernet0/0.67
10.0.8.4/30        I1-I-i    10.0.8.1        115/20
FastEthernet0/0.67
                             10.0.8.9        115/20
FastEthernet0/1.57
10.0.8.8/30        Connect   10.0.8.10       0/0
FastEthernet0/1.57
10.0.9.6/32        I1-I-i    10.0.8.1        115/20
FastEthernet0/0.67
10.0.9.7/32        Connect   10.0.9.7        0/0
loopback0
172.16.40.0/30     O-I       172.16.40.5     110/2
FastEthernet0/0.61
172.16.40.4/30     Connect   172.16.40.6     0/0
FastEthernet0/0.61
192.168.0.1/32     O-E1      172.16.40.5     114/2
FastEthernet0/0.61
192.168.1.1/32     O-E1      172.16.40.5     114/2
FastEthernet0/0.61
192.168.2.1/32     O-E1      172.16.40.5     114/2
FastEthernet0/0.61
192.168.3.1/32     O-E1      172.16.40.5     114/2
FastEthernet0/0.61
but r5 counldn't learned route about 192.168.0.0/0.0.3.255 ,i also found the
r7 doesn't learned 192.168.0.0/0.0.3.255 in its level-1 LSP.

ERX1410-down:r7#show isis database detail | be r7.00
  Metric: 0 IS ERX1410-down:r7.00
ERX1410-down:r7.00-00*0x00000262   0x97DB        612           0/0/0
  Area Address: 49.0002
  NLPID:       0x81 0xcc
  IP Address:  10.0.8.10
  Hostname: ERX1410-down:r7
  Metric: 0  ES ERX1410-down:r7
  Metric: 10 IS ERX1410-down:r7.02
  Metric: 10 IS ERX1410-down:r6.02
  Metric: 10 IP 10.0.9.7/32
  Metric: 10 IP 10.0.8.8/30
  Metric: 10 IP 10.0.8.0/30
ERX1410-down:r7.02-00*0x00000248   0x8682        612           0/0/0
  Metric: 0 IS ERX1410-down:r7.00
  Metric: 0 IS ERX1410-down:r5.00



anyone cound give me some advice,i'll very appreciate.
King.


More information about the juniper-nsp mailing list