Version
V2.0.4
Feature Details
Hi team,
I’m trying to limit which built-in directives are available for a device. Following "Enable Specific Built-in Directives", my devices.yaml looks like this:
devices:
- name: New York, NY
address: 192.0.2.1
platform: cisco_ios
credential:
username: you
password: your_password
directives:
- builtin: [bgp_route, traceroute]
Currently, all built-in directives remain available. I would like a way to explicitly disable bgp_community and bgp_as_path for certain devices.
Feature Type
Change to Existing Functionality
Use Case
Providers can tailor the menu to their needs.