https://github.com/robertcsapo/cisco-iac-c9k
Collection of managing Catalyst 9000 Switching with Infrastructure as Code (IAC)
https://github.com/robertcsapo/cisco-iac-c9k
cisco iac ios-xe terraform
Last synced: 9 months ago
JSON representation
Collection of managing Catalyst 9000 Switching with Infrastructure as Code (IAC)
- Host: GitHub
- URL: https://github.com/robertcsapo/cisco-iac-c9k
- Owner: robertcsapo
- Created: 2022-06-28T12:01:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T16:55:46.000Z (about 3 years ago)
- Last Synced: 2024-11-16T07:49:33.602Z (over 1 year ago)
- Topics: cisco, iac, ios-xe, terraform
- Language: HCL
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cisco-iac-c9k
## EVPN
### Terraform
#### Guide for deploying BGP EVPN on Catalyst 9000 Switches
Prerequisites:
- Catalyst 9000 Switching Platforms (C9300/C9400/C9500/C9600)
- Cisco IOS-XE 17.8+
- Cisco Network Advantage / DNA Advantage
- Underlay network (connectivity between all the nodes)
- RESTCONF enabled
- Terraform CLI
[Tutorial](./evpn/terraform/tutorial/)
[Public Registry](https://registry.terraform.io/providers/robertcsapo/ciscoevpn/latest)
[Source Code](https://github.com/robertcsapo/terraform-provider-ciscoevpn)
### Ansible
## Application Hosting (IOX)
### Terraform
#### Guide for deploying Applications (containers) on Catalyst 9300 Switches
Prerequisites:
- Catalyst 9000 Switching Platforms (C9300)
- Cisco IOS-XE 17.8+
- Cisco Network Advantage / DNA Advantage
- RESTCONF enabled
- Terraform CLI
[Tutorial](./apphosting/terraform/tutorial/)
[Public Registry](https://registry.terraform.io/providers/robertcsapo/ciscoapphosting/latest)
[Source Code](https://github.com/robertcsapo/terraform-provider-ciscoapphosting)