Pinning A Control Or Packet Vlan To A Subgroup - Cisco Nexus 1000V Configuration Manual

For vmware vsphere
Hide thumbs Also See for Nexus 1000V:
Table of Contents

Advertisement

Configuring Port Channels
This example shows how to create a vEthernet port profile and pin it to port channel subgroup 3:
switch# configure terminal
switch(config)# port-profile type vethernet PortProfile1
switch(config-port-prof)# pinning id 3
switch(config-port-prof)# show port-profile name PortProfile1
port-profile PortProfile1
description:
type: vethernet
status: disabled
capability l3control: no
pinning control-vlan: -
pinning packet-vlan: -
system vlans: none
port-group:
max ports: 32
inherit:
config attributes:
pinning id 3
evaluated config attributes:
pinning id 3
assigned interfaces:
switch(config-port-prof)# copy running-config startup-config
This example shows how to create a vEthernet port profile and pin it to port channel subgroup 3 and backup
subgroups 4 and 6:
switch# configure terminal
switch(config)# port-profile type vethernet PortProfile1
switch(config-port-prof)# pinning id 3 backup 4 6
switch(config-port-prof)# show port-profile name PortProfile1
port-profile PortProfile1
description:
type: vethernet
status: disabled
capability l3control: no
pinning control-vlan: -
pinning packet-vlan: -
system vlans: none
port-group:
max ports: 32
inherit:
config attributes:
pinning id 3 backup 4 6
evaluated config attributes:
pinning id 3
assigned interfaces:
switch(config-port-prof)# copy running-config startup-config

Pinning a Control or Packet VLAN to a Subgroup

You can pin a control or packet VLAN to a specific subgroup.
Before You Begin
• Log in to the CLI in EXEC mode.
• Know that the existing port profile must be a system port profile.
• Know that the port profile must be an Ethernet type.
• If you are pinning a control or packet VLAN, know that it must already be in the port profile.
• If you are pinning a control VLAN, know that the control VLAN must already be one of the system
VLANs in the port profile.
Cisco Nexus 1000V for VMware vSphere Interface Configuration Guide, Release 5.x
Creating a Port Profile for a Port Channel
67

Advertisement

Table of Contents
loading

Table of Contents