Reference v4.1.0 Instruction Manual

Network OS Command Reference 545
53-1003115-01
port-profile (port-profile-domain configuration mode)
2
port-profile (port-profile-domain configuration mode)
Adds an Automatic Migration of Port Profiles (AMPP) port-profile into a specific domain in a Virtual
Fabrics context.
Synopsis port-profile port-profile-name
no port-profile port-profile-name
Operands port-profile-name A fabric-wide unique name of a port-profile. Range is from 1 through 128
ASCII characters.
Defaults None
Command Modes Port-profile-domain configuration mode
Description Use this command to add/remove a port-profile to/from a domain in a Virtual Fabrics context,
Usage Guidelines The user must first issue the port-profile-domain command to enter port-profile-domain
configuration mode.
In a Virtual Fabrics context, use the port-profile-port command to associate a profiled port to a
single port-profile or a port-profile domain.
Examples Creating a port-profile in global configuration mode:
switch(config)# port-profile PP_Tenant_A
Creating a VLAN profile and enabling 802.1Q VLAN access on a trunk:
switch(config-port-profile-PP_Tenant_A)# vlan-profile
switch(config-vlan-profile)# switchport mode trunk allow vlan add 10
In a Virtual Fabrics context, creating extended VLAN profiles (VLAN IDs > 4095) to include service
or transport VFs and C-TAGs.:
switch(config)# port-profile PP_Tenant_B
switch(config-vlan-profile)# switchport mode trunk allow vlan add 5000 ctag 20
switch(config-vlan-profile)# switchport mode trunk allow vlan add 6000 ctag 30
In a Virtual Fabrics context, adding port-profiles to a port-profile domain.
switch(config)# port-profile-domain vCenter1
switch(configport-profile-domain-vCenter1)# port-profile PP_Tenant_A
switch(configport-profile-domain-vCenter1)# port-profile PP_Tenant_B
See Also port-profile-domain, vlan-profile (AMPP)