As the title says I would like to delay the pppoe connection after boot.
I've tried with
config interface 'pppoe'
option ifname 'eth0.2'
option proto 'pppoe'
option username 'your_username'
option password 'your_password'
option delay '60'
but it doesn't work. Another solution would be to block an ip internet access right after the boot process for x seconds.
cheers
If you're willing to explain why you need the delay or why you need to "block an ip internet access right after the boot process for x seconds", maybe we can offer you possible solutions (i.e. reset the switch, interface, down/up it, delay/reorder that process, etc.).