├── README.md
├── configuration-python
├── __init__.py
├── lab
│ ├── __init__.py
│ ├── labUpgradingTheCatalogSoftwareVersion.yaml
│ ├── labConfiguringMpBgpRouteReflector.yaml
│ ├── labUpgradingTheApicControllerSoftwareVersion.yaml
│ ├── lab2CreateTenant.yaml
│ ├── labConfiguringDhcpServerPolicyForTheApicInfrastructure.yaml
│ ├── lab1FabricDiscovery.yaml
│ ├── labConfiguringDnsServerPolicy.yaml
│ ├── labUpgradingTheLeafAndSpineSwitchSoftwareVersion.yaml
│ ├── labCreatingOspfExternalRoutedNetworkForManagementTenant.yaml
│ ├── labConfiguringLocalUser.yaml
│ ├── labConfiguringLayer2ManagementConnectivity.yaml
│ ├── labConfiguringLayer3ManagementConnectivity.yaml
│ ├── labConfiguringOutOfBandManagementAccess.yaml
│ ├── lab5IntegratingWithVMware.yaml
│ ├── labConfigureInterfacePcAndVpc.yaml
│ ├── labSettingUpAnAccessPolicyForBladeServer.yaml
│ ├── lab3BuildingPolicyFiltersAndContracts.yaml
│ ├── labCreatingAvCenterDomainProfile.yaml
│ ├── lab1FabricDiscovery.py
│ ├── labScript.py
│ ├── lab7Layer3External.yaml
│ ├── labConfiguringInBandManagementAccess.yaml
│ ├── labConfiguringDnsServerPolicy.py
│ ├── labUpgradingTheCatalogSoftwareVersion.py
│ ├── lab4CreateApplication.yaml
│ ├── labCreatingAvCenterAndAvShieldDomainProfile.yaml
│ ├── labUpgradingTheApicControllerSoftwareVersion.py
│ ├── labConfiguringDhcpServerPolicyForTheApicInfrastructure.py
│ ├── lab2CreateTenant.py
│ ├── labConfiguringLocalUser.py
│ ├── labUpgradingTheLeafAndSpineSwitchSoftwareVersion.py
│ ├── labConfiguringMpBgpRouteReflector.py
│ ├── lab3BuildingPolicyFiltersAndContracts.py
│ ├── lab4CreateApplication.py
│ ├── labConfiguringLayer2ManagementConnectivity.py
│ └── labConfiguringOutOfBandManagementAccess.py
├── generic_code
│ ├── __init__.py
│ ├── apicPython
│ │ ├── __init__.py
│ │ ├── changeClusterSize.yaml
│ │ ├── createTenant.yaml
│ │ ├── selectPodPolicy.yaml
│ │ ├── addUserDomain.yaml
│ │ ├── createApplication.yaml
│ │ ├── setAutonomousSystemNumber.yaml
│ │ ├── addSecurityDomain.yaml
│ │ ├── changeCatalogFirmwarePolicy.yaml
│ │ ├── addFabricNode.yaml
│ │ ├── associateL3OutsideNetworkToBD.yaml
│ │ ├── upgradeControllerFirmwarePolicy.yaml
│ │ ├── createBgpRouteReflector.yaml
│ │ ├── createSubnet.yaml
│ │ ├── createVxlanPool.yaml
│ │ ├── addMgmtProvidedOutOfBandContract.yaml
│ │ ├── createMulticastAddressBlock.yaml
│ │ ├── createVlanPool.yaml
│ │ ├── createCdpInterfacePolicy.yaml
│ │ ├── chooseRoleForUser.yaml
│ │ ├── connectEpgContract.yaml
│ │ ├── createBridgeDomain.yaml
│ │ ├── createPhysicalDomain.yaml
│ │ ├── createInterfaceProfile.yaml
│ │ ├── createNodes.yaml
│ │ ├── createLldpInterfacePolicy.yaml
│ │ ├── createNodesAndInterfacesProfile.yaml
│ │ ├── createOutsideFirmwareSource.yaml
│ │ ├── createOutOfBandContract.yaml
│ │ ├── createLinkLevelPolicy.yaml
│ │ ├── createVcenterDomain.yaml
│ │ ├── createExternalNetwork.yaml
│ │ ├── createVcenterCredential.yaml
│ │ ├── createDhcpRelayLabel.yaml
│ │ ├── createRadiusProvider.yaml
│ │ ├── createFirmwareGroup.yaml
│ │ ├── createRoutedOutside.yaml
│ │ ├── createMaintenanceGroup.yaml
│ │ ├── setDefaultSettingForPrivateNetwork.yaml
│ │ ├── addVmmDomainAssociation.yaml
│ │ ├── createPrivateNetwork.yaml
│ │ ├── createExternalManagementEntityInstance.yaml
│ │ ├── createRoutedInterfaceProfile.yaml
│ │ ├── createAttachableAccessEntityprofile.yaml
│ │ ├── createPodPolicyGroup.yaml
│ │ ├── createStaticRoute.yaml
│ │ ├── createL3EpgProviderOrConsumerContract.yaml
│ │ ├── createVcenterController.yaml
│ │ ├── createLocalUser.yaml
│ │ ├── configureInterfacePcAndVpc.yaml
│ │ ├── createLacpPolicy.yaml
│ │ ├── createDhcpRelayPolicy.yaml
│ │ ├── createContract.yaml
│ │ ├── createTenant.py
│ │ ├── createVshieldController.yaml
│ │ ├── createAccessPortPolicyGroup.yaml
│ │ ├── createDnsProfile.yaml
│ │ ├── createNodeManagementAddressApic.yaml
│ │ ├── createNodeManagementAddressSwitchInb.yaml
│ │ ├── createFilter.yaml
│ │ ├── createNodeManagementAddressSwitchOob.yaml
│ │ ├── configureInBandEpgDefault.yaml
│ │ ├── labScript.py
│ │ ├── changeCatalogFirmwarePolicy.py
│ │ ├── addSecurityDomain.py
│ │ ├── createApplicationEpg.yaml
│ │ ├── createBgpRouteReflector.py
│ │ ├── createPcInterfacePolicyGroup.yaml
│ │ ├── selectPodPolicy.py
│ │ ├── addUserDomain.py
│ │ ├── setAutonomousSystemNumber.py
│ │ ├── changeClusterSize.py
│ │ ├── createVxlanPool.py
│ │ ├── addFabricNode.py
│ │ ├── associateL3OutsideNetworkToBD.py
│ │ ├── createApplication.py
│ │ ├── createSubnet.py
│ │ ├── upgradeControllerFirmwarePolicy.py
│ │ ├── addMgmtProvidedOutOfBandContract.py
│ │ ├── createMulticastAddressBlock.py
│ │ ├── createCdpInterfacePolicy.py
│ │ ├── createVlanPool.py
│ │ ├── createLldpInterfacePolicy.py
│ │ ├── createPhysicalDomain.py
│ │ ├── createBridgeDomain.py
│ │ ├── createNodes.py
│ │ ├── createNodesAndInterfacesProfile.py
│ │ ├── chooseRoleForUser.py
│ │ ├── createInterfaceProfile.py
│ │ ├── createVcenterCredential.py
│ │ ├── createOutsideFirmwareSource.py
│ │ ├── createOutOfBandContract.py
│ │ ├── connectEpgContract.py
│ │ ├── createStaticRoute.py
│ │ ├── createVcenterDomain.py
│ │ ├── createFirmwareGroup.py
│ │ ├── createExternalNetwork.py
│ │ ├── createRoutedOutside.py
│ │ ├── createDhcpRelayLabel.py
│ │ ├── createPrivateNetwork.py
│ │ └── addVmmDomainAssociation.py
│ ├── setup.py
│ └── README.md
├── template.py
└── README.md
├── arya
└── README.rst
├── dom-POD2-VMM.xml
├── BD-Main-BD1.xml
├── .gitignore
└── BD-Main-BD.xml
/README.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/configuration-python/__init__.py:
--------------------------------------------------------------------------------
1 | __author__ = 'bonhuan'
2 |
--------------------------------------------------------------------------------
/configuration-python/lab/__init__.py:
--------------------------------------------------------------------------------
1 | __author__ = 'bonhuan'
2 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/__init__.py:
--------------------------------------------------------------------------------
1 | __author__ = 'bonhuan'
2 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/__init__.py:
--------------------------------------------------------------------------------
1 | __author__ = 'bonhuan'
2 |
--------------------------------------------------------------------------------
/arya/README.rst:
--------------------------------------------------------------------------------
1 | Arya has moved to a repo of it's own:
2 |
3 | https://github.com/datacenter/arya
4 |
--------------------------------------------------------------------------------
/dom-POD2-VMM.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/changeClusterSize.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | size: 1
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createTenant.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | tenant: tenantA11
6 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/selectPodPolicy.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | selected_pod_policy_group: policyA
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/addUserDomain.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | local_user: abc
6 | user_domain: mgmt
7 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createApplication.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | tenant: tenantA
6 | application: 3Tier
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/setAutonomousSystemNumber.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | autonomous_system_number: 1
--------------------------------------------------------------------------------
/configuration-python/lab/labUpgradingTheCatalogSoftwareVersion.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | target_firmware_policy: catalog-1.0(1e)
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/addSecurityDomain.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | tenant: tenantA
6 | security_domain: mgmt
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/changeCatalogFirmwarePolicy.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | target_firmware_policy: catalog-1.0(1e)
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/addFabricNode.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | pod_id: '1'
6 | serial_number: 'TEP-1-103'
7 | node_id: '103'
8 | node_name: Spine1
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/associateL3OutsideNetworkToBD.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | tenant: tenantA
6 | routed_outside: L3-Out
7 | bridge_domain: BD1
8 |
--------------------------------------------------------------------------------
/configuration-python/lab/labConfiguringMpBgpRouteReflector.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | autonomous_system_number: 1
6 | reflector_ids:
7 | - 201
8 | - 202
9 | policy_group: tenantA_policy
10 | optional_args:
11 | bgp_policy: default
12 |
13 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/upgradeControllerFirmwarePolicy.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | optional_args:
9 | ignore_compatibility: [ 'true' | 'false' ]
10 | target_firmware_version:
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createBgpRouteReflector.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # autonomous_system_number:
9 | # reflector_id:
10 |
11 | autonomous_system_number: 1
12 | reflector_id: 201
13 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createSubnet.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # tenant:
9 | # bridge_domain:
10 | # subnet:
11 |
12 | tenant: mgmt
13 | bridge_domain: inbbb
14 | subnet: 2.2.2.2/24
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createVxlanPool.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # vxlan_name:
9 | # range_from: 5000)>
10 | # range_to: 5000)>
11 |
12 | vxlan_name: inband
13 | range_from: 5010
14 | range_to: 5200
15 |
--------------------------------------------------------------------------------
/configuration-python/lab/labUpgradingTheApicControllerSoftwareVersion.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | firmware_source:
6 | name: apic_image
7 | optional_args:
8 | protocol: http
9 | url: http://172.31.216.100/aci-apic-dk9.1.0.0.72.iso
10 | upgrade_controller_firmware_policy:
11 | ignore_compatibility: 'true'
12 | target_firmware_version: vvv
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/addMgmtProvidedOutOfBandContract.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | tenant: mgmt
6 |
7 | # Usage:
8 | # ---------------------------------
9 | # contract:
10 | # optional_args:
11 | # prio: [level1 | level2 | level3]
12 |
13 | contract: oob-default
14 | optional_args:
15 | prio: unspecified
--------------------------------------------------------------------------------
/configuration-python/lab/lab2CreateTenant.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | tenant: tenantA
6 | # Specify all the security domains
7 | security_domains:
8 | - all
9 | private_network: tenantA_VRF
10 | # Specify all each bridge domain. subnet_ip is optional.
11 | bridge_domains:
12 | - name: BD1
13 | subnet_ip: 10.10.10.1/24
14 | - name: BD2
15 | subnet_ip: 20.20.20.1/24
16 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createMulticastAddressBlock.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # multicast:
9 | # ip_range_from:
10 | # ip_range_to:
11 |
12 | multicast: ml
13 | ip_range_from: 224.1.2.3
14 | ip_range_to: 224.1.2.10
15 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createVlanPool.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # vlan_name:
9 | # vlan_mode: [ dynamic | static ]
10 | # range_from:
11 | # range_to:
12 |
13 | vlan_name: inband
14 | vlan_mode: static
15 | range_from: '10'
16 | range_to: '11'
17 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createCdpInterfacePolicy.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # cdp_interface_policy:
9 | # optional_args:
10 | # admin_state: [ enabled | disabled ]
11 |
12 | cdp_interface_policy: cdp
13 | optional_args:
14 | admin_state: disabled
15 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/chooseRoleForUser.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # ---------------------------------
8 | # user_name:
9 | # security_domain:
10 | # role:
11 | # role_type: [readPriv | writePriv]
12 |
13 | user_name: abc
14 | security_domain: all
15 | role: aaa
16 | role_type: writePriv
17 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/connectEpgContract.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | tenant: tenantA
6 |
7 | # Usage:
8 | # ---------------------------------
9 | # application:
10 | # epg:
11 | # contract_name:
12 | # contract_type: [ provided | consumed ]
13 |
14 | application: 3Tier
15 | epg: oo
16 | contract_name: Web_Con
17 | contract_type: consumed
18 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createBridgeDomain.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # tenant:
9 | # bridge_domain:
10 | # subnet_ip:
11 | # private_network:
12 |
13 | tenant: tenantA
14 | bridge_domain: BD1
15 | subnet_ip: 10.10.10.1/24
16 | private_network: tenantA_VRF
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createPhysicalDomain.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # physical_domain:
9 | # optional_args:
10 | # vlan_pool:
11 | # vlan_mode: [ dynamic | static ]
12 |
13 | physical_domain: phys
14 | optional_args:
15 | vlan_pool: vlan-10
16 | vlan_mode: static
17 |
--------------------------------------------------------------------------------
/configuration-python/lab/labConfiguringDhcpServerPolicyForTheApicInfrastructure.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | tenant: infra
6 | bridge_domain: default
7 | dhcp_relay_policy: DhcpRelayP
8 | dhcp_relay_label_scope: tenant
9 | optional_args:
10 | providers:
11 | - epg_type: application_epg
12 | provider_detail:
13 | tenant: infra
14 | detail1: access
15 | detail2: default
16 | dhcp_server_address: 10.0.0.1
17 |
--------------------------------------------------------------------------------
/configuration-python/lab/lab1FabricDiscovery.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | # Please specify each fabric node.
6 | fabric_nodes:
7 | - serial_number: 'TEP-1-101'
8 | node_id: '101'
9 | node_name: Leaf1
10 | - serial_number: 'TEP-1-102'
11 | node_id: '102'
12 | node_name: Leaf2
13 | - serial_number: 'TEP-1-103'
14 | node_id: '103'
15 | node_name: Spine1
16 | - serial_number: 'TEP-1-104'
17 | node_id: '104'
18 | node_name: Spine2
--------------------------------------------------------------------------------
/configuration-python/lab/labConfiguringDnsServerPolicy.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 | tenant: mgmt
6 | private_network: oob
7 | dns_profile: default
8 | optional_args:
9 | management_epg: out_of_band
10 | dns_providers:
11 | - address: 172.21.157.5
12 | is_preferred: true
13 | - address: 172.21.157.6
14 | is_preferred: false
15 | dns_domains:
16 | - name: cisco.com
17 | is_default: true
18 | description: cccc
19 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createInterfaceProfile.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # tenant:
9 | # routed_outside:
10 | # node_profile:
11 | # interface_profile:
12 |
13 | tenant: tenantA
14 | routed_outside: L3-Out
15 | node_profile: border-leaf
16 | interface_profile: L3-OSPF-Leaf2
17 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createNodes.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # tenant:
9 | # routed_outside:
10 | # node_profile:
11 | # leaf_id:
12 | # router_id:
13 |
14 | tenant: tenantA
15 | routed_outside: L3-Out
16 | node_profile: border-leaf
17 | leaf_id: 102
18 | router_id: 1.0.0.2
19 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createLldpInterfacePolicy.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # lldp_interface_policy:
9 | # optional_args:
10 | # receive_state: [ enabled | disabled ]
11 | # transmit_state: [ enabled | disabled ]
12 |
13 | lldp_interface_policy: lldp_policy
14 | optional_args:
15 | receive_state: disabled
16 | transmit_state: disabled
17 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createNodesAndInterfacesProfile.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # tenant:
9 | # routed_outside:
10 | # node_profile:
11 | # optional_args:
12 | # target_dscp:
13 |
14 | tenant: tenantA
15 | routed_outside: L3-Out
16 | node_profile: border-leaf
17 | optional_args:
18 | target_dscp: 25
19 |
20 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createOutsideFirmwareSource.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # source:
9 | # optional_args:
10 | # url:
11 | # protocol: [ scp | http ]
12 | # source_user:
13 | # source_password:
14 |
15 | source: apic_image
16 | optional_args:
17 | protocol: http
18 | url: http://172.31.216.100/aci-apic-dk9.1.0.0.72.iso
19 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createOutOfBandContract.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # tenant:
9 | # contract:
10 | # optional_args:
11 | # scope: [ application-profile | context | global | tenant ]
12 | # prio: [ layer2 | layer3 | physical | vcenter ]
13 |
14 | tenant: mgmt
15 | contract: oob-default
16 | optional_args:
17 | scope: context
18 | prio: unspecified
19 |
--------------------------------------------------------------------------------
/configuration-python/generic_code/apicPython/createLinkLevelPolicy.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | host:
3 | user: admin
4 | password:
5 |
6 | # Usage:
7 | # -------------------------------------------------------
8 | # link_level_policy:
9 | # optional_args:
10 | # atuo_negotiation: [ on | off ]
11 | # speed: [ 100M | 1G | 10G | 40G ]
12 | # link_debounce_interval: