Output of show configuration and show bgp do not present the same info

Hello,
I have ebgp connection to a peer. However, when I check show ip bgp neighbor 195.66.228.254 and show configuration commands | match 195.66.228.254 they do not present the same info. I deleted the import route-map, but it seems to be still in use. Below are outputs of both commands:

csadmin@edge2-cvdc:~$ sh conf commands | match 195.66.228.254
set protocols bgp 59455 neighbor 195.66.228.254 description ‘LINX-WALES-Route-Collector’
set protocols bgp 59455 neighbor 195.66.228.254 ‘nexthop-self’
set protocols bgp 59455 neighbor 195.66.228.254 remote-as ‘5459’

set protocols bgp 59455 neighbor 195.66.228.254 route-map export 'OUT-LINX-WALES-v4’

set protocols bgp 59455 neighbor 195.66.228.254 timers holdtime ‘90’
set protocols bgp 59455 neighbor 195.66.228.254 timers keepalive ‘30’

csadmin@edge2-cvdc:~$ sh ip bgp neighbors 195.66.228.254
BGP neighbor is 195.66.228.254, remote AS 5459, local AS 59455, external link
BGP version 4, remote router ID 195.66.228.254
BGP state = Established, up for 2d18h05m
Last read 14:32:46, hold time is 90, keepalive interval is 30 seconds
Configured hold time is 90, keepalive interval is 30 seconds
Neighbor capabilities:
4 Byte AS: advertised and received
Route refresh: advertised and received(new)
Address family IPv4 Unicast: advertised and received
Graceful Restart Capabilty: received
Remote Restart timer is 120 seconds
Address families by peer:
IPv4 Unicast(not preserved)
Graceful restart informations:
End-of-RIB send: IPv4 Unicast
End-of-RIB received: IPv4 Unicast
Message statistics:
Inq depth is 0
Outq depth is 0
Sent Rcvd
Opens: 16 1
Notifications: 0 0
Updates: 6 1
Keepalives: 7903 8962
Route Refresh: 0 0
Capability: 0 0
Total: 7925 8964
Minimum time between advertisement runs is 30 seconds

For address family: IPv4 Unicast
Inbound soft reconfiguration allowed
NEXT_HOP is always this router
Community attribute sent to this neighbor(both)
Inbound path policy configured
Outbound path policy configured
*Route map for incoming advertisements is IN-LINX-WALES-v4
*Route map for outgoing advertisements is OUT-LINX-WALES-v4
0 accepted prefixes

Connections established 1; dropped 0
Last reset never
Local host: 195.66.228.245, Local port: 33042
Foreign host: 195.66.228.254, Foreign port: 179
Nexthop: 195.66.228.245
Nexthop global: 2001:7f8:4:4::e83f:9
Nexthop local: fe80::212:c0ff:fe4c:6d47
BGP connection: non shared network
Read thread: on Write thread: off

Please let me know why this is happening.
Thank you
Petr

It looks like you are using an older version, 1.1.7 or 1.1.8 which EOL.

LTS and rolling versions used another syntax

set protocols bgp 65001 neighbor 100.64.0.2 address-family ipv4-unicast route-map export FOO