Associating Service Graph Templates with Contracts and EPGs Using the GUI
See Using the GUI for the procedure for associating service graph templates with contracts and EPGs.
See Using the GUI for the procedure for associating service graph templates with contracts and EPGs.
The following procedure creates a service graph template.
Step 1 |
Enter the configure mode. Example:
|
||||||||||
Step 2 |
Enter the configure mode for a tenant.
Example:
|
||||||||||
Step 3 |
Associate a service graph to the template.
Example:
|
||||||||||
Step 4 |
Add a function node.
Example:
|
||||||||||
Step 5 |
Add the consumer connector.
Example:
|
||||||||||
Step 6 |
Associate a tenant with the connector and then exit the connector configuration mode.
Example:
|
||||||||||
Step 7 |
Repeat steps 5 and 6 for the provider. Example:
|
||||||||||
Step 8 |
(Optional) Add a router and then exit the node configuration mode.
Skip this step
if you are creating a service graph template in tenant
Example:
|
||||||||||
Step 9 |
Associate a connection with a consumer connector and another with a provider connector, and then exit the service graph configuration mode.
Example:
|
||||||||||
Step 10 |
Exit the configuration mode. Example:
|
<polUni>
<fvTenant dn="uni/tn-acme" name="acme">
<!—L3 Network-->
<fvCtx name="MyNetwork"/>
<!-- Bridge Domain for MySrvr EPG -->
<fvBD name="MySrvrBD">
<fvRsCtx tnFvCtxName="MyNetwork" />
<fvSubnet ip="10.10.10.10/24">
</fvSubnet>
</fvBD>
<!-- Bridge Domain for MyClnt EPG -->
<fvBD name="MyClntBD">
<fvRsCtx tnFvCtxName="MyNetwork" />
<fvSubnet ip="20.20.20.20/24">
</fvSubnet>
</fvBD>
<fvAp dn="uni/tn-acme/ap-MyAP" name="MyAP">
<fvAEPg dn="uni/tn-acme/ap-MyAP/epg-MyClnt" name="MyClnt">
<fvRsBd tnFvBDName="MySrvrBD" />
<fvRsDomAtt tDn="uni/vmmp-Vendor1/dom-MyVMs" />
<fvRsProv tnVzBrCPName="webCtrct">
</fvRsProv>
<fvRsPathAtt tDn="topology/pod-1/paths-17/pathep-[eth1/21]" encap="vlan-202"/>
<fvRsPathAtt tDn="topology/pod-1/paths-18/pathep-[eth1/21]" encap="vlan-202"/>
</fvAEPg>
<fvAEPg dn="uni/tn-acme/ap-MyAP/epg-MySRVR" name="MySRVR">
<fvRsBd tnFvBDName="MyClntBD" />
<fvRsDomAtt tDn="uni/vmmp-Vendor1/dom-MyVMs" />
<fvRsCons tnVzBrCPName="webCtrct">
</fvRsCons>
<fvRsPathAtt tDn="topology/pod-1/paths-17/pathep-[eth1/21]" encap="vlan-203"/>
<fvRsPathAtt tDn="topology/pod-1/paths-18/pathep-[eth1/21]" encap="vlan-203"/>
</fvAEPg>
</fvAp>
</fvTenant>
</polUni>
<polUni>
<fvTenant dn="uni/tn-acme" name="acme">
<vzFilter name="HttpIn">
<vzEntry name="e1" prot="6" dToPort="80"/>
</vzFilter>
<vzBrCP name="webCtrct">
<vzSubj name="http">
<vzRsSubjFiltAtt tnVzFilterName="HttpIn"/>
</vzSubj>
</vzBrCP>
</fvTenant>
</polUni>