Page MenuHomeVyOS Platform

Configuring pppoe dial-up, ospf cannot be opened
Open, HighPublicBUG

Assigned To
None
Authored By
vvllnn
Jan 17 2025, 7:27 AM
Referenced Files
F7474345: ver.png
Jan 17 2025, 7:27 AM
F7474338: frr.png
Jan 17 2025, 7:27 AM
F7474331: in.png
Jan 17 2025, 7:27 AM
F7474297: image.png
Jan 17 2025, 7:27 AM

Description

If configure ospf first, and then configure pppoe, ospf can run, but after restarting:“% OSPF is not enabled in vrf default”

image.png (43×432 px, 4 KB)

pppoe config

authentication {
    password 821081
    username 19816587021
}
dhcpv6-options {
    pd 0 {
        interface br0 {
            sla-id 0
        }
        length 60
    }
}
ip {
    adjust-mss clamp-mss-to-pmtu
}
ipv6 {
    address {
        autoconf
    }
    adjust-mss clamp-mss-to-pmtu
}
no-peer-dns
source-interface eth0

ospf config

area 0 {
    network 172.16.0.0/24
}
parameters {
    router-id 172.0.0.1
}

vrf is not configured

interfaces

in.png (524×2 px, 94 KB)

frr config

frr.png (708×1 px, 61 KB)

version

ver.png (782×1 px, 92 KB)

Details

Version
VyOS 1.5-rolling-202501110007
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)
Forum thread
https://forum.vyos.io/t/configuring-pppoe-dial-up-ospf-cannot-be-opened/15889/4