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

New Resource: Add Spanning Tree Interface Resource for MO stpIf (sys/stp/inst/if-[<int>]) #89

Closed
aj-cruz opened this issue Sep 7, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@aj-cruz
Copy link

aj-cruz commented Sep 7, 2022

Terraform Version

Terraform v1.2.7
on linux_amd64
+ provider registry.terraform.io/netascode/nxos v0.3.21

Affected Resource(s)

Terraform Configuration Files

Debug Output

Panic Output

Expected Behavior

Actual Behavior

Steps to Reproduce

Important Factoids

Not sure if this is covered under another resource, I couldn't find anything, but would like to be able to modify a port's Spanning Tree port type.

Proposed new resource: nxos_spanning_tree_interface
Proposed arguments:

  • interface_id (string, Must match first field in the output of show intf brief. Example: eth1/1)
  • port_type (string, one of: normal, network, edge, trunk)
  • bpdufilter (string, one of: enable, disable)
  • bpduguard (string, one of: enable, disable)
  • guard (string, one of: none, loop, root)
  • cost (string, auto or numerical range: 1-200000000)

References

@danischm
Copy link
Member

If you know them already could you maybe list the DME objects you would require?

@danischm danischm added the enhancement New feature or request label Sep 19, 2022
@aj-cruz
Copy link
Author

aj-cruz commented Sep 19, 2022

/sys/stp/inst/if-[interface]

@danischm
Copy link
Member

danischm commented Sep 20, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants