--- title: "Why do I get an error message “index 6 is not a valid index (max 5)“ when importing an own ASCII profile?" slug: "why-do-i-get-an-error-message-index-6-is-not-a-valid-index-max-5-when-importing" updated: 2026-05-27T12:36:16Z published: 2026-05-27T12:36:16Z canonical: "docs.insys-icom.com/why-do-i-get-an-error-message-index-6-is-not-a-valid-index-max-5-when-importing" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.insys-icom.com/llms.txt > Use this file to discover all available pages before exploring further. # Why do I get an error message “index 6 is not a valid index (max 5)“ when importing an own ASCII profile? This is due to the fact that you are trying to access an entry that **does not exist**. Each entry, for example a netfilter rule, has its own **index number**. In this case, you are trying to access the 6th element of the list but only 5 elements exist. - Either try to correct the index of the entry appearing in the **square brackets**, e.g. **[5] -> [6]** - or add the correct number of elements to your [ASCII file](https://docs.insys-icom.com/kb/docs/ascii-configuration-files-en), e.g. with “**netfilter.ip_filter.rule.add”**