- Preface
- Cisco Fabric Automation API
- Auto Configuration
- DHCP
- Power On Auto Provisioning
- Cable Plan
- DCI
- Multiple Mobility Domain with VLAN Translation
- Multiple Orchestrator Support
- Pre-Packaged Configuration Profiles
- Auto Config Examples
- Fabric Automation REST APIs for Openstack
- Pre-packaged POAP Templates
- POAP Examples
- vCD Sample Script
Pre-Packaged Config Profiles
Introduction
There are two types of Config Profiles pre-packaged and available by default in DCNM:
Pre-Packaged Partition Config-Profile Details
This section lists the contents of the partition config-profiles that will be part of the DCNM profiles database that ships with the DFA solution. Note that new parameterized profiles can be added on top of this existing set. In addition, the existing profiles may be modified so that they can be tailored to the specific data center needs (with some caution).
redistribute hmm route-map FABRIC-RMAP-REDIST-HOST
redistribute hmm route-map FABRIC-RMAP-REDIST-HOST
configure profile vrf-common-services
ip route 0.0.0.0/0 $include_serviceIpAddress pref 1
redistribute hmm route-map FABRIC-RMAP-REDIST-HOST
Pre-Packaged Network Config-Profile Details
This section lists the contents of the network config-profiles that will be part of the DCNM profiles database which ships with the DFA solution.
config profile defaultNetworkIpv4EfProfile
ip address $gatewayIpAddress/$netMaskLength
ip dhcp relay address $dhcpServerAddr use-vrf default
fabric forwarding mode proxy-gateway
config profile defaultNetworkIpv4TfProfile
ip address $gatewayIpAddress/$netMaskLength
ip dhcp relay address $dhcpServerAddr use-vrf default
fabric forwarding mode anycast-gateway
config profile defaultNetworkIpv6EfProfile
ipv6 address $gatewayIpv6Address/$prefixLength
fabric forwarding mode proxy-gateway
config profile defaultNetworkIpv6TfProfile
ipv6 address $gatewayIpv6Address/$prefixLength
fabric forwarding mode anycast-gateway
config profile defaultNetworkIpv4v6EfProfile
ip address $gatewayIpAddress/$netMaskLength
ipv6 address $gatewayIpv6Address/$prefixLength
fabric forwarding mode proxy-gateway
config profile defaultNetworkIpv4v6TfProfile
ip address $gatewayIpAddress/$netMaskLength
ipv6 address $gatewayIpv6Address/$prefixLength
fabric forwarding mode anycast-gateway
config profile defaultNetworkIpv4EfEdgeServiceProfile
ip address $gatewayIpAddress/$netMaskLength
# ip dhcp relay address $dhcpServerAddr use-vrf default
fabric forwarding mode proxy-gateway
include profile vrf-common-services
config profile defaultNetworkIpv4TfEdgeServiceProfile
ip address $gatewayIpAddress/$netMaskLength
# ip dhcp relay address $dhcpServerAddr use-vrf default
fabric forwarding mode anycast-gateway
include profile vrf-common-services
config profile defaultNetworkIpv4v6EfServiceProfile
ip address $gatewayIpAddress/$netMaskLength
ipv6 address $gatewayIpv6Address/$prefixLength
fabric forwarding mode proxy-gateway
include profile vrf-common-services
config profile defaultNetworkIpv4v6TfServiceProfile
ip address $gatewayIpAddress/$netMaskLength
ipv6 address $gatewayIpv6Address/$prefixLength
fabric forwarding mode anycast-gateway
include profile vrf-common-services
config profile defaultNetworkL2Profile
config profile defaultNetworkdefaultPartitionIpv4EfProfile
ip address $gatewayIpAddress/$netMaskLength
# ip dhcp relay address $dhcpServerAddr
fabric forwarding mode proxy-gateway
config profile defaultNetworkdefaultPartitionIpv4TfProfile
ip address $gatewayIpAddress/$netMaskLength
# ip dhcp relay address $dhcpServerAddr
fabric forwarding mode anycast-gateway
config profile defaultNetworkdefaultPartitionIpv6EfProfile
ipv6 address $gatewayIpv6Address/$prefixLength
fabric forwarding mode proxy-gateway
config profile defaultNetworkdefaultPartitionIpv6TfProfile
ipv6 address $gatewayIpv6Address/$prefixLength
fabric forwarding mode anycast-gateway
config profile defaultNetworkdefaultPartitionIpv4v6EfProfile
ip address $gatewayIpAddress/$netMaskLength
ipv6 address $gatewayIpv6Address/$prefixLength
fabric forwarding mode proxy-gateway
config profile defaultNetworkdefaultPartitionIpv4v6TfProfile
ip address $gatewayIpAddress/$netMaskLength
ipv6 address $gatewayIpv6Address/$prefixLength
Feedback