Skip to content

Assigning an access list to a route map with the "nexthop" parameter forces the activation of BGP #17055

@dawid-szewc

Description

@dawid-szewc

Description

The error occurs when attempting to assign an ACL to a Route-Map with the nexthop parameter. VTYSH returns an error bgpd is not running

route-map map1 permit 5
 match ipv6 address acl_name1
exit
!
end
Router# conf t
Router(config)# route-map map1 permit 5
Router(config-route-map)# match ipv6 next-hop acl_name
bgpd is not running

Version

8.2.2

How to reproduce

Router# conf t
Router(config)# route-map map1 permit 5
Router(config-route-map)# match ipv6 next-hop acl_name

Expected behavior

ACL Acceptance

Actual behavior

VTYSH does not allow assigning an access list with a nexthop to a route map if the BGP daemon is disabled

Additional context

No response

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions