Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1787323
  • 博文数量: 1647
  • 博客积分: 80000
  • 博客等级: 元帅
  • 技术积分: 9980
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-13 15:15
文章分类

全部博文(1647)

文章存档

2011年(1)

2008年(1646)

我的朋友

分类:

2008-10-28 18:09:08


  CSCdx29909
  
  Internally found minor defect: Resolved (R)
  
  
  Connected ISIS routes not redistributed into OSPF
  Full text of defect (~32K)
  Summary of defect
  View a new defect
  
  Attachments: Description Configuration Diffs--main
  
  
  Full text of CSCdx29909
  
  
  Start: CSCdx29909
  Project: CSC.ena
  Class: CSC.ena
  Identifier: CSCdx29909
  rca-flag: N
  Status: R
  Enclosure-count: 3
  Product: hfr
  Found: dev-test
  Care-update: N
  Version: 00.01
  BU-manager:
  Version-sector: ios
  To-be-fixed: 00.01
  Keyword: ipv4
  Component: ipv4-rib
  Apply-to: 00.00.00
  Headline: Connected ISIS routes not redistributed into OSPF
  Impact: cap
  Triggers: fb
  Obs-software: unknown
  Ck-hw-oneofs: N
  Obs-hardware:
  Obs-document: none
  Submitter-host: anthill
  Submitter-id: lbriggs
  Submitter-name: lbriggs
  Submitter-mail: lbriggs
  Submitter-path:
  Notify-submitter: Y
  Urgency: 9
  Trouble-tickets:
  Tickets-count:
  Feature: fix
  Other-mail:
  Attribute: new-rib
  Related-bugs:
  DE-manager: csheng
  Submitted-on: 020411
  New-on: 020411
  Created-on: 20020411 120340
  Last-mod: 020613
  Last-changed: 20020613 120957
  Last-modifier-host: anthill
  Last-modifier-id: paj
  Component-save: ipv4-rib
  Severity: 4
  DE-priority: 3
  Transition-stamp: 1023995397
  Software:
  Updated-by: paj
  Evaluator-host: anthill
  Evaluator-id: lbriggs
  Waiting-on: 020411
  Duplicate-on:
  Postponed-until:
  Postponed-on:
  Forwarded-from:
  Junked-on:
  Closed-on:
  Unproducible-on:
  Held:
  Held-on:
  Info-awaiting:
  Info-req-on:
  Engineer: paj
  Engineer-mail: paj
  Assigner-host: anthill
  Assigner-id: lbriggs
  Assigner-mail: lbriggs
  Code-reviewer:
  Integrated-releases: 12000-00.24.00
  Assigned-on: 020411
  Type: BUG COPY
  Timestamp: 6
  DDTs-update-site: CSCdx 6
  DDTs-mail-to: CSCin ddtsin@ddts-app-in-prod.cisco.com
  Opener-id: paj
  Opener-host: anthill
  Opened-on: 020503
  Origin:
  Category:
  Reason:
  Comp-type: ipv4-
  More-host: anthill
  More-id: paj
  More-on: 020503
  M-transition: Y
  Documents-changed: none
  Resolver-id: paj
  Resolver-host: anthill
  Resolved-on: 020613
  Duplicate-of:
  End: CSCdx29909
  
  
  Description: Added 020411 by lbriggs
  
  
  This defaect was discovered in a private image with the advertisement mask changes.
  
  The DUT, 12a1 has an OSPF adjacency with 7a1 over an ethernet in 22.22.22.0/24.
  Router 12a1 also has an ISIS adjacency with 7b1 over a second ethernet in
  133.133.133.0/24. With 'redistribute isis' configured in the DUT's OSPF stanza,
  we should see 133.133.133.0/24 as a type 5 external route in the OSPF database,
  but we do not.
  
  
  Configuration: Added 020411 by lbriggs
  
  
  !! Last configuration change at 17:40:28 UTC Wed Apr 10 2002
  !
  hostname 12a1-ena
  fault manager policy %wd_default_cpu.tcl system
  fault manager policy %wd_default_mem.tcl system
  ip domain-lookup disable
  enable password 7 151E0A0E
  username lab password 7 151E0A0E
  boot config bootflash:config/startup
  ntp server 172.24.196.1
  ntp update-calendar
  router isis 2
  area 51
   net 47.abba.daba.d000.daaa.00
   interface GigabitEthernet6/1
   ipv4 enable active
   !
  !
  !
  exception choice 3 compress on filepath slot0:/corefile
  logging trap
  logging trap informational
  logging console debugging
  logging history size 1
  logging history warnings
  logging monitor debugging
  logging buffered 16384
  service timestamps log datetime
  service timestamps log datetime localtime
  service timestamps debug datetime
  service timestamps debug datetime localtime
  router ospf 1
  redistribute isis
  area 0
   interface 22.22.22.0/24
   !
  !
  !
  ip route 0.0.0.0 0.0.0.0 172.24.196.1
  interface Loopback0
  ip address 192.168.0.4 255.255.255.255
  !
  interface Ethernet0/0
  ip address 172.24.197.4 255.255.252.0
  mac-address 1.c9e9.4
  media-type rj45
  !
  interface POS1/0
  ip address 10.1.0.1 255.255.255.252
  sonet
   clock source internal
  !
  shutdown
  !
  interface POS1/1
  ip address 10.1.0.5 255.255.255.252
  sonet
   clock source internal
  !
  shutdown
  !
  interface POS1/2
  ip address 10.1.0.9 255.255.255.252
  sonet
   clock source internal
  !
  shutdown
  !
  interface POS1/3
  ip address 10.1.0.13 255.255.255.252
  sonet
   clock source internal
  !
  shutdown
  !
  interface POS5/0
  ip address 10.1.0.33 255.255.255.252
  sonet
   clock source internal
  !
  shutdown
  !
  interface POS5/1
  ip address 10.1.0.37 255.255.255.252
  sonet
   clock source internal
  !
  shutdown
  !
  interface POS5/2
  ip address 10.1.0.61 255.255.255.252
  sonet
   clock source internal
  !
  shutdown
  !
  interface POS5/3
  ip address 10.1.0.69 255.255.255.252
  sonet
   clock source internal
  !
  shutdown
  !
  interface GigabitEthernet6/0
  ip address 22.22.22.1 255.255.255.0
  !
  interface GigabitEthernet6/1
  ip address 133.133.133.1 255.255.255.0
  !
  interface GigabitEthernet6/2
  ip address 10.0.2.4 255.255.255.0
  shutdown
  !
  interface preconfigure Ethernet0
  ip address 172.24.197.4 255.255.252.0
  mac-address 1.c9e9.4
  media-type rj45
  !
  interface preconfigure Ethernet7/0
  ip address 172.24.197.5 255.255.252.0
  mac-address 1.c9e9.5
  shutdown
  media-type rj45
  end
  
  
  !
  ! Last configuration change at 17:42:29 UTC Wed Apr 10 2002
  !
  version 12.1
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname 7a1-ena
  !
  enable password lab
  !
  username lab password 0 lab
  !
  !
  !
  !
  ip subnet-zero
  no ip domain-lookup
  !
  !
  !
【责编:admin】

--------------------next---------------------

阅读(187) | 评论(0) | 转发(0) |
0

上一篇:IS-IS bug -1

下一篇:FDDI的网络拓扑结构

给主人留下些什么吧!~~