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

Network_intent.py (Global_Pool, Reserve_Pool, Network) network_intent.yml #5

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added hello.txt
Empty file.
42 changes: 21 additions & 21 deletions playbooks/network_intent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,22 @@
ippool:
- ipPoolName: Global_Pool1
gateway: "" #use this for updating
IpAddressSpace: IPv4 #required when we are creating
IpAddressSpace: IPv4 #required when w2 are creating
ipPoolCidr: 100.0.0.0/8 #required when we are creating
type: Generic
dhcpServerIps: [] #use this for updating
dnsServerIps: [] #use this for updating
# prev_name: Global_Pool
ReservePoolDetails:
ipv6AddressSpace: false
ipv4GlobalPool: 100.0.0.0/8
ipv4Prefix: true
ipv4PrefixLength: 8
ipv4GlobalPool: 100.0.0.0/8
ipv4Prefix: True
ipv4PrefixLength: 9
ipv4DnsServers: []
ipv4Subnet: 100.128.0.0
name: IP_Pool_3
siteName: Global/Chennai/Trill
slaacSupport: true
slaacSupport: True
# prev_name: IP_Pool_4
type: LAN
NetworkManagementDetails:
Expand All @@ -49,34 +50,33 @@
domainName: cisco.co
primaryIpAddress: 10.0.0.2
secondaryIpAddress: 10.0.0.3
# clientAndEndpoint_aaa: #works only if we system settigns is set
# # ipAddress: string #Mandatory for ISE, sec ip for AAA
# network: 10.0.0.9
# protocol: RADIUS
# servers: AAA
# # sharedSecret: string #ISE
clientAndEndpoint_aaa: #works only if we system settigns is set
# ipAddress: 10.197.156.42 #Mandatory for ISE, sec ip for AAA
network: 10.0.0.20
protocol: RADIUS
servers: AAA
# sharedSecret: string #ISE
messageOfTheday:
bannerMessage: hello
retainExistingBanner: "true"
retainExistingBanner: True
netflowcollector:
ipAddress: 10.0.0.4
port: 443
# network_aaa: #works only if we system settigns is set
# # ipAddress: string #Mandatory for ISE, sec ip for AAA
# network: 10.0.0.8
# protocol: RADIUS
# servers: AAA
# # sharedSecret: string #ISE
network_aaa: #works only if we system settigns is set
# ipAddress: string #Mandatory for ISE, sec ip for AAA
network: 10.0.0.20
protocol: TACACS
servers: AAA
# sharedSecret: string #ISE
ntpServer:
- 10.0.0.5
snmpServer:
configureDnacIP: true
configureDnacIP: True
ipAddresses:
- 10.0.0.6
syslogServer:
configureDnacIP: true
configureDnacIP: True
ipAddresses:
- 10.0.0.7
timezone: GMT
siteName: Global/Chennai

Loading