Steps I followed are,
LuCI → Network → Interfaces → WAN → Edit → General Settings →
Protocol = PPPoE → Switch protocol → Enter username and password for ISP →
Firewall Settings → Create / Assign firewall-zone = wan → Save → Save & Apply
Which results in creating two additional interfaces,
There are (major) two ways to configure IPv6 on wan, explicitly (wan6 stanza in the config file) or implicitly, by hitting IPv6 support in the wan configuration (wan_6). Both options are possible and valid, what's better depends on the details. In your case I'd disable the implicit IPv6 support and have a look if the explicitly configured wan6 interface does the job as expected (no wan_6 interface anymore), if it does - case closed (otherwise, the reverse drop the explicit wan6 interface and use only the implicit one).
Your IP redacting (it would have been better to retain at least the first octet) makes it a little hard to judge which of the interfaces is actually in use.
Thank you for the reply. “Stop” options for wan_6 and wan6 are disabled. The only option is left, “Delete”. Sorry, I am at the very early stage of learning.