Error when addin IPv6 with deligation to LAN interface
Hi, I trying to add IPv6 to existing interfaces on my Fortigate 60E running 7.0.2
The WAN part was no problem.
When adding the configuration to the LAN (internal) interface, I got an error:
object check operator error, 1, discard the setting
Command fail. Return code 1
Config WAN:
FTG60E (wan1) # show
config system interface
edit "wan1"
set vdom "root"
set mode dhcp
set allowaccess ping
set type physical
set description "WAN Ziggo"
set alias "Internet Ziggo"
set lldp-reception enable
set monitor-bandwidth enable
set role wan
set snmp-index 1
config ipv6
set ip6-mode dhcp
set ip6-allowaccess ping
set dhcp6-prefix-delegation enable
config dhcp6-iapd-list
edit 1
set prefix-hint ::/56
next
end
end
Confige I try to add to LAN:
config system interface
edit "internal"
FTG60E-BMR-001 (internal) # config ipv6
FTG60E (ipv6) # set ip6-mode delegated
FTG60E (ipv6) # set ip6-send-adv enable
FTG60E (ipv6) # set ip6-other-flag enable
FTG60E (ipv6) # set ip6-upstream-interface "wan1"
FTG60E (ipv6) # set ip6-subnet ::1/64
FTG60E (ipv6) # config ip6-delegated-prefix-list
FTG60E (ip6-delegated-pr~ist) # edit 1
FTG60E (1) # set upstream-interface "wan1"
FTG60E (1) # set autonomous-flag enable
FTG60E (1) # set onlink-flag enable
FTG60E (1) # set subnet 0:0:0:1::/64
FTG60E (1) # next
FTG60E (ip6-delegated-pr~ist) # end
FTG60E (ipv6) # end
object check operator error, 1, discard the setting
Command fail. Return code 1
EME-FTG60E-BMR-001 (internal) #
Any thoughts or help will be welcome
