Ip ospf authentication md5 missing from rolling release?

If I build my own ISO I’m able to configure interface md5 authentication for ospf

But if I download the rolling release ISO it’s missing:

vyos@vyos# set interfaces ethernet eth0 ip 
Possible completions:
   arp-cache-timeout
                ARP cache entry timeout in seconds
   disable-arp-filter
                Disable ARP filter on this interface
   disable-forwarding
                Disable IPv4 forwarding on this interface
   enable-arp-accept
                Enable ARP accept on this interface
   enable-arp-announce
                Enable ARP announce on this interface
   enable-arp-ignore
                Enable ARP ignore on this interface
   enable-proxy-arp
                Enable proxy-arp on this interface
   proxy-arp-pvlan
                Enable private VLAN proxy ARP on this interface
 > rip          Routing Information Protocol (RIP)
   source-validation
                Source validation by reversed path (RFC3704)

      
[edit]

Hello @mlewinski, OSPF CLI was redesigned, now it more logical. Try to use

set protocols ospf interface eth0 authentication md5 ...
3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.