Bug 494 - SQA: misleading error message from config mem.

Review Request #205 — Created March 26, 2024 and submitted

rodiveedu
APV10
rel_apv_10_7
494, Bug
kdutta, pradeep, prajesh

Bug 494 - SQA: misleading error message from config mem.

Last failed login: Mon Apr 29
13 GMT 2024 on ttyl
There were 3 failed login attempts since the last successful login.
ArrayOS Rel.APV.10.7.0.6 untagged unofficial build by uid=0(root) gid=0(root) groups=0(root) on De Rohith: on Mon Apr 29 04:26:20 2024
Copyright (c) 2000-2024 Array Networks Inc. All rights reserved.
Type "?" for available commands
!!Reminder!! Please log on to the WebUI to register this system.
AN>en
Enable password:
AN#c t

AN(config)#clear config all
There isn't ssl host
Cache not on.
SameSite cookie attribute is removed from all virtual services!
The admin role separation mode has been disabled.
A default user "array" will be added after the execution of this operation.
Please delete the default user "array" after creating a new user.
synconfig secure has already been on!
The device does not have an SSL card or is forced to use soft SSL. This command is not supported. WAF feature not licensed
Please contact Array Networks representative to enable this feature.
No SSL card available
Interface port1 already up
Interface port2 already up
Interface port3 already up
Interface port4 already up
Success stop website classify process
Online website classification lookup is already disabled.

AN(config)#

AN(config)#write memory

AN(config)#

AN(config)#

AN(config)#

AN(config)#config memory
Please turn on sdns first.
No SSL card available
No SSL card available
User name "array" has existed.
The admin role separation mode has been disabled.
Success stop website classify process
Online website classification lookup is already disabled. global regexcase mode changed
This http rewrite body mimetype is already configured This response code is already configured
ONS virtual service
NAT64 isn't enabled.
ONS virtual service name
system interface name or "all"
Please turn on 11dp
Please turn on 11dp
Please turn on 11dp

AN(config)#

AN(config)#

AN(config)#

Description From Last Updated

are we really doing self coparison? then it should come for all range. As i remember it is coming for …

kduttakdutta

what is netaddr6 poiniting to ?

prajeshprajesh

Fix the alignment

kduttakdutta

Can you please explain the logic behind this. This is like apple to apple comparison.

kduttakdutta

remove space

kduttakdutta

Add a msg aslo add ut

kduttakdutta

Fix this

kduttakdutta

fix this

kduttakdutta
rodiveedu
rodiveedu
rodiveedu
kdutta
  1. 
      
  2. are we really doing self coparison? then it should come for all range. As i remember it is coming for specific range only.

    1. Checking IP range: 7.0.0.0 with mask 255
      Checking Overlap: 7.0.0.0 with 7.0.0.0
      Overlap detected with range: 7.0.0.0
      This IP range overlaps with another IP range
      Checking IP range: 8.0.0.0 with mask 255
      Checking Overlap: 8.0.0.0 with 7.0.0.0
      Checking Overlap: 8.0.0.0 with 8.0.0.0
      Overlap detected with range: 8.0.0.0
      This IP range overlaps with another IP range
      Checking IP range: 9.0.0.0 with mask 255
      Checking Overlap: 9.0.0.0 with 7.0.0.0
      Checking Overlap: 9.0.0.0 with 8.0.0.0
      Checking Overlap: 9.0.0.0 with 9.0.0.0
      Overlap detected with range: 9.0.0.0
      This IP range overlaps with another IP range

      Based on the logs we are seeing overlap messages when comparing with ip address with itself.

  3. 
      
prajesh
  1. 
      
  2. what is netaddr6 poiniting to ?

  3. 
      
rodiveedu
kdutta
  1. 
      
  2. Can you please explain the logic behind this. This is like apple to apple comparison.

    1. Comparing the IP addresses of the current range being inserted with the IP addresses of the existing range.We are seeing an overlap messages when it is comparing with itself as per logs i collected.we update them to skip the self-comparison check, ensuring that when comparing an IP range against itself, it won't trigger an overlap message.

  3. 
      
kdutta
rodiveedu
kdutta
rodiveedu
prajesh
  1. Ship It!
  2. 
      
kdutta
rodiveedu
prajesh
  1. Ship It!
  2. 
      
pradeep
  1. Ship It!
  2. 
      
rodiveedu
Review request changed

Status: Closed (submitted)

Loading...