Dell Powerconnect M8024k User Configuration Guide
Have a look at the manual Dell Powerconnect M8024k User Configuration Guide online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 327 Dell manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Page | 9 Scenario 3: Configuring multiple VLANs on a single LAG This section provides an overview of configuring multiple VLANs per internal port to connect to a server NIC with Tagging enabled, which is useful for management of VMs. Figure 6 shows the connectivity for this scenario. Adding a tagged or untagged VLAN to an internal port will add the same VLAN (tagged only) to all external ports that are members of the same port aggregator group as the internal port. The same VLAN cannot be in multiple aggregator groups on the M8024k. Figure 6. Graphic Representation of Scenario 3. Configuring the Dell M8024-k Switch Command-Line Interface: Command-line interface for configuring the Dell M8024-k switch is as follow: console(config)#port-aggregator group 1 console(config-portAggr-group-1)#lacp auto console(config-portAggr-group-1)#interface tengigabitethernet 1/0/1 console(config-portAggr-if-Te1/0/1)#switchport general allowed vlan add 101-103 console(config-portAggr-if-Te1/0/1)#exit `STAT CONSOLE L1 L2 MGMT 0 MGMT 1481216 371115 261014 15913 20242832 19232731 18222630 17212529 SLOT2 3438 3337 3640 3539 SLOT3 Cisco Nexus 5020 PS1 PS2 200-240v-6A50~60Hz Dell M 1000 e Blade Enclosure M 8024 -K 1 2 3 4 Cisco Nexus 5020 Single LAG B2C2A2B1C1A1417528639CMC2CMC1KVM123456 GbGb21CMC iKVM GbGb21CMC 12 34 CONSOLE PowerConnect M8024-k 17181920 VLAN 102 VLAN 103VLAN 101
Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Page | 10 console(config-portAggr-group-1)#exit console(config)#port-aggregator lag-failover Warning! Please ensure that lacp mode is ‘auto’ for all groups. console(config)#exit Web Interface: Follow the steps below: Select Switching > Port Aggregator > Internal Port VLAN. Select a port from the Internal-Port drop-down menu, i.e. Te1/0/1. From the Tagged-VLANs list select one or more VLANs, i.e. 101-103 (Figure 7). Figure 7. Web Interface for Dell M8024-k Switch for Scenario 3. Click Apply. Configuring the Cisco 5020 Switch Login to the Cisco Nexus 5020 and make the following changes: Nexus5020# configure Enter configuration commands, one per line. End with CNTL/Z. Nexus5020(config)# feature lacp
Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Page | 11 Nexus5020(config)# vlan 101-103 Nexus5020(config-vlan)# exit Nexus5020(config)# interface ethernet 1/1-4 Nexus5020(config-if-range)# channel-group 1 mode active Nexus5020(config-if-range)# exit Nexus5020(config)# interface port-channel 1 Nexus5020(config-if)# switchport mode trunk Nexus5020(config-if)# siwtchport trunk allowed vlan 101-103 Nexus5020(config-if)# end Validation To validate scenario 3, assign three different IP addresses to each VLAN interfaces on the Cisco switch and try to ping that IP address from the server. As an Example, to assign different IP addresses to VLAN interface on Cisco Nexus use the following commands: Nexus5020(config)# feature interface-vlan Nexus5020(config)# interface vlan 100 Nexus5020(config-vlan)# shutdown Nexus5020(config-vlan)# exit Nexus5020(config)# interface vlan 101 Nexus5020(config-vlan)# ip address 10.1.2.100/16 Nexus5020(config-vlan)# no shutdown Nexus5020(config-vlan)# exit Nexus5020(config)# interface vlan 102 Nexus5020(config-vlan)# ip address 10.1.3.100/16 Nexus5020(config-vlan)# no shutdown Nexus5020(config-vlan)# exit Nexus5020(config)# interface vlan 103 Nexus5020(config-vlan)# ip address 10.1.4.100/16 Nexus5020(config-vlan)# no shutdown Nexus5020(config-vlan)# exit In order to ping from server, make sure to use a correct subnet address and configure the network on your server correctly.
Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Page | 12 Scenario 4: Configuring multiple LAGs and dedicating specific Uplinks This section will provide an overview of configuring multiple Port Aggregation Groups (LAGs) to group specific attached blade servers and dedicating specific Uplinks to carry that traffic to the Cisco Nexus switch network. For this scenario, blade servers in M1000e ports 1 through 8 get configured in Port Aggregator Group 1, while blade servers in ports 9 through 16 get configures in Port Aggregator Group 2. Figure 8. Graphic representation of Scenario 4. Configuring the Dell M8024-k Switch Command-Line Interface: Command-line interface for configuring the Dell M8024-k switch is as follow: console#config console(config)#port-aggregator group 1 `STAT CONSOLE L1 L2 MGMT 0 MGMT 1481216 371115 261014 15913 20242832 19232731 18222630 17212529 SLOT2 3438 3337 3640 3539 SLOT3 Cisco Nexus 5020 PS1 PS2 200-240v-6A50~60Hz Dell M 1000 e Blade Enclosure M 8024 -K 1 2 3 4 Cisco Nexus 5020 LAG 2 LAG 1 B2C2A2B1C1A1417528639CMC2CMC1KVM123456 GbGb21CMC iKVM GbGb21CMC 12 34 CONSOLE PowerConnect M8024-k 17181920
Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Page | 13 console(config-portAggr-group-1)#no add interface tengigabitethernet 1/0/9-16 console(config-portAggr-group-1)#no add interface tengigabitethernet 1/0/19-20 console(config-portAggr-group-1)#exit console(config)#port-aggregator group 2 console(config-portAggr-group-2)#add interface tengigabitethernet 1/0/9-16 console(config-portAggr-group-2)#add interface tengigabitethernet 1/0/19-20 console(config-portAggr-group-2)#exit console(config)#exit Web Interface: Follow the steps below: Select Switching > Port Aggregator > Port Configuration. Add Group 2 ports: o Change the group ID of half of the internal ports, i.e Te1/0/9-16 to group 2, while leaving the first half of the ports in group 1 (Figure 9). Figure 9. Web Interface for the Dell M8024-k Switch for Scenario 4. o Change the group ID of the external ports you want to use, i.e. Te1/0/19-20 to group 2 (Figure 10).
Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Page | 14 Figure 10. Web Interface for the Dell M8024-k Switch for Scenario 4. Verify Group 1 ports: o Verify the group ID for the first half of the internal ports, i.e. Te1/0/1-8, remain in group 1 (the default for internal ports) (Figure 11).
Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Page | 15 Figure 11. Web Interface for the Dell M8024-k Switch for Scenario 4. o Verify the group ID for the first half of the external ports you want to use, i.e. Te1/0/17-18, remain in group 1 (Figure 12).
Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Page | 16 Figure 12. Web Interface for Dell M8024-k Switch for Scenario 4. Click Apply Configuring the Cisco 5020 Switch Login to the Nexus 5020 and enter the following commands. In this example we are adding ports 1-2 to port-channel 1 and ports 3-4 to port-channel 2. Nexus5020# configure Enter configuration commands, one per line. End with CNTL/Z. Nexus5020(config)# feature lacp Nexus5020(config)# interface ethernet 1/1-2 Nexus5020(config-if-range)# channel-group 1 mode active Nexus5020(config-if-range)# interface ethernet 1/3-4 Nexus5020(config-if-range)# channel-group 2 mode active Nexus5020(config-if-range)# end
Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Page | 17 Scenario 5: Configuring multiple VLANs on multiple LAGs This scenario will demonstrate an overview of adding VLANs in a multi-AG configuration, which combine the advantages of virtual network administration with physical network separation. Figure 13. Graphic representation of Scenario 5. Configuring the Dell M8024-k Switch Command-Line Interface: Command-line interface for configuring the Dell M8024-k switch is as follow: console#config console(config)#port-aggregator group 1 console(config-portAggr-group-1)#no add interface Tengigabitethernet 1/0/9-16 console(config-portAggr-group-1)#no add interface Tengigabitethernet 1/0/19-20 console(config-portAggr-group-1)#interface Tengigabitethernet 1/0/1 console(config-portAggr-if-Te1/0/1)#switchport general allowed vlan add 101-103 console(config-portAggr-if-Te1/0/1)#exit `STAT CONSOLE L1 L2 MGMT 0 MGMT 1481216 371115 261014 15913 20242832 19232731 18222630 17212529 SLOT2 3438 3337 3640 3539 SLOT3 Cisco Nexus 5020 PS1 PS2 200-240v-6A50~60Hz Dell M 1000 e Blade Enclosure M 8024 -K 1 2 3 4 Cisco Nexus 5020 LAG 2 LAG 1 B2C2A2B1C1A1417528639CMC2CMC1KVM123456 GbGb21CMC iKVM GbGb21CMC 12 34 CONSOLE PowerConnect M8024-k 17181920 VLAN 105 VLAN 106VLAN 104 VLAN 103 VLAN 102 VLAN 101
Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Page | 18 console(config-portAggr-group-1)#exit console(config)#port-aggregator group 2 console(config-portAggr-group-2)#add interface Tengigabitethernet 1/0/9-16 console(config-portAggr-group-2)#add interface Tengigabitethernet 1/0/19-20 console(config-portAggr-group-2)#interface Tengigabitethernet 1/0/9 console(config-portAggr-if-Te1/0/9)#switchport general allowed vlan add 104-106 console(config-portAggr-if-Te1/0/9)#exit console(config-portAggr-group-2)#exit Web Interface: Follow the steps below: Select Switching > Port Aggregator > Port Configuration. Add Group 2 ports: o Change the group ID to group 2 for all internal ports connected to servers you want in group 2. In this scenario we will change Te1/0/9-16 to group 2 which allows any server in M1000e slots 9 through 16 to be in group 2 (Figure 14). Figure 14. Web Interface for the Dell M8024-k Switch for Scenario 5.