Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable configuring the Management0 interface and the management VRF on leafs with inband mgmt #3400

Open
carlbuchmann opened this issue Dec 4, 2023 Discussed in #3397 · 2 comments

Comments

@carlbuchmann
Copy link
Member

Discussed in #3397

Originally posted by kmueller68 December 1, 2023
Hello.

In the AVD campus fabric example is exmplained how to disable generation of oob interfaces on leafs.

In Campus Networks, having a dedicated out-of-band management network in each IDF is uncommon. Therefore, you can easily disable configuring the Management0 interface and the management VRF by adding these variables to the DC1_LEAFS.yml group_vars.

mgmt_gateway: null
mgmt_interface: null
mgmt_interface_vrf: default

Should this really work?
I have tested it but the interface Management1is still created including an IP?

---
### group_vars/DC1_LEAFS.yml

type: leaf     # Must be leaf
mgmt_gateway: null
mgmt_interface: null
mgmt_interface_vrf: default

thank you
Karlheinz

@CyrielRct
Copy link
Contributor

Try to define your leaf by inband_mgmt_vlan instead of mgmt_interfaces :

mgmt_interface: Vlan100 << specify your inband mgmt interface
mgmt_interface_vrf: default

leaf:
defaults:
platform: cEOSLab
inband_mgmt_vlan: 100
inband_mgmt_gateway: 10.x.x.x

Copy link

github-actions bot commented Apr 9, 2024

This issue is stale because it has been open 90 days with no activity. The issue will be reviewed by a maintainer and may be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants