HP StorageWorks 8/80 Brocade Converged Enhanced Ethernet Administrator's Guide - Page 53

Configuring the CEE Interfaces, Forwarder FCF. Only FCF-capable VLANs can carry FCoE traffic.

Page 53 highlights

CEE and LAN integration 3 In the sample network shown in Figure 5, there are three VLANs: VLAN 100, VLAN 10, and VLAN 20. VLAN 10 and 20 are used to isolate the L2 traffic from the two server groups. These VLANs carry IP traffic from the servers to the data center LAN. Any routing between these VLANs is performed at the distribution layer of the network. VLAN 100 is a special VLAN used for FCoE traffic between the servers and storage connected to the Fibre Channel fabric and must be configured as an FCoE Forwarder (FCF). Only FCF-capable VLANs can carry FCoE traffic. In addition to creating a special VLAN for FCoE traffic, VLAN classifiers are applied to incoming EtherTypes for FCoE Initiation Protocol (FIP) and FCoE. VLAN classifiers are rules used to dynamically classify Ethernet frames on an untagged interface to VLANs. To configure VLAN membership, perform the following steps in global configuration mode. 1. Create the VLAN interfaces on the Brocade FCoE hardware using the CEE CLI. For details, see "Creating a VLAN interface" on page 40. Example of creating two VLAN interfaces and assigning each one to a server group. switch(config)#interface vlan 10 switch-cmsh(conf-if-vl-10)#description server group 1 switch(config)#interface vlan 20 switch-cmsh(conf-if-vl-20)#description server group 2 switch(config)#interface vlan 100 switch-cmsh(conf-if-vl-100)#description FCoE VLAN switch-cmsh(conf-if-vl-100)#fcf forward 2. Create VLAN rules and a VLAN classifier group for these two EtherTypes. For details, see "Creating a VLAN classifier group and adding rules" on page 45. Example of creating VLAN rules and classifier groups. switch(config)#vlan classifier rule 1 proto fip encap ethv2 switch(config)#vlan classifier rule 2 proto fcoe encap ethv2 switch(config)#vlan classifier group 1 add rule 1 switch(config)#vlan classifier group 1 add rule 2 3. Apply the VLAN classifier group to any CEE interface. This step is optional. For details, see "Activating a VLAN classifier group with an interface port" on page 46. 4. Enter the copy command to save the running-config file to the startup-config file. switch(config)#end switch#copy running-config startup-config Configuring the CEE Interfaces Traffic from downstream CEE interfaces can be assigned to a VLAN using several methods: • The VLAN tag contained in the incoming frame • The VLAN classifiers • The Port-VLAN ID (PVID) Because the Ethernet uplink ports from the Brocade FCoE hardware to the distribution layer switches will carry traffic for multiple VLANs, they are configured as 802.1q trunk ports. The downstream CEE ports connected to the server CNAs are configured as access ports with a PVID of either 10 or 20. The VLAN classifier group created for the FIP and FCoE EtherTypes must be applied to the interfaces in order to place FCoE traffic on the correct VLAN. The CEE map is also applied to the interface. Converged Enhanced Ethernet Administrator's Guide 33 53-1001346-01

  • 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
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162

Converged Enhanced Ethernet Administrator’s Guide
33
53-1001346-01
CEE and LAN integration
3
In the sample network shown in Figure 5, there are three VLANs: VLAN 100, VLAN 10, and VLAN 20.
VLAN 10 and 20 are used to isolate the L2 traffic from the two server groups. These VLANs carry IP
traffic from the servers to the data center LAN. Any routing between these VLANs is performed at
the distribution layer of the network. VLAN 100 is a special VLAN used for FCoE traffic between the
servers and storage connected to the Fibre Channel fabric and must be configured as an FCoE
Forwarder (FCF). Only FCF-capable VLANs can carry FCoE traffic.
In addition to creating a special VLAN for FCoE traffic, VLAN classifiers are applied to incoming
EtherTypes for FCoE Initiation Protocol (FIP) and FCoE. VLAN classifiers are rules used to
dynamically classify Ethernet frames on an untagged interface to VLANs.
To configure VLAN membership, perform the following steps in global configuration mode.
1.
Create the VLAN interfaces on the Brocade FCoE hardware using the CEE CLI. For details, see
“Creating a VLAN interface”
on page 40.
Example of creating two VLAN interfaces and assigning each one to a server group.
switch(config)#
interface vlan 10
switch-cmsh(conf-if-vl-10)#
description server group 1
switch(config)#
interface vlan 20
switch-cmsh(conf-if-vl-20)#
description server group 2
switch(config)#
interface vlan 100
switch-cmsh(conf-if-vl-100)#
description FCoE VLAN
switch-cmsh(conf-if-vl-100)#
fcf forward
2.
Create VLAN rules and a VLAN classifier group for these two EtherTypes. For details, see
“Creating a VLAN classifier group and adding rules”
on page 45.
Example of creating VLAN rules and classifier groups.
switch(config)#
vlan classifier rule 1 proto fip encap ethv2
switch(config)#
vlan classifier rule 2 proto fcoe encap ethv2
switch(config)#
vlan classifier group 1 add rule 1
switch(config)#
vlan classifier group 1 add rule 2
3.
Apply the VLAN classifier group to any CEE interface. This step is optional. For details, see
“Activating a VLAN classifier group with an interface port”
on page 46.
4.
Enter the
copy
command to save the
running-config
file to the
startup-config
file.
switch(config)#end
switch#
copy running-config startup-config
Configuring the CEE Interfaces
Traffic from downstream CEE interfaces can be assigned to a VLAN using several methods:
The VLAN tag contained in the incoming frame
The VLAN classifiers
The Port-VLAN ID (PVID)
Because the Ethernet uplink ports from the Brocade FCoE hardware to the distribution layer
switches will carry traffic for multiple VLANs, they are configured as 802.1q trunk ports.
The downstream CEE ports connected to the server CNAs are configured as access ports with a
PVID of either 10 or 20. The VLAN classifier group created for the FIP and FCoE EtherTypes must be
applied to the interfaces in order to place FCoE traffic on the correct VLAN. The CEE map is also
applied to the interface.