Dell PowerConnect M6220 Configuration Guide - Page 50

Example #4: Set Group MTU Size on All Member Ports

Page 50 highlights

Example #2: Enter Port Aggregator Mode Use the port-aggregator group command to enter the Port Aggregator mode to configure aggregator group attributes. GroupId is the Port Aggregator group identifier. (Range: 1-8 or 1-72) On a standalone switch, it is up to 8. On a stack, it is 1 to (6 x

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126

50
Switching Configuration
Example #2: Enter Port Aggregator Mode
Use the
port-aggregator group <GroupId>
command to enter the Port Aggregator mode to configure
aggregator group attributes.
GroupId
is the Port Aggregator group identifier. (Range: 1-8 or 1-72) On a
standalone switch, it is up to 8. On a stack, it is 1 to (6 x<number of units in stack). For a stack of 12
units it is 1-72. By default, all ports are in aggregator group 1.
console(config)#port-aggregator group 1
console(config-aggregator-1)#
Example #3: Add Member Ethernet Ports to the Aggregator Group
Use the
add ethernet <intf-list>
command to add member Ethernet port(s) to the Aggregator Group.
<intf-list>
is a list of Ethernet interfaces.
console(config)#port-aggregator group 1
console(config-aggregator-1)#add ethernet 1/g1
console(config-aggregator-1)#
Example #4: Set Group MTU Size on All Member Ports
Use the
mtu disable
command to set the mtu size to default (1518) on all the member ports in the
Aggregator Group.
console(config)#port-aggregator group 1
console(config-aggregator-1)#mtu disable
console(config-aggregator-1)#
Example #5: Enable Group Auto-negotiation of All Member Ports
Use the
negotiation
command in port aggregator mode to enable auto-negotiation of all member ports
in the aggregator group.
console(config)#port-aggregator group 1
console(config-aggregator-1)#negotiation
console(config-aggregator-1)#
Example #6: Configure Group Speed of All Member Ports
Use the
speed
command in port aggregator configuration mode to configure the speed of all member
ports in the aggregator group. The example command below configures the port to 1000 Mbps operation.
console(config)#port-aggregator group 1
console(config-aggregator-1)#speed 1000
console(config-aggregator-1)#