You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.