Page MenuHomeVyOS Platform

"show vpn ike sa" does not display IPv6 peers
Closed, ResolvedPublicBUG

Description

The 'show vpn ike sa' command does not display the IKE state with IPv6 Peers

Details

Difficulty level
Easy (less than an hour)
Version
1.4.x ; 1.3.x
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Related Objects

Mentioned In
1.3.3
1.3.1

Event Timeline

It still doesn't work for 1.3
This regex not for all IPv6 peers

vyos@r4:~$ show vpn ike sa
Peer ID / IP                            Local ID / IP               
------------                            -------------
dead:beef::1                            dead:beef::2                           

    State  IKEVer  Encrypt  Hash    D-H Group      NAT-T  A-Time  L-Time
    -----  ------  -------  ----    ---------      -----  ------  ------
    down   IKEv2   aes16_256 n/a     14(MODP_2048)  no     -82800

PR https://github.com/vyos/vyatta-op-vpn/pull/31

vyos@r4:~$ show vpn ike sa
Peer ID / IP                            Local ID / IP               
------------                            -------------
dead:beef::1                            dead:beef::2                           

    State  IKEVer  Encrypt  Hash    D-H Group      NAT-T  A-Time  L-Time
    -----  ------  -------  ----    ---------      -----  ------  ------
    up     IKEv2   aes16_256 n/a     14(MODP_2048)  no     7200    86400  

 
vyos@r4:~$
Viacheslav changed the task status from Open to In progress.Dec 28 2021, 1:25 PM
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.
dmbaturin renamed this task from Show vpn ike sa with IPv6 remote peer to "show vpn ike sa" does not display IPv6 peers.Jun 11 2022, 8:37 AM
dmbaturin set Issue type to Bug (incorrect behavior).