• No results found

3. CONFIGURATION

3.6 ERS 1600 C ONFIGURATION E XAMPLE

The following configuration example demonstrates how to configure a centralized Nortel Ethernet Routing Switch 1600 to support a multiple subnet environment where the Microsoft Network Load Balancing cluster of servers and clients are connected to a subtended Layer 2 switches and are placed in separate IP subnets (VLANs).

Figure 3.6 – ERS 1612G Example Topology

3.6.1 ERS 1612G – Configuration

For the first step we will configure an Ethernet Routing Switch 1600 as follows:

1. Create VLAN 2 to support clients (VLAN 1 is enabled by default) 2. Enable 802.1Q tagging on ports 1 – 4

3. Assign ports 1 – 2 to VLAN 1 4. Assign port 3 – 4 to VLAN 2

5. Assign a IP address of 192.168.1.1/24 to VLAN 1 6. Assign a IP address of 192.168.2.1/24 to VLAN 2

7. Force speed and duplex on ports 3 – 4 to 1000Mbps FDX to support the ES 470-24T 8. Create a Multi-Link Trunk with ports 1 – 2 to connect the ERS 5510-24T server switch 9. Create a Multi-Link Trunk with ports 3 – 4 to connect the ES 470-24T client switch 10. Create a static ARP entry to support NLB multicast mode

______________________________________________________________________________________________________

Connect to the Ethernet Routing Switch 1600 and log into the CLI with the username “rwa” and the password “rwa”.

1. Create port based VLAN with a id 2 and name it VLAN2:

• PP1612G# create vlan VLAN2 vid 2 type port

2. Remove ports 3 – 24 from VLAN 1:

PP1612G# config vlan default delete 3-24

3. Add ports 1 – 2 to VLAN 1 and enable 802.1Q tagging:

• PP1612G# config vlan default add tagged 1-2

4. Add ports 3 – 4 to VLAN 2 and enable 802.1Q tagging:

• PP1612G# config vlan VLAN2 add tagged 3-4

5. Verify VLAN configuration:

______________________________________________________________________________________________________

6. Change the IP address for VLAN 1 to 192.168.1.1 and set the subnet mask to 255.255.255.0:

• PP1612G# config ipif System ipaddress 192.168.1.1/24

7. Create a IP Interface named VLAN 2_IF, set the IP address to 192.168.2.1 and the subnet mask to 255.255.255.0 and tie it to the VLAN named VLAN2:

• PP1612G# create ipif VLAN2_IF 192.168.2.1/24 VLAN2

8. Verify IP Interface configuration:

• PP1612G# show ipif the ports to 1000Mbps Full Duplex:

• PP1612G# config ports 3-4 speed 1000_full

______________________________________________________________________________________________________

10. Verify Ports 3 – 4 speed and duplex settings:

• PP1612G# show ports 3-4

11. Create Multi-Link Trunking group 1 and add ports 1 - 2:

• PP1612G# create link_aggregation group_id 1

• PP1612G# config link_aggregation group_id 1 master_port 1 ports 1-2

• PP1612G# config link_aggregation group_id 1 state enabled

12. Create Multi-Link Trunking group 2 and add ports 3 - 4:

• PP1612G# create link_aggregation group_id 2

• PP1612G# config link_aggregation group_id 2 master_port 3 ports 3-4

• PP1612G# config link_aggregation group_id 2 state enabled

13. Verify Multi-Link Trunking configuration:

______________________________________________________________________________________________________

14. In this instance we’re implementing Network Load Balancing with flood suppression so no additional configuration is required. However if you are implementing Network Load Balancing in multicast mode with no flood suppression, a static ARP entry needs to be created on the ERS 1600 so that the clients will be able to communicate with the clusters virtual IP address:

• PP1612G# create arpentry 192.168.1.50 03-bf-c0-a8-d2-32

15. Verify static ARP entry:

• PP1612G# show arpentry

ARP Aging Time : 20

ARP Req Rate Limit : Disabled

Interface IP Address MAC Address Type

--- --- --- --- System 192.168.1.0 FF-FF-FF-FF-FF-FF Local/Broadcast System 192.168.1.1 00-09-97-DC-90-01 Local

System 192.168.1.50 03-bf-c0-a8-d2-32 Static

System 192.168.1.255 FF-FF-FF-FF-FF-FF Local/Broadcast VLAN2_IF 192.168.2.0 FF-FF-FF-FF-FF-FF Local/Broadcast VLAN2_IF 192.168.2.1 00-09-97-DC-90-02 Local

VLAN2_IF 192.168.2.255 FF-FF-FF-FF-FF-FF Local/Broadcast

______________________________________________________________________________________________________

3.6.2 ERS 5510-24T – Configuration

For the first step we will configure an Ethernet Routing Switch 5510-24T as follows:

1. Configure a management IP address of 192.168.1.10/24 and default gateway 192.168.1.1 2. Enable 802.1Q tagging on ports 23 – 24

3. Create a Multi-Link Trunk with ports 23 – 24 to connect to the ERS 1612G 4. Enable IGMPv2 snooping and proxy to provide NLB multicast suppression

From the Ethernet Switch Main Menu, select “Command Line Interface” to access the Nortel CLI.

1. At the CLI prompt, enter the configuration mode:

• ERS5510-24T>enable

• ERS5510-24T# configure terminal

2. Create a IP address on the Ethernet Switch for management:

• ERS5510-24T(config)# ip address switch 192.168.1.10 netmask 255.255.255.0

3. Configure a default gateway:

• ERS5510-24T(config)# ip default-gateway 192.168.1.1

4. Verify IP addressing:

5. Enable 802.1Q tagging on ports 23-24:

• ERS5510-24T(config)# vlan ports 23-24 tagging tagall

______________________________________________________________________________________________________

6. Verify 802.1Q tagging configuration:

• ERS5510-24T(config)# show vlan interface info

Filter Filter

7. Create and enable a Multi-Link Trunk and add ports 23-24 :

• ERS5510-24T(config)# mlt 1 name Trunk member 23-24

• ERS5510-24T(config)# mlt 1 enable

8. Verify Multi-Link Trunk configuration: :

• ERS5510-24T(config)# show mlt

9. Enable IGMP snooping and proxy on VLAN 1:

• ERS5510-24T(config)# vlan igmp 1 snooping enable

• ERS5510-24T(config)# vlan igmp 1 proxy enable

______________________________________________________________________________________________________

10. Verify IGMP snooping and proxy are enabled on VLAN 1:

• ERS5510-24T(config)# show vlan igmp 1

Snooping: Enabled Proxy: Enabled Robust Value: 2

Query Time: 125 seconds

IGMPv1 Static Router Ports: NONE IGMPv2 Static Router Ports: NONE

11. Verify IGMP is suppressing the multicast flows to the server ports:

• ERS5510-24T(config)# show vlan multicast membership 1

Multicast Group Address Port --- ---- 239.255.1.50 1 239.255.1.50 3

______________________________________________________________________________________________________

3.6.3 ES 470-24T – Configuration

For the first step we will configure an Ethernet Switch 470-24T as follows:

1. Configure a management IP address of 192.168.2.10/24 and default gateway 192.168.2.1 2. Enable Auto-PVID

3. Create VLAN 2 and assign is as the management VLAN 4. Assign ports 1 – 24 to VLAN 2

5. Enable 802.1Q tagging on ports 23 – 24

6. Create a Multi-Link Trunk with ports 23 – 24 to connect to the ERS 1612G

From the Ethernet Switch Main Menu, select “Command Line Interface” to access the Nortel CLI.

1. At the CLI prompt, enter the configuration mode:

• ES470-24T>enable

• ES470-24T# configure terminal

2. Create a IP address on the Ethernet Switch for management:

• ES470-24T(config)# ip address switch 192.168.2.10 netmask 255.255.255.0

3. Configure a default gateway:

• ES470-24T(config)# ip default-gateway 192.168.2.1

4. Verify IP addressing:

______________________________________________________________________________________________________

5. Enable Auto-PVID:

• ES470-24T(config)# auto-pvid

6. Verify Auto-PVID is enabled:

• ES470-24T(config)# show auto-pvid

AutoPVID: Enabled

7. Create port based VLAN with a id 2 and name it VLAN2:

• ES470-24T(config)# vlan create 2 name VLAN2 type port

8. Set the management VLAN to VLAN 2:

• ES470-24T(config)# vlan mgmt 2

9. Remove ports 1 – 24 from VLAN 1:

• ES470-24T(config)# vlan members remove 1 1-24

10. Add 1 – 24 to VLAN 2:

• ES470-24T(config)# vlan members add 2 1-24

11. Enable 802.1Q tagging on ports 23-24:

• ES470-24T(config)# vlan ports 23-24 tagging tagall

12. Verify VLAN configuration:

• ES470-24T(config)# vlan ports 23-24 tagging tagall

Id Name Type Protocol User PID Active IVL/SVL Mgmt

______________________________________________________________________________________________________

13. Verify 802.1Q tagging configuration:

• ES470-24T(config)# show vlan interface info

Filter Filter

14. Verify VLAN assignment:

• ES470-24T(config)# show vlan interface vids

Port VLAN VLAN Name VLAN VLAN Name VLAN VLAN Name

15. Create and enable a Multi-Link Trunk and add ports 23-24 :

• ES470-24T(config)# mlt 1 name Trunk member 23-24

• ES470-24T(config)# mlt 1 enable

16. Verify Multi-Link Trunk configuration: :

• ES470-24T(config)# show mlt

______________________________________________________________________________________________________

Related documents