cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
988
Views
5
Helpful
3
Replies

CSCve91311 - OSPF Area Range Command Truncated

ogolovatyuk
Level 1
Level 1

Hi,

I have experiencing the similar issue with OSPF "summary" command on 7.0(3)I5(2) software.

------

nexus9k-01(config-router)# summary-address 100.100.100.0/24
Invalid range, host bits are set

-----

Shorter prefixes work as expected.

Does anyone  know if the latest NX-OS has a fix for "summary" command as well as for "area range" command?

The nexus is on a production network and I am not able to use it  for testing .

Regards

Alex

1 Accepted Solution

Accepted Solutions

Alex,

 

Sure thing - "summary-address" has certainly been fixed on I6(2) and the other releases mentioned. I'll go ahead and modify the defect to make sure we state "summary-address" is impacted by the same defect and thus fixed as well as the "area range" command to avoid confusion in the future - Appreciate you bringing this up:

 

Quick test on my 9K in I6(2) for both summary-address & area range:

 

9396-VTEP(config)# router ospf 1000
9396-VTEP(config-router)# summary-address 100.100.100.128/25
9396-VTEP(config-router)# area 1.2.3.4 range 123.123.123.0/24 cost 1
9396-VTEP(config-router)# end
9396-VTEP# sh run ospf

!Command: show running-config ospf
!Time: Thu Mar  1 12:02:04 2018

version 7.0(3)I6(2)
feature ospf

router ospf 1000
  area 1.2.3.4 range 123.123.123.0/24 cost 1
  summary-address 100.100.100.128/25
<snip>

9396-VTEP# show ip ospf event-history cli | grep -b 1 100.100.100
2018 Mar  1 12:00:04.460606 ospf 1000 [26338]: [26406]: Callback 'router_ospf_ipv4_summaryaddr_cmd' returned 0
2018 Mar  1 12:00:04.460521 ospf 1000 [26338]: [26406]: Calling callback 'router_ospf_ipv4_summaryaddr_cmd' for 'summary-address 100.100.100.128/25'

9396-VTEP# show ip ospf event-history cli | grep -b 1 123.123.123.0
2018 Mar  1 12:02:00.596671 ospf 1000 [26338]: [26406]: Callback 'router_ospf_ipv4_arearange_cmd' returned 0
2018 Mar  1 12:02:00.596620 ospf 1000 [26338]: [26406]: Command line set to 'area 1.2.3.4 range 123.123.123.0/24 cost 1'
2018 Mar  1 12:02:00.596022 ospf 1000 [26338]: [26406]: Command line set to 'area 1.2.3.4 range 123.123.123.0/24 cost 1'
2018 Mar  1 12:02:00.595985 ospf 1000 [26338]: [26406]: Calling callback 'router_ospf_ipv4_arearange_cmd' for 'area 1.2.3.4 range 123.123.123.0/24 cost 1'

9396-VTEP# sh ver | i i image
  NXOS image file is: bootflash:///nxos.7.0.3.I6.2.bin

Hope that helps! Thanks!

 

- Andrea, CCIE #56739 R&S

View solution in original post

3 Replies 3

Andrea Testino
Cisco Employee
Cisco Employee

Hi there,

 

Sorry you are running into this issue. This is fixed starting in the following releases: 7.0(3)I7(1) 7.0(3)I6(2) - We just released 7.0(3)I7(3) which can be found on Cisco.com which would also contain the fix for CSCve91311 among others.

 

Hope that helps.

 

- Andrea

- Andrea, CCIE #56739 R&S

Thank you Andrea. 

 CSCve91311 bug only mentioned fix for "area range" command. There is nothing in regards of the "summary-address " command  in the bug description, that is why I am not sure that the issue with "summary-address"  has been fixed.

If you have an access to the 7.0(3)I7(1) 7.0(3)I6(2)  NX-OS , could I ask you to check if "summary-address 100.100.100.128/25" command  works? 

Thanks again.

Alex

Alex,

 

Sure thing - "summary-address" has certainly been fixed on I6(2) and the other releases mentioned. I'll go ahead and modify the defect to make sure we state "summary-address" is impacted by the same defect and thus fixed as well as the "area range" command to avoid confusion in the future - Appreciate you bringing this up:

 

Quick test on my 9K in I6(2) for both summary-address & area range:

 

9396-VTEP(config)# router ospf 1000
9396-VTEP(config-router)# summary-address 100.100.100.128/25
9396-VTEP(config-router)# area 1.2.3.4 range 123.123.123.0/24 cost 1
9396-VTEP(config-router)# end
9396-VTEP# sh run ospf

!Command: show running-config ospf
!Time: Thu Mar  1 12:02:04 2018

version 7.0(3)I6(2)
feature ospf

router ospf 1000
  area 1.2.3.4 range 123.123.123.0/24 cost 1
  summary-address 100.100.100.128/25
<snip>

9396-VTEP# show ip ospf event-history cli | grep -b 1 100.100.100
2018 Mar  1 12:00:04.460606 ospf 1000 [26338]: [26406]: Callback 'router_ospf_ipv4_summaryaddr_cmd' returned 0
2018 Mar  1 12:00:04.460521 ospf 1000 [26338]: [26406]: Calling callback 'router_ospf_ipv4_summaryaddr_cmd' for 'summary-address 100.100.100.128/25'

9396-VTEP# show ip ospf event-history cli | grep -b 1 123.123.123.0
2018 Mar  1 12:02:00.596671 ospf 1000 [26338]: [26406]: Callback 'router_ospf_ipv4_arearange_cmd' returned 0
2018 Mar  1 12:02:00.596620 ospf 1000 [26338]: [26406]: Command line set to 'area 1.2.3.4 range 123.123.123.0/24 cost 1'
2018 Mar  1 12:02:00.596022 ospf 1000 [26338]: [26406]: Command line set to 'area 1.2.3.4 range 123.123.123.0/24 cost 1'
2018 Mar  1 12:02:00.595985 ospf 1000 [26338]: [26406]: Calling callback 'router_ospf_ipv4_arearange_cmd' for 'area 1.2.3.4 range 123.123.123.0/24 cost 1'

9396-VTEP# sh ver | i i image
  NXOS image file is: bootflash:///nxos.7.0.3.I6.2.bin

Hope that helps! Thanks!

 

- Andrea, CCIE #56739 R&S