NW Switch Configuration Guide DX2000. NEC Scalable Modular Server. 1. Introduction. 2. System Configuration. 3. Layer1 Configuration

Size: px
Start display at page:

Download "NW Switch Configuration Guide DX2000. NEC Scalable Modular Server. 1. Introduction. 2. System Configuration. 3. Layer1 Configuration"

Transcription

1 NW Switch Configuration Guide NEC Scalable Modular Server DX Introduction 2. System Configuration 3. Layer1 Configuration 4. Layer2 Configuration Second edition November 2017 NEC Corporation 2017

2 Contents Contents Contents... 2 Warnings and Additions to This Document... 4 Security Note Introduction NW Switch Module Diagram Interface Number on CLI Initial VLAN Configuration Connecting to the Switch Console Port Accessing the CLI Default Account System Configuration Saving a system configuration Restore initial configuration Exporting Switch Configuration Importing Switch Configuration Show IP Address Show the Logging Configuring the System Clock Changing Password Configuring SNMP Creating Community Configuring SNMP Trap Show SNMP Trap Layer1 Configuration Show Interface Status Show Interface Status (detail) Configure QSFP+ Module Mode Layer2 Configuration VLAN Show VLAN Configuration Configuring VLAN (Trunk Port) Configuring VLAN (Access Port) Configuring VLAN (Native VLAN) Removing VLAN LACP Show LACP Information Configuring LACP Removing LACP Static LAG Show Static LAG Information Configuring Static LAG Removing Static LAG Spanning-Tree Show Spanning-Tree Information Changing Spanning-Tree mode Enable/Disable Spanning-Tree (Global) Enable/Disable Spanning-Tree (Interface) Flow Control Enabling/Disabling on QSFP+ Module Interface Enabling/Disabling on Module Slots DX2000 NW Switch Configuration Guide

3 4.6 TFO (Trigger Fail Over) Show TFO information Configuring TFO Removing TFO Revision Record DX2000 NW Switch Configuration Guide 3

4 Warnings and Additions to This Document Warnings and Additions to This Document 1. Unauthorized reproduction of the contents of this document, in part or in its entirety, is prohibited. 2. The contents of this document may change without prior notice. 3. Do not make copies or alter the document content without permission from NEC Corporation. 4. Every effort has been made to ensure the completeness of this document. However, if you have any concerns, or discover errors or omissions, please contact your retailer. 5. Regardless of article 4, NEC Corporation does not take responsibility for effects resulting from operations. 6. The sample values used in this document are not the actual values. Keep this document nearby so that you may refer to it as necessary. 4 DX2000 NW Switch Configuration Guide

5 Security Note Security Note Using a network controllable product with its default password may raise a serious risk as it may be hacked by some malicious third person. If a product is supplanted by a malware, it will face possibilities of not only information leakages, but also system damages obstructing its availability and/or integrity. Even if it does not cause damage to own system, the product may be used as a botnet to make a cyber-attack to some other systems. The default password on our product is provided only for the purpose of changing initial setting during its installation service. In first change of initial setting, please be sure to change the password. NEC Platforms, Ltd. shall not take any liability and responsibility for any damages arising from illegal access. If the new password is not strong (too short) or easily guessed (such as " ", "abcdefg", "password", "Administrator"), illegal access cannot be prevented. Please be sure to use a strong password (use 8 digits or longer, and including numerals, capital letters and small letters). <<How to change your password>> Refer to P Changing Password section. DX2000 NW Switch Configuration Guide 5

6 1. Introduction 1. Introduction 1.1 NW Switch Module Diagram Two NW Switch modules are installed in a chassis. Each NW Switch module consists of external interfaces (40Gbps QSFP+ x8ports) and internal interfaces (for each CPU Slot 10Gbps x1). The figure below shows the NW Switch Module Diagram. The number 1 to 79, mgmt and internal show the physical ports. For more details, please refer to the next page. Note: Each NW Switch modules works individually. These NW Switch modules are not stackable. The NW Switch module doesn t support Direct Attach Cable. 6 DX2000 NW Switch Configuration Guide

7 1. Introduction 1.2 Interface Number on CLI This table shows the description of each interface to select on CLI. Interface Connected to Description Port1-Port44 Module Slots The Interface number corresponds to the Slot ID. Server Module LAN 10G Expansion Module LAN Port45-Port76 QSFP+ Modules For 40G mode, the lowest number of each port represents the interface. (Port45, 49, 53, 57, 61, 65, 69, 73) Port77 RJ45 Port Management LAN Port78 Interconnect interface to the Disabled as default. adjacent NW Switch module Port79 CSC - mgmt CPU for LAN-Switch NW Switch Module management Interface lo - For internal use internal - For internal use 1.3 Initial VLAN Configuration To separate the management LAN and data LAN, the interfaces are configured as follows by LAN switch software. Port1-Port44 Port45-Port76 Internal Port78 Interface VLAN1 (untagged) VLAN4092 (tagged) LAN1 (untagged) VLAN4092 (untagged) VLAN1 (untagged) VLAN Configuration User can access to BMC from the management LAN only because the BMC is configured as VLAN4092. The modules below can be accessed from management LAN (Port77). NW Switch Module management Interface (Console) CSC BMC The modules below can be accessed from QSFP+ Modules interfaces (Port45-Port76). Server Modules (exclude BMC) 10G Expansion Modules DX2000 NW Switch Configuration Guide 7

8 1. Introduction 1.4 Connecting to the Switch Console Port To connect to the switch CLI using the console port, configure the serial port of terminal with the following settings. Baud rate: Data bits: 8 Stop bits: 1 Parity: none Flow control: none 1.5 Accessing the CLI To login to the switch CLI, login at the prompt as admin/admin (default username and password) using serial console, telnet or ssh. Linux (Switch) (0) login: admin Password: ZebOS-XP version IPIRouter 11/20/15 18:06:09 Switch> 1.6 Default Account To login to the LAN-Switch CLI, use an account below. Username: Password: admin admin Note: For security reasons, change the above default settings (Username and Password) to the ones appropriate in your network environment. Refer to P5 Security Note for details. 8 DX2000 NW Switch Configuration Guide

9 2. System Configuration 2. System Configuration 2.1 Saving a system configuration You can save the current configuration using the following command. Switch#write Building configuration... [OK] Reboot or shutdown the NW Switch Module without saving will discard the changes. 2.2 Restore initial configuration To restore the default configuration, use the following commands. Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#system restore default-config This task requires reboot system, do you want to continue? (y/n):y Note: This command will automatically reboot the NW Switch Module. 2.3 Exporting Switch Configuration You can export saved configuration from the NW Switch Module to an external server by TFTP using the following commands. (Save the configuration (execute write ) before exporting the configuration.) Example: To export configuration file named startup-config to TFTP server (IP address ), Switch#copy startup-config tftp Enter IP: Enter port [69]:69 Enter filename:startup-config * User can also use the command below copy startup-config tftp tftp:// /startup-config DX2000 NW Switch Configuration Guide 9

10 2. System Configuration 2.4 Importing Switch Configuration You can import a previously exported configuration file from an external server by TFTP using the following commands. Switch#copy tftp startup-config Enter IP: Enter port [69]:69 Enter filename: startup-config Copy Success... You need to reboot the NW Switch Module ( reload command) to enable the new configuration. * User can also use the command below copy tftp tftp:// /startup-config startup-config 2.5 Show IP Address To show the management IP address, Switch>show interface mgmt Interface mgmt Scope: both Hardware is Management Ethernet Current HW addr: ff Physical: ff Logical:(not set) index 2 metric 1 mtu 1500 duplex-full no switchport <UP,BROADCAST,RUNNING,ALLMULTI,MULTICAST> VRF Binding: Not bound Bandwidth 96k IPV4 DHCP client is enabled <client-id=mgmt, hostname=n/a>. IPV6 DHCP IA-NA client is enabled. inet /21 broadcast inet6 fe80::211:22ff:fe33:44ff/64 input packets 00, bytes 00, multicast packets 00 broadcast packets 00 FCS error 00 UndersizeErrors 00 OverSizeErrors 00 output packets 00, bytes 00, multicast packets 00 broadcast packets DX2000 NW Switch Configuration Guide

11 2. System Configuration 2.6 Show the Logging To show the event log. Switch>show logging logfile 2.7 Configuring the System Clock To configure the system clock to be synchronized with an NTP server, Switch#configure terminal Switch(config)#ntp server To configure the time-zone, Switch#configure terminal Switch(config)#set time-zone Japan If NTP is unused, configure the clock manually using clock command. Shutdown or reboot of the switch resets the system clock. Switch#configure terminal Switch(config)#no ntp enable Switch(config)#exit Switch#clock set 12:00:00 1 january 2016 To show the system clock, Switch#show clock 12:00:03 UTC Fri Jan Changing Password To change admin user password, Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#username-remote admin password admin123 DX2000 NW Switch Configuration Guide 11

12 2. System Configuration 2.9 Configuring SNMP Creating Community To create community (named public) with read-write access, Switch(config)#snmp-server community public rw Configuring SNMP Trap To configure SNMP Trap, Switch(config)#snmp-server host traps version 2c public Show SNMP Trap To show SNMP Trap information, Switch>show snmp host Host Port Version Level Type SecName c noauth trap public 12 DX2000 NW Switch Configuration Guide

13 3. Layer1 Configuration 3. Layer1 Configuration 3.1 Show Interface Status To show the interface status, use the show interface description command. Protocol column shows the current link status. Switch>show interface description Interface Status Protocol Description lo up up mgmt up up Port1 up up Port2 up up Port3 up up Port4 up up Port5 up up Port6 up up Port7 up up Port8 up up Port9 up up : : : Port39 up up Port40 up up Port41 up up Port42 up up Port43 up up Port44 up up Port45 up up Port49 up up Port53 up up Port57 up up Port61 up up Port65 up up Port69 up up Port73 up up Port77 up up Port78 administratively down down vlan0.1 up up vlan up up DX2000 NW Switch Configuration Guide 13

14 3. Layer1 Configuration 3.2 Show Interface Status (detail) To show the detail interface status, Switch>show interface Port1 Interface Port1 Scope: both Hardware is Ethernet Current HW addr: Physical: Logical:(not set) index 5001 metric 1 mtu 9750 duplex-full Port Mode is trunk <UP,BROADCAST,ALLMULTI,MULTICAST> VRF Binding: Not bound DHCP client is disabled. input packets 00, bytes 00, multicast packets 00 broadcast packets 00 FCS error 00 UndersizeErrors 00 OverSizeErrors 00 output packets 00, bytes 00, multicast packets 00 broadcast packets Configure QSFP+ Module Mode To configure QSFP+ Module mode, use bandwidth command. Example: To change Port45-Port48 from 40G x1 to 10G x4, Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface Port45 Switch(config-if)#bandwidth 10g Example: To change Port45-Port48 from 10G x4 to 40G x1, Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface Port45 Switch(config-if)#bandwidth 40g Note: Default Mode is 40G x1. Changing the interface mode will reset parts of the interface configuration. 14 DX2000 NW Switch Configuration Guide

15 4. Layer2 Configuration 4. Layer2 Configuration 4.1 VLAN Show VLAN Configuration To show the VLAN configuration, Switch>show vlan brief Bridge VLAN ID Name State Oper Status Member ports H/W Status (u)-untagged, (t)-tagged ======= ======= ============ ======= =========== ============================ default 1 default ACTIVE Up Port1(u) Port2(u) Port3(u) Port4(u) Port5(u) Port6(u) Port7(u) Port8(u) Port9(u) Port10(u) Port11(u) Port12(u) Port13(u) Port14(u) Port15(u) Port16(u) Port17(u) Port18(u) Port19(u) Port20(u) Port21(u) Port22(u) Port23(u) Port24(u) Port25(u) Port26(u) Port27(u) Port28(u) Port29(u) Port30(u) Port31(u) Port32(u) Port33(u) Port34(u) Port35(u) Port36(u) Port37(u) Port38(u) Port39(u) Port40(u) Port41(u) Port42(u) Port43(u) Port44(u) Port45(u) Port49(u) Port53(u) Port57(u) Port61(u) Port65(u) Port69(u) Port73(u) Port78(u) default 4092 VLAN4092 ACTIVE Up internal(u) Port1(t) Port2(t) Port3(t) Port4(t) Port5(t) Port6(t) Port7(t) Port8(t) Port9(t) Port10(t) Port11(t) Port12(t) Port13(t) Port14(t) Port15(t) Port16(t) Port17(t) Port18(t) Port19(t) Port20(t) Port21(t) Port22(t) Port23(t) Port24(t) Port25(t) Port26(t) Port27(t) Port28(t) Port29(t) Port30(t) Port31(t) Port32(t) Port33(t) Port34(t) Port35(t) Port36(t) Port37(t) Port38(t) Port39(t) Port40(t) Port41(t) Port42(t) Port43(t) Port44(t) DX2000 NW Switch Configuration Guide 15

16 4. Layer2 Configuration Configuring VLAN (Trunk Port) VLAN configuration for trunk port is described in the following steps, 1. Creating VLAN 2. Change the port mode to trunk 3. Assign the interface to VLAN (1) Creating VLAN To create the VLAN, Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#vlan 100 state enable (2) Changing to Trunk Port To change the port mode from access port to trunk port, Switch(config)#interface Port45 witch(config)#shutdown Switch(config-if)#switchport mode trunk (3) Assign the interfaces to VLAN To assign the interfaces to VLAN, Switch(config-if)#switchport trunk allowed vlan add 100 Switch(config-if)#no shutdown 16 DX2000 NW Switch Configuration Guide

17 4. Layer2 Configuration Configuring VLAN (Access Port) VLAN configuration for access port is described in the following steps, 1. Creating VLAN 2. Change the port mode to access 3. Assign the ports to VLAN (1) Creating VLAN To create the VLAN, Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#vlan 100 state enable (2) Change to Access Port To change the port mode from access port to trunk port, Switch(config)#interface Port45 witch(config)#shutdown Switch(config-if)#switchport mode access (3) Assign the interfaces to VLAN To assign the interfaces to VLAN, Switch(config-if)#switchport access vlan 100 Switch(config-if)#no shutdown Configuring VLAN (Native VLAN) To configure the Native VLAN for trunk Port, Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#vlan 101 state enable Switch(config)#interface Port1 Switch(config-if)#switchport trunk allowed vlan add 101 Switch(config-if)#switchport trunk native vlan 101 DX2000 NW Switch Configuration Guide 17

18 4. Layer2 Configuration Removing VLAN Removing VLAN configuration is described in the following steps, 1. Removing VLAN Assignment 2. Deleting VLAN (1) Removing VLAN Assignment To remove VLAN Assignment, Switch(config)#interface range Port1-44 Switch(config-if)#switchport trunk allowed vlan remove 100 (2) Deleting VLAN To delete VLAN, Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#no vlan DX2000 NW Switch Configuration Guide

19 4. Layer2 Configuration 4.2 LACP Show LACP Information To show LACP information, Switch>show etherchannel % Lacp Aggregator: po10 % Member: Port45 Port Configuring LACP To configure LACP with following parameters, Port Member Etherchannel Name Mode :Port45 Port49 :po10 (Using channel-group 10 will create an interface named po10.) :Active Switch(config)#interface Port45 Switch(config-if)#channel-group 10 mode active Switch(config-if)#exit Switch(config)#interface Port49 Switch(config-if)#channel-group 10 mode active Removing LACP To remove the LACP configuration, Switch(config)#interface Port45 Switch(config-if)#no channel-group Switch(config-if)#exit Switch(config)#interface Port49 Switch(config-if)#no channel-group DX2000 NW Switch Configuration Guide 19

20 4. Layer2 Configuration 4.3 Static LAG Show Static LAG Information To show Static LAG information, Switch>show static-channel-group % Static Aggregator: sa1 % Member: Port53 Port Configuring Static LAG To configure Static LAG with following parameters, Port Member Etherchannel Name :Port53 Port57 :sa1 (Using channel-group 1 will create an interface named sa1.) Switch(config)#interface Port53 Switch(config-if)#static-channel-group 1 Switch(config-if)#exit Switch(config)#interface Port57 Switch(config-if)#static-channel-group Removing Static LAG To remove the LACP configuration, Switch(config)#interface Port53 Switch(config-if)#no static-channel-group Switch(config-if)#exit Switch(config)#interface Port57 Switch(config-if)#no static-channel-group 20 DX2000 NW Switch Configuration Guide

21 4. Layer2 Configuration 4.4 Spanning-Tree Show Spanning-Tree Information To show the information of Spanning-Tree, use show spanning-tree command. Switch>show spanning-tree % Default: Bridge up - Spanning Tree Enabled - topology change detected % Default: Root Path Cost 0 - Root Port 0 - Bridge Priority % Default: Forward Delay 15 - Hello Time 2 - Max Age 20 - Transmit Hold Count 6 % Default: Root Id ff % Default: Bridge Id ff % Default: last topology change Tue Aug 4 14:33: % Default: 2 topology change(s) - last topology change Tue Aug 4 14:33: % Default: portfast bpdu-filter disabled % Default: portfast bpdu-guard disabled % Default: portfast errdisable timeout disabled % Default: portfast errdisable timeout interval 300 sec % Default: spanning-tree loop-guard disabled % Port1: Port Number Ifindex Port Id Role Disabled - State Discarding % Port1: Designated Path Cost 0 % Port1: Configured Path Cost Add type Explicit ref count 1 % Port1: Designated Port Id 0 - Priority % Port1: Message Age 0 - Max Age 0 % Port1: Hello Time 0 - Forward Delay 0 % Port1: Forward Timer 0 - Msg Age Timer 0 - Hello Timer 0 - topo change timer 0 % Port1: forward-transitions 1 % Port1: Version Rapid Spanning Tree Protocol - Received None - Send RSTP % Port1: No portfast configured - Current portfast off % Port1: bpdu-guard default - Current bpdu-guard off % Port1: bpdu-filter default - Current bpdu-filter off % Port1: no root guard configured - Current root guard off % Port1: Configured Link Type point-to-point - Current point-to-point % Port1: No auto-edge configured - Current port Auto Edge off DX2000 NW Switch Configuration Guide 21

22 4. Layer2 Configuration Changing Spanning-Tree mode To change Spanning-Tree mode to STP, Switch(config)#spanning-tree mode stp-vlan-bridge To change Spanning-Tree mode to MSTP, Switch(config)#spanning-tree mode mstp To change Spanning-Tree mode to RSTP, Switch(config)#spanning-tree mode rstp-vlan-bridge Enable/Disable Spanning-Tree (Global) To disable spanning-tree of the switch, Switch(config)#spanning-tree shutdown To enable spanning-tree of the switch, Switch(config)#no spanning-tree shutdown Enable/Disable Spanning-Tree (Interface) To disable spanning-tree of Port45, Switch(config)#interface Port45 Switch(config-if)#spanning-tree disable To enable spanning-tree of Port45, Switch(config)#interface Port45 Switch(config-if)#spanning-tree enable 22 DX2000 NW Switch Configuration Guide

23 4. Layer2 Configuration 4.5 Flow Control Enabling/Disabling on QSFP+ Module Interface To enable flow control on QSFP+ Module Interfaces (Port45-76), use flowcontrol command. Example: To enable flowcontrol on Port45 Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface Port45 Switch(config-if)#flowcontrol both To disable flow control on QSFP+ Module Interface (Port45-76), use flowcontrol command. Example: To disable flowcontrol on Port45 Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface Port45 Switch(config-if)#no flowcontrol Enabling/Disabling on Module Slots Flow control of Module Slots (Port1-44) is configured by auto-negotiation. To disable or enable flow control, configure the OS setting of the Server Module. DX2000 NW Switch Configuration Guide 23

24 4. Layer2 Configuration 4.6 TFO (Trigger Fail Over) TFO feature allows the switch to detect link failure on the uplink ports (MPG : Monitor Port Group) and to propagate the failure to the downlink ports (CPG : Control Port Group) You can choose following interfaces as MPG. QSFP+ Ports (Port45-Port76) RJ45 Port (Port77) LAG Ports (LAG members consist of QSFP+ ports) You can choose following interfaces as CPG. Internal Ports (Port1-Port44) You can choose only one MPG on Each FOG (Fail Over Group). You can also configure the number of physical interfaces (tfc) to make CPG down when a LAG port is configured as MPG. 24 DX2000 NW Switch Configuration Guide

25 4. Layer2 Configuration Show TFO information To show the TFO configuration, Switch>show tfo Failover Group 1 : Enable No. of links to trigger failover : 0 MPG Port CPG Port po10 Port1 Port2 Port3 Port4 Port5 Port6 Port7 Port8 Port9 Port10 Port11 Port12 Port13 Port14 Port15 Port16 : : Port35 Port36 Port37 Port38 Port39 Port40 Port41 Port42 Port43 Port44 No. of times MPG link failure : 0 No. of times MPG link recovered : 0 No. of times MPG link in blocking state : 1 No. of times MPG link in forwarding state : 0 No. of times CPG got auto disabled : 1 No. of times CPG got auto enable : 0 DX2000 NW Switch Configuration Guide 25

26 4. Layer2 Configuration Configuring TFO To configure TFO with following parameters, Failover Group : 1 MPG : po10 (LACP) CPG : Port1-Port44 tfc : 1 Switch(config)#tfo enable Switch(config)#fog 1 enable Switch(config)#interface po10 Switch(config-if)#fog 1 type mpg Switch(config-if)#exit Switch(config)#interface range Port1-44 Switch(config-if)#fog 1 type cpg Switch(config-if)#exit Switch(config)#fog 1 tfc Removing TFO To remove TFO in the preceding section, Switch(config)#fog 1 disable Switch(config)#interface po10 Switch(config-if)#no fog 1 type mpg Switch(config-if)#exit Switch(config)#interface range Port1-44 Switch(config-if)#no fog 1 type cpg Switch(config-if)#exit Switch(config)#no fog 1 26 DX2000 NW Switch Configuration Guide

27 Revision Record Revision Record Date Issued February 2016 November 2017 Description Newly created Add Security Note 1.1 NW Switch Module Diagram added Note 1.6 Default Account added Note DX2000 NW Switch Configuration Guide 27

28 NEC Scalable Modular Server DX2000 NW Switch Configuration Guide November 2017 NEC Corporation 7-1 Shiba 5-Chome, Minato-Ku Tokyo , Japan NEC Corporation 2017 The contents of this manual may not be copied or altered without the prior written permission of NEC Corporation.

Configuring Virtual Port Channels

Configuring Virtual Port Channels This chapter contains the following sections: Information About vpcs, page 1 Guidelines and Limitations for vpcs, page 10 Configuring vpcs, page 11 Verifying the vpc Configuration, page 25 vpc Default

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels This chapter contains the following sections: Information About vpcs vpc Overview Information About vpcs, on page 1 Guidelines and Limitations for vpcs, on page 11 Verifying the vpc Configuration, on page

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels Configuring Virtual Port Channels This chapter describes how to configure virtual port channels (vpcs) on Cisco Nexus 5000 Series switches. It contains the following sections: Information About vpcs, page

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels This chapter contains the following sections: Information About vpcs, page 1 Guidelines and Limitations for vpcs, page 10 Verifying the vpc Configuration, page 11 vpc Default Settings, page 16 Configuring

More information

The following graphic shows a single switch VLAN configuration.

The following graphic shows a single switch VLAN configuration. 7.1. VLAN A Virtual LAN (VLAN) can be defined as: Broadcast domains defined by switch port rather than network address. A grouping of devices based on service need, protocol, or other criteria rather than

More information

3.2.7 switch#configure terminal switch(config)#spanning-tree mode pvst switch(config)#spanning-tree extend systemid switch(config)#vlan 1 switch(config-vlan)#exit switch(config)#vlan 10 switch(config-vlan)#exit

More information

3.2.7 switch# switch#configure terminal switch(config)#spanning-tree mode pvst switch(config)#spanning-tree extend systemid switch(config)#vlan 1 switch(config-vlan)#exit switch(config)#vlan 10 switch(config-vlan)#exit

More information

Maintaining Specific VLAN Identification. Comparing ISL and 802.1Q. VLAN Trunking

Maintaining Specific VLAN Identification. Comparing ISL and 802.1Q. VLAN Trunking Maintaining Specific VLAN Identification Specifically developed for multi-vlan interswitch communications Places a unique identifier in each frame Functions at Layer 2 2003, Cisco Systems, Inc. All rights

More information

Skills Assessment (EIGRP) Student Training Exam

Skills Assessment (EIGRP) Student Training Exam Skills Assessment (EIGRP) Student Training Exam Topology 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 16 Addressing Table Assessment Objectives Device

More information

Cisco Nexus 5648Q. Switch Configuration Guide for Dell PS Series SANs

Cisco Nexus 5648Q. Switch Configuration Guide for Dell PS Series SANs Cisco Nexus 5648Q Switch Configuration Guide for Dell PS Series SANs Abstract This document illustrates how to configure a Cisco Nexus 5648Q switch for use with Dell PS Series storage using Dell EMC best

More information

Skills Assessment (EIGRP) Student Training Exam

Skills Assessment (EIGRP) Student Training Exam Skills Assessment (EIGRP) Student Training Exam Topology Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 15 Addressing Table Device Interface IP Address Subnet

More information

Skills Assessment (OSPF) Student Training Exam

Skills Assessment (OSPF) Student Training Exam Skills Assessment (OSPF) Student Training Exam Topology 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 17 Addressing Table Assessment Objectives Device

More information

VLANs. Traditional Campus Networks. Performance Issues. Broadcast Issues. Bridges terminate collision domains

VLANs. Traditional Campus Networks. Performance Issues. Broadcast Issues. Bridges terminate collision domains Traditional Campus Networks Broadcast Domain VLANs Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc. All rights reserved. 2-1 2003, Cisco Systems, Inc.

More information

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1 VLANs 2003, Cisco Systems, Inc. All rights reserved. 2-1 Traditional Campus Networks Broadcast Domain Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc.

More information

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1 VLANs 2003, Cisco Systems, Inc. All rights reserved. 2-1 Traditional Campus Networks Broadcast Domain Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc.

More information

SWP-0208G, 8+2SFP. 8-Port Gigabit Web Smart Switch. User s Manual

SWP-0208G, 8+2SFP. 8-Port Gigabit Web Smart Switch. User s Manual SWP-0208G 1 SWP-0208G, 8+2SFP 8-Port Gigabit Web Smart Switch User s Manual Version: 3.4 April 1, 2008 2 TABLE OF CONTENT 1.0 INTRODUCTION...4 1.1 MAIN FEATURES...4 1.2 START TO MANAGE THIS SWITCH...6

More information

switch# switch#configure terminal switch(config)#spanning-tree mode pvst switch(config)#spanning-tree extend system-id switch(config)#vtp mode transparent switch(config)#vlan 4093 Switch(config-vlan)#exit

More information

Skills Assessment (OSPF) Student Training Exam

Skills Assessment (OSPF) Student Training Exam Skills Assessment (OSPF) Student Training Exam Topology Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 16 Addressing Table Device Interface IP Address Subnet

More information

Cisco Nexus 9372PX. Switch Configuration Guide for Dell PS Series SANs. A Dell EMC Deployment and Configuration Guide. Dell EMC Engineering June 2017

Cisco Nexus 9372PX. Switch Configuration Guide for Dell PS Series SANs. A Dell EMC Deployment and Configuration Guide. Dell EMC Engineering June 2017 Cisco Nexus 9372PX Switch Configuration Guide for Dell PS Series SANs Dell EMC Engineering June 2017 A Dell EMC Deployment and Configuration Guide Revisions Date June 2017 Description Initial release The

More information

Chapter 4 Configuring Switching

Chapter 4 Configuring Switching Chapter 4 Configuring Switching Using the Switching Tab The navigation tabs on the top of the home page include a Switching tab that lets you manage your GS108T Gigabit Smart Switch using features under

More information

Configuring EtherChannels

Configuring EtherChannels This chapter describes how to configure EtherChannels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of EtherChannels in Cisco NX-OS. It contains the following

More information

802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP)

802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP) 13 802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP) Contents Overview.................................................... 13-2 How Spanning Tree Operates.................................

More information

TL-SL2210/TL-SL2218/TL-SL2428/TL-SL2452. Smart Switch REV

TL-SL2210/TL-SL2218/TL-SL2428/TL-SL2452. Smart Switch REV TL-SL2210/TL-SL2218/TL-SL2428/TL-SL2452 Smart Switch REV1.2.1 1910011603 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO.,

More information

CCNP Switch Questions/Answers Labs

CCNP Switch Questions/Answers Labs Acme is small export company that has an existing enterprise network comprised of 5 switches; CORE, DSW1, DSW2, ASW1 and ASW2. The topology diagram indicates their desired pre-vlan spanning tree mapping.

More information

Yamaha L2 Switch. SWP1 Series(SWP1-8, SWP1-8MMF, SWP1-16MMF) Command Reference Rev

Yamaha L2 Switch. SWP1 Series(SWP1-8, SWP1-8MMF, SWP1-16MMF) Command Reference Rev Yamaha L2 Switch SWP1 Series(SWP1-8, SWP1-8MMF, SWP1-16MMF) Command Reference Rev.2.01.04 2 Command Reference TOC Contents Preface: Introduction...10 Chapter 1: How to read the command reference...11 1.1

More information

T PCT. Smart PoE Switch REV

T PCT. Smart PoE Switch REV T1500-28PCT Smart PoE Switch REV1.0.0 1910011255 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO., LTD. Other brands and

More information

CCNA Semester 3 labs. Part 1 of 1 Labs for chapters 1 8

CCNA Semester 3 labs. Part 1 of 1 Labs for chapters 1 8 CCNA Semester 3 labs Part 1 of 1 Labs for chapters 1 8 2.1.2.12 Lab - Building a Switched Network with Redundant Links 2.3.2.3 Lab - Configuring Rapid PVST+, PortFast and BPDU Guard 2.4.3.4 Lab - Configuring

More information

material. For more information on how to get additional questions, please see

material. For more information on how to get additional questions, please see Review Questions The following questions are designed to test your understanding of this chapter s material. For more information on how to get additional questions, please see www.lammle.com/ccn a. You

More information

Describing the STP. Enhancements to STP. Configuring PortFast. Describing PortFast. Configuring. Verifying

Describing the STP. Enhancements to STP. Configuring PortFast. Describing PortFast. Configuring. Verifying Enhancements to STP Describing the STP PortFast Per VLAN Spanning Tree+ (PVST+) Rapid Spanning Tree Protocol (RSTP) Multiple Spanning Tree Protocol (MSTP) MSTP is also known as Multi-Instance Spanning

More information

Catalyst 4500 Series IOS Commands

Catalyst 4500 Series IOS Commands CHAPTER Catalyst 4500 Series IOS Commands New Commands dot1x guest-vlan supplicant ip dhcp snooping information option allow-untrusted port-security mac-address port-security mac-address sticky port-security

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 16 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on your Catalyst 2950 or Catalyst 2955 switch. It includes information

More information

Configuring Port Channels

Configuring Port Channels This chapter contains the following sections: Information About Port Channels, page 1, page 11 Verifying Port Channel Configuration, page 19 Triggering the Port Channel Membership Consistency Checker,

More information

MR2324-4C. 24-Port Intelligent Gigabit Ethernet Switch. Management Guide

MR2324-4C. 24-Port Intelligent Gigabit Ethernet Switch. Management Guide MR2324-4C 24-Port Intelligent Gigabit Ethernet Switch Management Guide Management Guide Intelligent Gigabit Ethernet Switch with 24 10/100/1000BASE-T (RJ-45) Ports, and 4 Combination RJ-45/SFP Ports E082004-R01

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 10 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the switch. It includes information about VLAN membership

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 9 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094). It includes information about VLAN membership modes, VLAN configuration

More information

2.2 Cisco IOS Commands for the Catalyst 4500 Series Switches snmp ifindex clear. This command has no arguments or keywords.

2.2 Cisco IOS Commands for the Catalyst 4500 Series Switches snmp ifindex clear. This command has no arguments or keywords. Chapter 2 2.2 snmp ifindex clear snmp ifindex clear To clear any previously configured snmp ifindex commands that were entered for a specific interface, use the snmp ifindex clear command. snmp ifindex

More information

Catalyst 4500 Series IOS Commands

Catalyst 4500 Series IOS Commands CHAPTER Catalyst 4500 Series IOS Commands New Commands call-home (global configuration) call-home request call-home send call-home send alert-group call-home test clear energywise neighbors clear errdisable

More information

TL-SG5428 TL-SG5412F. 24-Port Gigabit L2 Managed Switch with 4 SFP Slots. 12-Port Gigabit SFP L2 Managed Switch with 4 Combo 1000BASE-T Ports REV2.1.

TL-SG5428 TL-SG5412F. 24-Port Gigabit L2 Managed Switch with 4 SFP Slots. 12-Port Gigabit SFP L2 Managed Switch with 4 Combo 1000BASE-T Ports REV2.1. TL-SG5428 24-Port Gigabit L2 Managed Switch with 4 SFP Slots TL-SG5412F 12-Port Gigabit SFP L2 Managed Switch with 4 Combo 1000BASE-T Ports REV2.1.1 1910010847 COPYRIGHT & TRADEMARKS Specifications are

More information

Configuring Port Channels

Configuring Port Channels This chapter contains the following sections: Information About Port Channels, page 1, page 9 Verifying Port Channel Configuration, page 16 Verifying the Load-Balancing Outgoing Port ID, page 17 Feature

More information

48-Port 10/100/1000BASE-T + 4-Port 100/1000BASE-X SFP Gigabit Managed Switch GS T4S

48-Port 10/100/1000BASE-T + 4-Port 100/1000BASE-X SFP Gigabit Managed Switch GS T4S 48-Port 10/100/1000BASE-T + 4-Port 100/1000BASE-X SFP Gigabit Managed Switch GS-4210-48T4S Outlines Product Overview Product Benefits Applications Appendix Product Features 2 / 42 Product Overview Layer

More information

Laboration 2 Troubleshooting Switching and First-Hop Redundancy

Laboration 2 Troubleshooting Switching and First-Hop Redundancy Laboration 2 Troubleshooting Switching and First-Hop Redundancy Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1

More information

HP MSR Router Series. Layer 2 LAN Switching Command Reference(V7)

HP MSR Router Series. Layer 2 LAN Switching Command Reference(V7) HP MSR Router Series Layer 2 LAN Switching Command Reference(V7) Part number: 5998-7738b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright 2015 Hewlett-Packard

More information

Configuring EtherChannels

Configuring EtherChannels Configuring EtherChannels This chapter describes how to configure EtherChannels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of EtherChannels in Cisco

More information

The features and functions of the D-Link Web Smart Switch can be configured for optimum use through the Web-based Management Utility.

The features and functions of the D-Link Web Smart Switch can be configured for optimum use through the Web-based Management Utility. 4 Cnfiguration The features and functions of the D-Link Web Smart Switch can be configured for optimum use through the Web-based Management Utility. Smart Wizard Configuration After a successful login,

More information

Lenovo NE1032 and NE1032T Switch

Lenovo NE1032 and NE1032T Switch Lenovo NE1032 and NE1032T Switch Quickstart Guide Document Version 1.0: 10/2018 Scale Computing 2018 1 Table of Contents Introduction 3 Requirements 3 Connect to the Switch 4 Over the Network 4 Console

More information

EX2500 Ethernet Switch 3.1 Release Notes

EX2500 Ethernet Switch 3.1 Release Notes EX2500 Ethernet Switch 3.1 Release Notes Release 3.1R2 29 January 2010 Revision 3 These release notes accompany Release 3.1R2 of the Juniper Networks EX2500 Ethernet Switches and software. They briefly

More information

MR2228-S2C. Stack Fast Ethernet Switch Management Guide

MR2228-S2C. Stack Fast Ethernet Switch Management Guide MR2228-S2C Stack Fast Ethernet Switch Management Guide Management Guide Stackable Fast Ethernet Switch with 24 10/100BASE-TX (RJ-45) Ports, 2 1000BASE-T Combination Ports (RJ-45/SFP), and 2 1000BASE-T/Stacking

More information

EtherChannel Between a Cisco Catalyst Switch That Runs Cisco IOS and a Workstation or Server Configuration Example

EtherChannel Between a Cisco Catalyst Switch That Runs Cisco IOS and a Workstation or Server Configuration Example EtherChannel Between a Cisco Catalyst Switch That Runs Cisco IOS and a Workstation or Server Configuration Example Document ID: 98469 Contents Introduction Prerequisites Requirements Components Used Related

More information

CCNA 3 (v v6.0) Chapter 3 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 3 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 3 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-3-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 3 Exam Answers

More information

Question No: 1 What is the maximum number of switches that can be stacked using Cisco StackWise?

Question No: 1 What is the maximum number of switches that can be stacked using Cisco StackWise? Volume: 283 Questions Question No: 1 What is the maximum number of switches that can be stacked using Cisco StackWise? A. 4 B. 5 C. 8 D. 9 E. 10 F. 13 Answer: D Question No: 2 A network engineer wants

More information

Configuring EtherChannels

Configuring EtherChannels CHAPTER 11 This chapter describes how to configure EtherChannels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of EtherChannels in Cisco NX-OS. This chapter

More information

RSTP Configuration. RSTP Configuration

RSTP Configuration. RSTP Configuration RSTP Configuration Contents 16. STP Configuration...1 1.1 STP Overview...1 1.1.1 Function of STP... 1 1.1.2 Protocol Packets of STP... 1 1.1.3 Basic Concepts in STP... 1 1.1.4 Spanning-Tree Interface States...

More information

DEPLOYING A STACK OF DELL M-SERIES BLADE SWITCHES IN SIMPLE SWITCH MODE (SSM)

DEPLOYING A STACK OF DELL M-SERIES BLADE SWITCHES IN SIMPLE SWITCH MODE (SSM) Deploying DEPLOYING A STACK OF DELL M-SERIES BLADE SWITCHES IN SIMPLE SWITCH MODE (SSM) Victor Lama DELL Network Sales Engineer Banking and Securities v1.0 5 APR 2012 A detailed case study of a client

More information

Configuring Rapid PVST+ Using NX-OS

Configuring Rapid PVST+ Using NX-OS Configuring Rapid PVST+ Using NX-OS This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices. This chapter includes the following sections:

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 12 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the switch. It includes information about VLAN membership

More information

TL-SG2216/TL-SG2424/TL-SG2424P/TL-SG2452. Gigabit Smart Switch REV

TL-SG2216/TL-SG2424/TL-SG2424P/TL-SG2452. Gigabit Smart Switch REV TL-SG2216/TL-SG2424/TL-SG2424P/TL-SG2452 Gigabit Smart Switch REV2.0.0 1910011094 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES

More information

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.  BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : 300-115 Title : Implementing Cisco IP Switched Networks Vendor : Cisco Version : DEMO Get

More information

TL-SL5428E 24-Port 10/100Mbps + 4-Port Gigabit JetStream L2 Managed Switch

TL-SL5428E 24-Port 10/100Mbps + 4-Port Gigabit JetStream L2 Managed Switch TL-SL5428E 24-Port 10/100Mbps + 4-Port Gigabit JetStream L2 Managed Switch REV2.0.0 1910011020 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK

More information

Product features. Applications

Product features. Applications Applications Layer 2+ VLAN static routing application The managed switch features a built-in, robust IPv4/IPv6 Layer 3 traffic static routing protocol to ensure reliable routing between VLANs and network

More information

CCNA Semester 3 labs. Labs for chapters 2 10

CCNA Semester 3 labs. Labs for chapters 2 10 CCNA Semester 3 labs Labs for chapters 2 10 2.1.4.5 Lab - Configure Extended VLANs, VTP, and DTP 2.2.2.5 Lab - Troubleshooting Inter-VLAN Routing 3.1.2.12 Lab - Building a Switched Network with Redundant

More information

Configuring Protocol VLAN

Configuring Protocol VLAN CHAPTERS 1. Overview 2. Protocol VLAN Configuration 3. 4. Appendix: Default Parameters Overview This guide applies to: T1500G-10PS v2 or above, T1500G-8T v2 or above, T1500G-10MPS v2 or above, T1500-28PCT

More information

FSOS. Ethernet Configuration Guide

FSOS. Ethernet Configuration Guide FSOS Ethernet Configuration Guide Contents 1 Configuring Interface... 1 1.1 Overview...1 1.2 Configuring Interface State...1 1.2.1 Configurations...1 1.2.2 Validation...1 1.3 Configuring Interface Speed...

More information

Industrial Managed Ethernet user manual Models , ,

Industrial Managed Ethernet user manual Models , , Industrial Gigabit Managed Ethernet Switch user manual Models 503501, 503518, 503525 Model shown: 503501 INT-503501/503518/503525-UM-0408-01 introduction Thank you for purchasing the INTELLINET NETWORK

More information

Dell Networking N4000 Series and Dell PowerConnect 8100 Series

Dell Networking N4000 Series and Dell PowerConnect 8100 Series Dell Networking N4000 Series and Dell PowerConnect 8100 Series Switch Configuration Guide for EqualLogic SANs Dell Storage Engineering March 2014 SISfeedback@Dell.com Revisions Date February 2013 February

More information

Configuring Port Channels

Configuring Port Channels This chapter contains the following sections: Information About Port Channels, page 1, page 10 Verifying Port Channel Configuration, page 21 Verifying the Load-Balancing Outgoing Port ID, page 22 Feature

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 14 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094). It includes information about VLAN modes and the VLAN Membership

More information

JetStream L2 Managed Switch

JetStream L2 Managed Switch TL-SG3210/TL-SG3216/TL-SG3424/TL-SG3424P JetStream L2 Managed Switch REV2.1.0 1910011082 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK

More information

Cisco IOS Commands. abort CHAPTER

Cisco IOS Commands. abort CHAPTER CHAPTER 2 abort Use the abort VLAN database command to abandon the proposed new VLAN database, exit VLAN database mode, and return to privileged EXEC mode. abort This command has no arguments or keywords.

More information

Configuring Interfaces and Circuits

Configuring Interfaces and Circuits CHAPTER 5 This chapter describes how to configure the CSS interfaces and circuits and how to bridge interfaces to Virtual LANs (VLANs). Information in this chapter applies to all CSS models, except where

More information

Switch Quick Configuration CLI Guide for

Switch Quick Configuration CLI Guide for Switch Quick Configuration CLI Guide for SSE-G48-TG4 SSE-G24-TG4 SSE-X24S SBM-GEM-X2C SBM-GEM-X2C+ SBM-GEM-X3S+ SBM-XEM-X10SM Release : 1.0b 1 / 19 The information in this User s Manual has been carefully

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 9 This chapter defines the types of interfaces on the Cisco ME 3400 Ethernet Access switch and describes how to configure them. Understanding Interface Types, page 9-1 Using Interface Configuration

More information

RSTP Configuration. Page 1 of 26

RSTP Configuration. Page 1 of 26 RSTP Configuration Page 1 of 26 Content Chapter 1 STP Configuration... 1 1.1 STP Overview... 1 1.1.1 Function of STP...1 1.1.2 Protocol Packets of STP...1 1.1.3 Basic Concepts in STP... 1 1.1.4 Spanning-Tree

More information

Configuring Port Channels

Configuring Port Channels CHAPTER 5 This chapter describes how to configure port channels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of port channels in Cisco DCNM. For more information

More information

Configuring Port-Based Traffic Control

Configuring Port-Based Traffic Control Overview of Port-Based Traffic Control, page 1 Finding Feature Information, page 2 Information About Storm Control, page 2 How to Configure Storm Control, page 4 Information About Protected Ports, page

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco ME 3400 Ethernet Access switch. It includes information

More information

Brocade ICX and Cisco IOS Deployment Guide

Brocade ICX and Cisco IOS Deployment Guide DEPLOYMENT GUIDE and Deployment Guide and CISCO IOS CLI and Configuration Reference Guide Part Number: 800-71749-001 Publication Date: 26 October 2017 2017, Brocade Communications Systems, Inc. All Rights

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 14 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Catalyst 3750 switch. It includes information about VLAN

More information

PRIMERGY BX600 10GbE Switch Blade 10/2

PRIMERGY BX600 10GbE Switch Blade 10/2 English PRIMERGY BX600 10GbE Switch Blade 10/2 Command Line Reference Guide Version 1.0 PRIMERGY BX600 10GbE Switch Blade 10/2 Command Line Reference Guide Version 1.0 Edition April 2008 COPYRIGHT NOTICE

More information

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev.

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev. Management Software AT-S101 User s Guide For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch Version 1.0.0 613-000985 Rev. A Copyright 2008 Allied Telesis, Inc. All rights reserved. No part

More information

CCNA Layer 2 switching. Revision no.: PPT/2K605/03

CCNA Layer 2 switching. Revision no.: PPT/2K605/03 CCNA 640-801 Layer 2 switching Revision no.: PPT/2K605/03 What is Switching? It breaks the Collision Domain It takes the packet and forwards to destined port without any modification. Network still remains

More information

ICND IOS CLI Study Guide (CCNA)

ICND IOS CLI Study Guide (CCNA) ICND2-200-101 IOS CLI Study Guide (CCNA) SWITCH CONFIGURATION STP (Change Options): 2. spanning-tree mode rapid-pvst [pvst] OR [mst] 3. Assign PortFast and/or BPDU Guard (sub-interface cmd): a. spanning-tree

More information

LAN Troubleshooting. Ethernet Troubleshooting

LAN Troubleshooting. Ethernet Troubleshooting CCIE Routing & Switching Advanced Troubleshooting Bootcamp LAN Troubleshooting http:// Ethernet Troubleshooting No Ethernet switching troubleshooting in Troubleshooting Section, but it can be included

More information

Managed Ethernet Switch User s Manual

Managed Ethernet Switch User s Manual Managed Ethernet Switch User s Manual Information Coding: UM00D908 Version: V1.1 Product version: all Product Name: Managed Industrial Ethernet Switches on DIN Rail and Rack. Applicable to: Technical Support

More information

Switch Quick Configuration CLI Guide for

Switch Quick Configuration CLI Guide for Switch Quick Configuration CLI Guide for SSE-G48-TG4 SSE-G24-TG4 SSE-X24S SSE-X24SR SSE-X3348S SSE-X3348SR SSE-X3348T SSE-X3348TR SBM-GEM-X2C SBM-GEM-X2C+ SBM-GEM-X3S+ SBM-XEM-X10SM Release : 1.0d 1 /

More information

Buy full file at

Buy full file at 14 Chapter 2 LAN Redundancy Chapter 2 LAN Redundancy 2.0.1.2 Class Activity Stormy Traffic ( ) Objective Explain the purpose of the Spanning Tree Protocol (STP) in a switched LAN environment with redundant

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 9 This chapter defines the types of interfaces on the Cisco ME 3400 Ethernet Access switch and describes how to configure them. The chapter consists of these sections: Understanding Interface Types,

More information

Cisco. Exam Questions SWITCH Implementing Cisco IP Switched Networks. Version:Demo

Cisco. Exam Questions SWITCH Implementing Cisco IP Switched Networks. Version:Demo Cisco Exam Questions 300-115 SWITCH Implementing Cisco IP Switched Networks Version:Demo 1. Which type of information does the DHCP snooping binding database contain? A. untrusted hosts with leased IP

More information

Index. Numerics. Index p priority (QoS) definition Q VLAN standard w as a region 5-54

Index. Numerics. Index p priority (QoS) definition Q VLAN standard w as a region 5-54 Index Numerics 802.1p priority (QoS) 802.1Q VLAN standard 5-7 802.1w as a region 5-54 A active path 5-5 address IP 7-8 advertisement 3-3 applicable products 1-ii ARP age setting 7-10 cache 7-4 cache table

More information

Route between VLANs using a 3560 switch with an internal route processor using Cisco Express Forwarding (CEF).

Route between VLANs using a 3560 switch with an internal route processor using Cisco Express Forwarding (CEF). Lab 3- Part I Inter-VLAN routing with a Multilayer Switch Configuration and Management of Networks - 2014 Topology Objective Route between VLANs using a 3560 switch with an internal route processor using

More information

The multiple spanning-tree (MST) implementation is based on the IEEE 802.1s standard.

The multiple spanning-tree (MST) implementation is based on the IEEE 802.1s standard. CHAPTER 18 This chapter describes how to configure the Cisco implementation of the IEEE 802.1s Multiple STP (MSTP) on the IE 3010 switch. Note The multiple spanning-tree (MST) implementation is based on

More information

GS-5424G User Manual

GS-5424G User Manual GS-5424G User Manual 03-2018 / v1.0 CONTENTS I Introduction... 1 I-1 Overview... 1 I-2 Package Content... 1 I-3 Features... 2 I-4 Product Components... 2 I-4-1 Ports... 2 I-4-2 LED Indicators... 3 II Installation...

More information

Cisco Nexus 9372PX. Switch Configuration Guide for Dell EMC SC Series SANs. A Dell EMC Deployment and Configuration Guide

Cisco Nexus 9372PX. Switch Configuration Guide for Dell EMC SC Series SANs. A Dell EMC Deployment and Configuration Guide Cisco Nexus 9372PX Switch Configuration Guide for Dell EMC SC Series SANs Dell EMC Engineering June 2017 A Dell EMC Deployment and Configuration Guide Revisions Date June 2017 Description Initial release

More information

Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router

Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router Topology Objective Background Configure inter-vlan routing using an external router, also known as a router on a stick. Inter-VLAN routing

More information

Lenovo Flex System Fabric EN4093R 10Gb Scalable Switch. Release Notes. for Lenovo Network OS 8.4

Lenovo Flex System Fabric EN4093R 10Gb Scalable Switch. Release Notes. for Lenovo Network OS 8.4 Lenovo Flex System Fabric EN4093R 10Gb Scalable Switch Release Notes for Lenovo Network OS 8.4 Note: Before using this information and the product it supports, read the general information in the Safety

More information

Lab 2. Spanning Tree Protocols. Overview. JNCIS-ENT++ Bootcamp

Lab 2. Spanning Tree Protocols. Overview. JNCIS-ENT++ Bootcamp Lab 2 Spanning Tree Protocols Overview This lab demonstrates basic configuration and monitoring tasks when implementing spanning tree and some related protection features on EX Series switches. In this

More information

A Dell Interoperability Whitepaper Victor Teeter

A Dell Interoperability Whitepaper Victor Teeter Deployment of Dell M8024-k Blade Switch with Cisco Nexus 5000 Series Switch A Dell Interoperability Whitepaper Victor Teeter THIS TECHNICAL INTEROPERABILITY WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY,

More information

Campus Networking Workshop. Layer 2 engineering Spanning Tree and VLANs

Campus Networking Workshop. Layer 2 engineering Spanning Tree and VLANs Campus Networking Workshop Layer 2 engineering Spanning Tree and VLANs Switching Loop When there is more than one path between two switches What are the potential problems? Switching Loop If there is more

More information

Cisco Networking Academy CCNP

Cisco Networking Academy CCNP Semester 3 v5 -Chapter 8 Cisco Networking Academy CCNP Minimizing Service Loss and Data Theft in a Campus Network Switch security concerns Network security coverage often focuses on edge-routing devices

More information

Configuring STP and RSTP

Configuring STP and RSTP 7 CHAPTER Configuring STP and RSTP This chapter describes the IEEE 802.1D Spanning Tree Protocol (STP) and the ML-Series implementation of the IEEE 802.1W Rapid Spanning Tree Protocol (RSTP). It also explains

More information

ISCOM 2126 Series Switch Command Notebook

ISCOM 2126 Series Switch Command Notebook ISCOM 2126 Series Switch Notebook Software Version ISCOMOS 1.2 Beijing Raisecom Science & Technology Co., Ltd CONTENTS CHAPTER 1. PREFACE... 1 1.1 AUDIENCE... 1 1.2 ABBREVIATION... 1 1.3 REFERENCE... 1

More information