Page MenuHomeVyOS Platform

ISIS three-way-handshake
Closed, ResolvedPublicFEATURE REQUEST

Description

I think the command set protocols isis <name> interface <interface> three-way-handshake uses incorrectly. It does not do anything. Because it has already enabled by default.
The related interface mode command in FRR isis three-way-handshake is not displayed in config.

I think it would be better to make command set protocols isis <name> interface <interface> three-way-handshake-disable which will lead to disable three-way-handshake on given interface. The related interface mode command in FRR no isis three-way-handshake which is displayed in config and changes the default behavior.

Details

Version
-
Is it a breaking change?
Config syntax change (non-migratable)
Issue type
Feature (new functionality)

Event Timeline

c-po changed the task status from Open to Needs testing.Jan 14 2021, 5:40 PM
c-po assigned this task to Viacheslav.

Fixed VyOS 1.4-rolling-202101150632

set protocols isis FOO interface eth1 no-three-way-handshake
set protocols isis FOO net '49.0001.1921.6800.1002.00'

Vtysh

!
interface eth1
 ip router isis FOO
 no isis three-way-handshake
!
router isis FOO
 net 49.0001.1921.6800.1002.00
!
dmbaturin set Issue type to Feature (new functionality).Nov 8 2024, 10:48 AM