Cisco Cisco IOS Software Release 12.4(4)T

Page de 314
1145
Caveats for Cisco IOS Release 12.4T
OL-8003-09 Rev. Z0
  Resolved Caveats—Cisco IOS Release 12.4(9)T1
CSCsd90875
Symptoms: A Cisco 3745 router crashes with ipsla_rtp_cfg test after starting ip sla schedule with 
Cisco IOS Interim Release 12.4(7.18)T.
Conditions: The router will crash after issuing the below configuration: 
config terminal
controller T1 1/0
ds0-group 0 timeslots 1 type none
ds0-group 1 timeslots 2 type none
ds0-group 2 timeslots 3 type none
ip sla 1
voip rtp 10.10.10.1 source-voice 1/0:1 codec g711u
timeout 10000
exit
ip sla sch 1 star now life 300
Workaround: There is no workaround.
CSCsd99763
Symptoms: A Cisco 7200 series router reloads unexpectedly while configuring BGP access list.
Conditions: This symptom is observed on a Cisco 7206VXR (NPE-G1) processor (revision A). The 
following commands serve as an example that causes router to reload unexpectedly:
config t
   router bgp 100
   neighbor EXTERNAL route-map MAP3 out
   address-family ipv4 multicast
   neighbor EXTERNAL route-map MAP3 out
   !
   ip as-path access-list 1 deny ^$
   ip as-path access-list 2 permit ^(700)+(_1123)|_2374$|^(_700)+(_2374)+
(_1123)+$
   ip as-path access-list 3 permit _3400_
   ip as-path access-list 4 permit ^(700)+(_3400)|_1123$|^700$|_23\[0-9\]$
   !
   route-map MAP3 permit 10
   match as-path 1
   !
   route-map MAP3 deny 20
   match as-path 2
   !
   route-map MAP3 permit 30
   match as-path 3
   !
   route-map MAP3 permit 40
   match as-path 4
   set metric 300
   end