Actions
Bug #11847
openFilters not applied to PEER Groups
Start date:
04/23/2021
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
When creating a Peer group and adding an AS/Prefix filter or route map to the peer group, the generated configuration does not apply the filters to the peer group. Applying them directly to a peer does.
Expected Output
neighbor DEFAULT_PEERS peer-group
neighbor DEFAULT_PEERS description Default Peer Group
neighbor DEFAULT_PEERS prefix-list default-routes out
neighbor DEFAULT_PEERS filter-list default-as-filter out
neighbor DEFAULT_PEERS route-map set-local-pref in
Actual Output
neighbor DEFAULT_PEERS peer-group
neighbor DEFAULT_PEERS description Default Peer Group
Actions