Wednesday, June 15, 2016

Nexus 7k - 5K LAN configuration for port channel LAG CLi

Command example for LAG port configuration using a port channel group

** Remember to complete for the opposing HA switch and add to vPC if available. **

How to configure a FI to switch Port Channel (inline port channel)

BTP-N7K-02-CORE# sho run int port-channel 40

Step 1;  Configure the Ethernet Ports first

interface Ethernet8/2
  switchport
  switchport mode trunk
  channel-group 40 mode active

interface Ethernet8/6
  switchport
  switchport mode trunk
  channel-group 40 mode active

Step 2:  Then create the Portchannel

interface port-channel40
  switchport
  switchport mode trunk

  spanning-tree port type edge trunk

No comments:

Post a Comment

Vmware NSX SSL creation 

Using OpenSSL for NSX Manager SSL import: Creates CSR and 4096 bit KEY Creating NSX 6.4.2 SSL    openssl req -out nsxcert.csr -newkey rsa:40...