L2 / L3 Switches. Link Layer Discovery Protocol (LLDP) Configuration Guide

Size: px
Start display at page:

Download "L2 / L3 Switches. Link Layer Discovery Protocol (LLDP) Configuration Guide"

Transcription

1 L2 / L3 Switches Link Layer Discovery Protocol (LLDP) Configuration Guide Revision 1.0

2 The information in this USER S MANUAL has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for any inaccuracies that may be contained in this document, makes no commitment to update or to keep current the information in this manual, or to notify any person organization of the updates. Please Note: For the most up-to-date version of this manual, please see our web site at Super Micro Computer, Inc. ( Supermicro ) reserves the right to make changes to the product described in this manual at any time and without notice. This product, including software, if any, and documentation may not, in whole or in part, be copied, photocopied, reproduced, translated or reduced to any medium or machine without prior written consent. IN NO EVENT WILL SUPERMICRO BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, SPECULATIVE OR CONSEQUENTIAL DAMAGES ARISING FROM THE USE OR INABILITY TO USE THIS PRODUCT OR DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN PARTICULAR, SUPERMICRO SHALL NOT HAVE LIABILITY FOR ANY HARDWARE, SOFTWARE, OR DATA STORED OR USED WITH THE PRODUCT, INCLUDING THE COSTS OF REPAIRING, REPLACING, INTEGRATING, INSTALLING OR RECOVERING SUCH HARDWARE, SOFTWARE, OR DATA. Any disputes arising between manufacturer and customer shall be governed by the laws of Santa Clara County in the State of California, USA. The State of California, County of Santa Clara shall be the exclusive venue for the resolution of any such disputes. Super Micro's total liability for all claims will not exceed the price paid for the hardware product. FCC Statement: This equipment has been tested and found to comply with the limits for a Class A digital device pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a commercial environment. This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the manufacturer s instruction manual, may cause harmful interference with radio communications. Operation of this equipment in a residential area is likely to cause harmful interference, in which case you will be required to correct the interference at your own expense. California Best Management Practices Regulations for Perchlorate Materials: This Perchlorate warning applies only to products containing CR (Manganese Dioxide) Lithium coin cells. Perchlorate Material-special handling may apply. See for further details. Manual Revision 1.0 Release Date: October 30, 2013 Unless you request and receive written permission from Super Micro Computer, Inc., you may not copy any part of this document. Information in this document is subject to change without notice. Other products and companies referred to herein are trademarks or registered trademarks of their respective companies or mark holders. Copyright 2013 by Super Micro Computer, Inc. All rights reserved. Printed in the United States of America Supermicro L2/L3 Switches Configuration Guide 2

3 Contents 1 LLDP Configuration Guide LLDP Overview LLDP Operation LLDP Configuration Default Configuration Enabling LLDP Configuring LLDP Parameters Configuring LLDP timers LLDP Configuration Example Supermicro L2/L3 Switches Configuration Guide 3

4 1 LLDP Configuration Guide This document describes the system features supported in Supermicro Layer 2 / Layer 3 switch products. This document covers the system configurations for the below listed Supermicro switch products. Top of Rack Switches SSE-G24-TG4 SSE-G48-TG4 SSE-X24S SSE-X3348S SSE-X3348T Blade Switches SBM-GEM-X2C SBM-GEM-X2C+ SBM-GEM-X3S+ SBM-XEM-X10SM The majority of this document applies to the above listed Supermicro switch products. In any particular subsection however, the contents might vary across these product models. In those sections, the differences are clearly identified with reference to a particular model(s). If any particular model is not referenced, the reader can safely assume that the content is applicable to all the above listed models. Throughout this document, the common term switch refers to any of the above listed Supermicro switch models unless a particular model is noted. 1.1 LLDP Overview LLDP is a neighbor discovery protocol that is used for network devices to advertise information about themselves to other devices on the network. This protocol runs over the data-link layer, which allows two systems running different network layer protocols to learn about each other. Devices in a LAN maintain operations-related configuration information in management information bases (MIBs). LLDP helps avoid misconfiguration problems in LANs by enabling LAN devices to be aware of other devices' configuration information. Supermicro L2/L3 Switches Configuration Guide 4

5 LLDP supports a set of attributes that it uses to discover neighbor devices. These attributes contain type, length, and value descriptions and are referred to as TLVs. LLDP supported devices can use TLVs to receive and send information to their neighbors. Details such as configuration information, device capabilities, and device identity can be advertised using LLDP. Supermicro switches provide the following LLDP features: Support all mandatory TLVs (chassis identifier, port identifier and time-to-live). Support optional TLVs - port description, system name, system description, system capabilities and management address. Support organizationally specific optional TLVs - port VLAN identifier, port and protocol VLAN identifier, VLAN name, MAC or PHY configuration or status, link aggregation and maximum frame size. Provide support for notifications through traps. 1.2 LLDP Operation An LLDP agent operates in any one of the following three modes: 1. Transmit-only mode: The agent can only transmit the information about the capabilities and the status of the local system. 2. Receive-only mode: The agent can only receive information about the capabilities and the status of the remote systems. 3. Transmit and receive mode: The agent can transmit the local system capabilities and status information and receive the capabilities and status information of remote systems. The LLDP transmit only mode sends the local device's information at regular intervals in LLDP TLV s. Whenever the transmit mode is disabled, the device transmits an LLDP PDU with a time-to-live (TTL) TLV containing "0" in the information field. Upon reception of a PDU with TLV 0, remote devices are then enabled to remove the information associated with this local device from their databases. The LLDP receive only mode receives a remote device's information and updates the remote system's LLDP MIB database. When new or updated information is received, the receive module initiates a timer for a valid duration indicated by the TTL TLV in the received LLDP PDU. The remote system's information is removed from the database when an LLDP PDU is received with TTL TLV containing "0" in its information field. Supermicro L2/L3 Switches Configuration Guide 5

6 1.3 LLDP Configuration Default Configuration Parameter Default Value LLDP Status (global) LLDP Status (interface level) TLV Holdtime Multiplier 4 Message Transmit Interval 30 Reinitialization Delay 2 Transmit Delay 2 Trap Notification Interval 5 Chassis ID Chasis ID Subtype Port ID Subtype System Capabilities Notification Notification Type Disabled Transmit and receive None Switch MAC address MAC address Interface name None Disabled Mis-configuration Enabling LLDP LLDP is disabled by default in Supermicro switches. Follow the steps below to enable LLDP. Step Command Step 1 configure terminal Step 2 set lldp enable Step 3 end Step 4 show lldp Description Enters the configuration mode Enables LLDP in the switch. Exits the configuration mode. Displays the LLDP global configuration details The set lldp disable command disables LLDP in the switch Configuring LLDP Parameters Once LLDP is enabled globally, it is enabled on all supported interfaces by default. Supermicro switches provide a user configuration to place an interface in only send or only receive mode. Supermicro L2/L3 Switches Configuration Guide 6

7 Other LLDP parameters that can be configured in Supermicro switches are Notification type, Chassis-ID Sub-type and Port-ID Sub-type. Step Command Step 1 configure terminal Step 2 interface <interface-type><interface-id> or interface range <interface-type><interface-id>. Description Enters the configuration mode Enters the interface configuration mode. interface-type may be any of the following: gigabit-ethernet gi extreme-ethernet ex qx-ethernet qx port-channel po interface-id is in slot/port format for all physical interfaces. To configure multiple interfaces, use the interface range command. To provide a range use a hyphen (-) between the start and end interface numbers. E.g.: int range gi 0/1-10 To provide multiple interfaces or ranges, separate with a comma (,). E.g.: int range gi 0/1-10, gi 0/20 Step 3 lldp {transmit receive} Step 4 lldp notification [remote-table-chg][misconfiguration] If multiple interfaces are provided, the next step will perform the particular configuration on all these interfaces. Sets LLDP admin status on an interface to Transmit or Receive Enables LLDP trap notification on an interface. remote-table-chg - Trap notification for change in neighbor s table. Step 5 lldp port-id-subtype { if-alias port-comp <string(255)> mac-addr if-name local mis-configuration - Trap notification for mis-configuration. Configures LLDP port ID subtype and Supermicro L2/L3 Switches Configuration Guide 7

8 <string(255)> } port ID value if-alias - interface alias port-comp - port component mac-addr - MAC address if-name - interface name local - locally assigned Step 6 Exit Step 7 lldp chassis-id-subtype { chassis-comp <string(255)> if-alias port-comp <string(255)> mac-addr nw-addr if-name local <string(255)> } The default value for the port-idsubtype is if-name. Note: The if-alias option can be used only for the interfaces which have a valid description configured. Exits interface configuration mode. Configures LLDP chassis ID subtype and chassis ID value. The chassis identifier value can only be set for the chassis-component and local system subtypes. For all other subtypes, the value is taken from the system automatically. chassis-comp - chassis component if-alias - management interface alias port-comp - port component mac-addr - MAC address nw-addr - network address if-name - interface name local - locally assigned The default value for chassi-id-subtype Supermicro L2/L3 Switches Configuration Guide 8

9 is mac-addr. Step 8 End Step 9 show lldp interface [<interface-type> <interfaceid>] show lldp neighbors [chassis-id <string(255)> port-id <string(255)>] [<interface-type> <interface-id>][detail] show lldp traffic [<iftype> <ifnum>] show lldp errors show lldp statistics Step 10 clear lldp counters Step 11 clear lldp table Note: To use the if-alias option, the management interface must have been configured with valid description. Exits the configuration mode. Displays LLDP configuration details on a particular interface or all interfaces Displays information about neighbors learned on an interface or all interfaces Displays LLDP counters, including the number of frames sent, received, discarded, etc. Displays information about errors such as memory allocation failures, queue overflows, table overflows, etc. Displays the LLDP remote table statistics information Clears LLDP transmit and receive statistics Clears LLDP neighbors information These commands reset the particular configuration to its default value. lldp {transmit receive} no lldp notification no lldp tlv-select basic-tlv { [port-descr] [sys-name] [sys-descr] [sys-capab] [mgmt-addr {all ipv4 <ucast_addr> ipv6 <ip6_addr>}]} no lldp tlv-select dot1tlv {[port-vlan-id] [protocol-vlan-id {all <vlan-id>}] [vlan-name {all <vlan-id>}]} no lldp tlv-select dot3tlv { [macphy-config] [link-aggregation] [max-framesize] } Supermicro L2/L3 Switches Configuration Guide 9

10 Configuring LLDP TLV Supermicro switches provide support for user configuration of LLDP TLV s. The TLV types supported by Supermicro switches are: Basic TLV, DOT1 TLV and DOT3 TLV. The figure below displays the TLV types and their content. Basic TLV Mandatory Optional DOT1 TLV IEEE organizationally specific TLVs DOT3 TLV IEEE organizationally specific TLVs Figure LLDP-1: LLDP TLV Types The content of the various TLVs supported by Supermicro switches are specified in the figure below. Basic TLV - Mandatory Chassis ID - Sender MAC address Port ID TLV -Sender Port number TTL -Time to Live End of LLDP PDU Basic TLV - Optional Port Description System Name System Description System Capabilities Management Address DOT1 TLV Port VLAN ID Port Protocol VLAN ID VLAN Name Protocol Identity DOT3 TLV MAC/PHY Configuration (speed, duplex, negotiation, etc.) Link Aggregation TLV Maximum Frame Size TLV Figure LLDP-2: LLDP TLV Content Supermicro L2/L3 Switches Configuration Guide 10

11 Step Command Step 1 configure terminal Step 2 interface <interface-type><interface-id> or interface range <interface-type><interface-id>. Description Enters the configuration mode Enters the interface configuration mode. interface-type may be any of the following: gigabit-ethernet gi extreme-ethernet ex qx-ethernet qx port-channel po interface-id is in slot/port format for all physical interfaces. To configure multiple interfaces, use the interface range command. To provide a range use a hyphen (-) between the start and end interface numbers. E.g.: int range gi 0/1-10 To provide multiple interfaces or ranges, separate with a comma (,). E.g.: int range gi 0/1-10, gi 0/20 Step 3 lldp tlv-select basic-tlv { [port-descr] [sys-name] [sys-descr] [sys-capab] [mgmt-addr {all ipv4 <ucast_addr> ipv6 <ip6_addr>}]} If multiple interfaces are provided, the next step will perform the particular configuration on all these interfaces. Enables the basic TLV transmission on a given port port-descr - Port description TLV sys-name - System name TLV sys-descr- System description TLV sys-capab - System capabilities TLV mgmt-addr all- Enables the transmission of the management address on the current interface. If no Supermicro L2/L3 Switches Configuration Guide 11

12 management address is present or configured in the system, the switch s MAC address will be used for transmission. mgmt-addr ipv4 ucast-addr - Enables the transmission of a particular ipv4 address on the current interface. Step 4 lldp tlv-select dot1tlv {[port-vlan-id] [protocolvlan-id {all <vlan-id>}] [vlan-name {all <vlanid>}]} mgmt-addr ipv6 ipv6-addr - Enables the transmission of a particular ipv6 address on the current interface. Configure dot1 TLV types to be transmitted on a port port-vlan-id - Port VLAN identifier TLV. The keyword port-vlan-id keyword is not supported. protocol-vlan-id - Protocol VLAN identifier TLV. The keyword protocolvlan-id is not supported. vlan-name VLAN name TLV Step 5 lldp tlv-select dot3tlv { [macphy-config] [linkaggregation] [max-framesize] } NOTE: VLAN name must be configured prior to this LLDP configuration. Configure dot3 TLV types to be transmitted on a port macphy-config - MAC or PHY TLV. link-aggregation - Link aggregation TLV. Step 6 End Step 7 show lldp interface [<interface-type> <interfaceid>] max-framesize - Maximum frame size TLV. Exits the configuration mode. Displays LLDP configuration details on a particular interface or all interfaces show lldp local {[<interface-type> <interface-id>] [mgmt-addr]} Displays the current switch information that will be used to populate outbound LLDP advertisements for a specific Supermicro L2/L3 Switches Configuration Guide 12

13 interface or all interfaces Configuring LLDP Timers Supermicro switches allow for user configuration of LLDP timers: Transmit Interval Holdtime Multiplier Reinitialization Delay Transmit Delay Notification Delay Message Transmit Interval The message transmit interval is the period between transmission of the periodic LLDP advertisements. The default message transmit interval is 30 seconds. Supermicro switches allow for user configuration of the message transmit interval. Follow the below steps to change the message transmit interval. Step Command Step 1 configure terminal Step 2 lldp transmit-interval <seconds( )> Step 3 End Step 4 show lldp Description Enters the configuration mode Configures the message transmit interval, range of Exits the configuration mode. Displays the LLDP global information The no lldp transmit-interval command resets the message transmit interval to its default value Message Transmit Holdtime Multiplier The Message Transmit Holdtime Multiplier is used to calculate the time-to-live (TTL) value sent in LLDP advertisements. The time-to-live informs the receiving LLDP agent of the time to retain remote LLDP information if LLDP advertisements are not received periodically. The TTL is calculated as: the minimum of ((Transmission Interval * Holdtime Multiplier), or 65536) The default holdtime multiplier is 4 seconds. The default TTL is: 4*30 = 120 seconds. Supermicro switches allow for the user configuration of the message transmit holdtime multiplier. Follow the steps below to change the message transmit holdtime multiplier. Supermicro L2/L3 Switches Configuration Guide 13

14 Step Command Step 1 configure terminal Step 2 lldp holdtime-multiplier <value(2-10)> Step 3 End Step 4 show lldp Description Enters the configuration mode Configures the message transmit holdtime multiplier, range of Exits the configuration mode. Displays the LLDP global information The no lldp holdtime-multiplier command resets the message transmit holdtime multiplier to its default value Reinitialization Delay When LLDP ports are disabled or the link goes down, LLDP is reinitialized on a port. The delay between the port going down and the reinitialization is called the reinitialization delay. When LLDP is reinitialized on a port, all information in the remote systems LLDP MIB associated with this port is deleted. Supermicro switches allow user configuration of the reinitialization delay. Follow the steps below to change the reinitialization delay. Step Command Step 1 configure terminal Step 2 lldp reinitialization-delay <seconds(1-10)> Step 3 End Step 4 show lldp Description Enters the configuration mode Configures the reinitialization delay, range of Exits the configuration mode. Displays the LLDP global information The no lldp reinitialization-delay command resets the reinitialization delay to its default value Transmit Delay Any change in local LLDP MIB variables initiates the transmission of LLDP advertisements. The delay between the successive transmissions of such advertisements is called the Transmit Delay. The transmit delay helps prevent unnecessary LLDP transmissions when rapid changes occur in local LLDP MIB objects. Supermicro L2/L3 Switches Configuration Guide 14

15 Supermicro switches allow for user configuration of the message transmit delay. Follow the steps below to change the message transmit delay. Step Command Step 1 configure terminal Step 2 lldp tx-delay <seconds(1-8192)> Step 3 End Step 4 show lldp Description Enters the configuration mode Configures the message transmit delay, range of NOTE: The Tx delay should be less than 0.25 * message Tx interval Exits the configuration mode. Displays the LLDP global information The no lldp tx-delay command resets the message transmit delay to its default value Notification Interval The Notification Interval is the time interval between successive periodic SNMP notifications about LLDP MIB changes. Any change in LLDP neighbors that occurs between SNMP notifications is not transmitted; only state changes that exist at the expiry of the notification interval are included in the transmission. Supermicro switches allow for user configuration of the notification interval. Follow the steps below to change the the notification interval. Step Command Step 1 configure terminal Step 2 lldp notification-interval <seconds(5-3600)> Step 3 End Step 4 show lldp Description Enters the configuration mode Configures the notification interval, range of Exits the configuration mode. Displays the LLDP global information The no lldp notification-interval command resets the notification interval to its default value. Supermicro L2/L3 Switches Configuration Guide 15

16 Supermicro L2/L3 Switches Configuration Guide 16

17 1.3.5 LLDP Configuration Example The example below shows the commands used to configure LLDP by connecting two switches: Switch A and Switch B. Gi 0/21 Gi 0/22 Switch A Figure LLDP-3: LLDP Configuration Example Switch B Switch A SMIS# configure terminal SMIS(config)# set lldp enable SMIS(config)# end SMIS# show lldp LLDP is enabled Transmit Interval : 30 Holdtime Multiplier : 4 Reinitialization Delay : 2 Tx Delay : 2 Notification Interval : 5 Chassis Id SubType : Mac Address Chassis Id : 00:30:48:e3:04:75 SMIS# show lldp neighbors Capability Codes : (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device, (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other Chassis ID Local Intf Hold-time Capability Port Id :30:48:e3:70:bc Gi0/ Gi0/22 Total Entries Displayed : 1 Supermicro L2/L3 Switches Configuration Guide 17

18 SMIS(config)# lldp chassis-id-subtype if-name SMIS(config)# lldp holdtime-multiplier 7 SMIS(config)# lldp notification-interval 100 SMIS(config)# lldp reinitialization-delay 5 SMIS(config)# lldp reinitialization-delay 9 SMIS(config)# lldp reinitialization-delay 10 SMIS(config)# lldp transmit-interval 100 SMIS(config)# lldp transmit-interval 10 SMIS(config)# end SMIS(config)# interface Gi 0/21 SMIS(config-if)# lldp notification remote-table-chg SMIS(config-if)# lldp port-id-subtype if-name SMIS(config-if)# lldp tlv-select basic-tlv port-descr mgmt-addr all SMIS(config-if)# exit SMIS(config)# vlan 1 SMIS(config-vlan)# name vlan1 SMIS(config-vlan)# exit SMIS(config)# interface Gi 0/21 SMIS(config-if)# lldp tlv-select dot1tlv vlan-name 1 SMIS(config-if)# lldp tlv-select dot3tlv macphy-config SMIS(config-if)# end SMIS# show lldp LLDP is enabled Transmit Interval : 10 Holdtime Multiplier : 7 Reinitialization Delay : 10 Tx Delay : 2 Notification Interval : 100 Chassis Id SubType : Interface Name Chassis Id : eth0 SMIS# show lldp neighbors Capability Codes : (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device, (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other Chassis ID Local Intf Hold-time Capability Port Id :30:48:e3:70: bc Gi0/ Gi0/22 Total Entries Displayed : 1 Supermicro L2/L3 Switches Configuration Guide 18

19 SMIS# show lldp errors Total Memory Allocation Failures : 0 Total Input Queue Overflows : 0 Total Table Overflows : 0 SMIS# show lldp traffic Total Frames Out : 71 Total Entries Aged : 0 Total Frames In : 28 Total Frames Received In Error : 0 Total Frames Discarded : 0 Total TLVS Unrecognized : 0 Total TLVs Discarded : 0 SMIS# show lldp interface Gi 0/21 Gi0/21: Tx State : Enabled Rx State : Enabled Tx SEM State : IDLE Rx SEM State : WAIT FOR FRAME Notification Status : Enabled Notification Type : Remote Table Change SMIS# show lld statistics Remote Table Last Change Time : Remote Table Inserts : 1 Remote Table Deletes : 0 Remote Table Drops : 0 Remote Table Ageouts : 0 Remote Table Updates : 0 SMIS# show lldp local Gi 0/21 Port Id SubType : Interface Name Port Id : Slot0/21 Port Description : Enabled Tx Tlvs : Port Description, Management Address, Mac Phy Extended TLV Info -MAC PHY Configuration & Status Auto-Neg Support & Status : Supported, Enabled Advertised Capability Bits : 6c11 10base-T(HD) 10base-T(FD) 100base-TX(HD) 100base-TX(FD) Supermicro L2/L3 Switches Configuration Guide 19

20 Asym and Symm PAUSE(FD) 1000base-T(FD) Operational MAU Type : 30 -Link Aggregation Capability & Status : Not Capable, Not In Aggregation Aggregated Port Id : 21 -Maximum Frame Size : 1500 Extended TLV Info -Port VLAN Id : 1 -Port& Protocol VLAN Id Protocol VLAN Id Support Protocol VLAN Status TxStatus Supported Disabled Disabled -Vlan Name Vlan Id Vlan Name TxStatus vlan1 Enabled SMIS# show running-config Building configuration... Switch ID Hardware Version Firmware Version 0 SBM-GEM-X3S+ (B4-01) vlan 1 ports gi 0/1-24 untagged ports ex 0/1-3 untagged name vlan1 exit set lldp enable lldp transmit-interval 10 lldp holdtime-multiplier 7 lldp reinitialization-delay 10 lldp notification-interval 100 lldp chassis-id-subtype if-name interface Gi 0/21 lldp notification remote-table-chg lldp tlv-select basic-tlv port-descr mgmt-addr all lldp tlv-select dot3tlv macphy-config lldp tlv-select dot1tlv vlan-name 1 exit Supermicro L2/L3 Switches Configuration Guide 20

21 Switch B SMIS# configure terminal SMIS(config)# set lldp enable SMIS(config)# end SMIS# show lldp LLDP is enabled Transmit Interval : 30 Holdtime Multiplier : 4 Reinitialization Delay : 2 Tx Delay : 2 Notification Interval : 5 Chassis Id SubType : Mac Address Chassis Id : 00:30:48:e3:70:bc SMIS# show lldp neighbors Capability Codes : (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device, (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other Chassis ID Local Intf Hold-time Capability Port Id :30:48:e3:04:75 Gi0/ Gi0/21 Total Entries Displayed : 1 SMIS# show lldp statistics Remote Table Last Change Time : Remote Table Inserts : 4 Remote Table Deletes : 3 Remote Table Drops : 0 Remote Table Ageouts : 3 Remote Table Updates : 7 SMIS(config)# show lldp traffic Total Frames Out : 52 Total Entries Aged : 3 Total Frames In : 144 Total Frames Received In Error : 0 Total Frames Discarded : 0 Total TLVS Unrecognized : 0 Total TLVs Discarded : 0 SMIS(config)# show lldp errors Total Memory Allocation Failures : 0 Supermicro L2/L3 Switches Configuration Guide 21

22 Total Input Queue Overflows : 0 Total Table Overflows : 0 SMIS(config)# show lldp interface Gi 0/22 Gi0/22: Tx State : Enabled Rx State : Enabled Tx SEM State : IDLE Rx SEM State : WAIT FOR FRAME Notification Status : Disabled Notification Type : Mis-configuration SMIS# show lldp local Gi 0/22 Port Id SubType : Interface Alias Port Id : Gi0/22 Port Description : Enabled Tx Tlvs : Extended TLV Info -MAC PHY Configuration & Status Auto-Neg Support & Status : Supported, Enabled Advertised Capability Bits : 6c11 10base-T(HD) 10base-T(FD) 100base-TX(HD) 100base-TX(FD) Asym and Symm PAUSE(FD) 1000base-T(FD) Operational MAU Type : 30 -Link Aggregation Capability & Status : Not Capable, Not In Aggregation Aggregated Port Id : 22 -Maximum Frame Size : 1500 Extended TLV Info -Port VLAN Id : 1 -Port& Protocol VLAN Id Protocol VLAN Id Support Protocol VLAN Status TxStatus Supported Enabled Disabled -Vlan Name Vlan Id Vlan Name TxStatus Disabled SMIS# show running-config Supermicro L2/L3 Switches Configuration Guide 22

23 Building configuration... Switch ID Hardware Version Firmware Version 0 SBM-GEM-X3S+ (B4-01) vlan 1 ports gi 0/1-24 untagged ports ex 0/1-3 untagged exit set lldp enable Supermicro L2/L3 Switches Configuration Guide 23

How To Configure Link Aggregation On Supermicro Switch 2 And 3 (Lan) On A Microsoft Vlan 2 And Vlan 3 (Vlan) (Lan 2) (Vlans) (Lummer) (Powerline) (

How To Configure Link Aggregation On Supermicro Switch 2 And 3 (Lan) On A Microsoft Vlan 2 And Vlan 3 (Vlan) (Lan 2) (Vlans) (Lummer) (Powerline) ( L2 / L3 Switches Link Aggregation Configuration Guide Revision 1.0 The information in this USER S MANUAL has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility

More information

L2 / L3 Switches. Remote Network Monitoring (RMON) Configuration Guide

L2 / L3 Switches. Remote Network Monitoring (RMON) Configuration Guide L2 / L3 Switches Remote Network Monitoring (RMON) Configuration Guide Revision 1.0 The information in this USER S MANUAL has been carefully reviewed and is believed to be accurate. The vendor assumes no

More information

Supermicro Server Monitoring with SuperDoctor 5 and SCOM 2012

Supermicro Server Monitoring with SuperDoctor 5 and SCOM 2012 Supermicro Server Monitoring with SuperDoctor 5 and SCOM 2012 User s Guide Revision 1.0 The information in this USER S MANUAL has been carefully reviewed and is believed to be accurate. The vendor assumes

More information

Configuring LLDP, LLDP-MED, and Location Service

Configuring LLDP, LLDP-MED, and Location Service 27 CHAPTER Configuring LLDP, LLDP-MED, and Location Service This chapter describes how to configure the Link Layer Discovery Protocol (LLDP), LLDP Media Endpoint Discovery (LLDP-MED), and Location Service

More information

Using Link Layer Discovery Protocol in Multivendor Networks

Using Link Layer Discovery Protocol in Multivendor Networks Using Link Layer Discovery Protocol in Multivendor Networks Link Layer Discovery Protocol (LLDP), standardized by the IEEE as part of 802.1ab, enables standardized discovery of nodes, which in turn facilitates

More information

SBI-7125B-T1 Blade Module RAID Setup Procedure

SBI-7125B-T1 Blade Module RAID Setup Procedure SBI-7125B-T1 Blade Module RAID Setup Procedure Revison 1.0 SBI-7125B-T1 Blade Module RAID Setup Procedure The information in this User s Manual has been carefully reviewed and is believed to be accurate.

More information

L2 / L3 Switches. Simple Network Management Protocol (SNMP) Configuration Guide

L2 / L3 Switches. Simple Network Management Protocol (SNMP) Configuration Guide -- L2 / L3 Switches Simple Network Management Protocol (SNMP) Configuration Guide Revision 1.0 Supermicro L2/L3 Switches Configuration Guide 2 The information in this USER S MANUAL has been carefully reviewed

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

L2/L3 Switches. System. Configuration Guide

L2/L3 Switches. System. Configuration Guide L2/L3 Switches System Configuration Guide Revision 1.0 The information in this USER S MANUAL has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for any inaccuracies

More information

Chapter 46 Link Layer Discovery Protocol (LLDP)

Chapter 46 Link Layer Discovery Protocol (LLDP) Chapter 46 Link Layer Discovery Protocol (LLDP) Introduction...46-3 LLDP Overview...46-3 Type Length Values... 46-4 Transmission and Reception... 46-5 Storing LLDP Information... 46-7 Configuring LLDP...46-9

More information

Switch Web GUI Quick Configuration Guide for

Switch Web GUI Quick Configuration Guide for Switch Web GUI Quick Configuration 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.0c 1

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Sample Configuration for using Link Layer Discovery Protocol (LLDP) with Cisco Catalyst 4500 or 3750 Switches for VLAN Assignment for Avaya 9600 and 1600 Series

More information

Dotworkz NVR Series User Manual. Rev 1.26

Dotworkz NVR Series User Manual. Rev 1.26 Dotworkz NVR Series User Manual Rev 1.26 The information in this User s Manual has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for any inaccuracies that

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Sample Configuration for using Link Layer Discovery Protocol (LLDP) with Cisco Catalyst 4500 or 3750 Switches for VLAN assignment to Avaya 4600 Series IP Telephones

More information

Link Layer Discovery Protocol

Link Layer Discovery Protocol 12 Link Layer Discovery Protocol Contents Overview..................................................... 12-2 LLDP..................................................... 12-2 LLDP Messages............................................

More information

UEFI BIOS Recovery Instructions

UEFI BIOS Recovery Instructions UEFI BIOS Recovery Instructions USER S GUIDE Revision 1.0a The information in this User s Guide has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for any

More information

SUPER SMC LCD. User's Guide. Revision 1.0

SUPER SMC LCD. User's Guide. Revision 1.0 SUPER SMC LCD User's Guide Revision 1.0 The information in this User s Manual has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for any inaccuracies that

More information

Intel PCH RAID Configuration Utility

Intel PCH RAID Configuration Utility Intel PCH RAID Configuration Utility USER S MANUAL Revision 1.0a The information in this User s Manual has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for

More information

How To Configure Voice Vlan On An Ip Phone

How To Configure Voice Vlan On An Ip Phone 1 VLAN (Virtual Local Area Network) is used to logically divide a physical network into several broadcast domains. VLAN membership can be configured through software instead of physically relocating devices

More information

Web-based Management Utility

Web-based Management Utility MicroBlade Web-based Management Utility USER S MANUAL Revison.0b MicroBlade Web-based Management Utility USER S MANUAL The information in this USER S MANUAL has been carefully reviewed and is believed

More information

Network Discovery Protocol LLDP and LLDP- MED

Network Discovery Protocol LLDP and LLDP- MED Network LLDP and LLDP- MED Prof. Vahida Z. Attar College of Engineering, Pune Wellesely Road, Shivajinagar, Pune-411 005. Maharashtra, INDIA Piyush chandwadkar College of Engineering, Pune Wellesely Road,

More information

Network Discovery Protocol LLDP and LLDP- MED

Network Discovery Protocol LLDP and LLDP- MED Network LLDP and LLDP- MED Prof. Vahida Z. Attar College of Engineering, Pune Wellesely Road, Shivajinagar, Pune-411 005. Maharashtra, INDIA Piyush chandwadkar College of Engineering, Pune Wellesely Road,

More information

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev.

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev. Management Software AT-S106 Web Browser User s Guide For the AT-GS950/48 Gigabit Ethernet Smart Switch Version 1.0.0 613-001339 Rev. A Copyright 2010 Allied Telesis, Inc. All rights reserved. No part of

More information

A Link Layer Discovery Protocol Fuzzer

A Link Layer Discovery Protocol Fuzzer The University of Texas at Austin, Department of Computer Sciences, Technical Report TR-07-24 A Link Layer Discovery Protocol Fuzzer Jeremy Hollander Department of Computer Sciences The University of Texas

More information

NetStream (Integrated) Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-9-6

NetStream (Integrated) Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-9-6 (Integrated) Technology White Paper Issue 01 Date 2012-9-6 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means

More information

Link Layer Discovery Protocol and MIB

Link Layer Discovery Protocol and MIB Link Layer Discovery Protocol and MIB v0.0 Paul Congdon 3/7/02 Acknowledgements This document is heavily leveraged from an Internet-Draft developed for the IETF PTOPO working group. The original draft,

More information

AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch. Software Release Notes

AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch. Software Release Notes AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch Supported Platforms Software Release Notes Please read this document before you begin to use the AT-S60 management software. The AT-S60

More information

Link Layer Discovery Protocol (LLDP)

Link Layer Discovery Protocol (LLDP) Extreme etworks Technical Brief Link Layer Discovery Protocol () A ew Standard for Discovering and Managing Converged etwork Devices If there is any certainty in the access layer of a network, it is that

More information

802.1X Authentication, Link Layer Discovery Protocol (LLDP), and Avaya IP Telephones

802.1X Authentication, Link Layer Discovery Protocol (LLDP), and Avaya IP Telephones 802.1X Authentication, Link Layer Discovery Protocol (LLDP), and Avaya IP Telephones Abstract The purpose of this document is to discuss 802.1X Authentication and Link Layer Discovery Protocol (LLDP) in

More information

Configuring EtherChannels

Configuring EtherChannels 25 CHAPTER This chapter describes how to configure EtherChannel interfaces. For complete syntax and usage information for the commands used in this chapter, refer to the Catalyst 2950 Desktop Switch Command

More information

WUA-0605 300Mbps Wireless USB Network Adapter

WUA-0605 300Mbps Wireless USB Network Adapter WUA-0605 300Mbps Wireless USB Network Adapter User Manual V1.0 Certification FCC CE FCC Statement This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant

More information

SC745 X9 Universal Air Shroud User s Guide

SC745 X9 Universal Air Shroud User s Guide SC745 X9 Universal Air Shroud User s Guide Revison 1.0 SC745 Air Shroud User s Guide The information in this User s Guide has been carefully reviewed and is believed to be accurate. The vendor assumes

More information

Link Aggregation Interoperability of the Dell PowerConnect 5316M with Cisco IOS or Cisco CatOS based Switches. By Bruce Holmes

Link Aggregation Interoperability of the Dell PowerConnect 5316M with Cisco IOS or Cisco CatOS based Switches. By Bruce Holmes Link Aggregation Interoperability of the Dell PowerConnect 5316M with Cisco IOS or Cisco CatOS based Switches By Bruce Holmes August 2005 Contents Introduction...3 Link Aggregation with Gigabit Ethernet

More information

TD-8610/TD-8610B External ADSL2+ MODEM

TD-8610/TD-8610B External ADSL2+ MODEM TD-8610/TD-8610B External ADSL2+ MODEM Rev: 1.0.2 1910010011 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO., LTD. Other

More information

Configuring EtherChannels

Configuring EtherChannels CHAPTER 12 This chapter describes how to configure EtherChannels on the Cisco 7600 series router Layer 2 or Layer 3 LAN ports. For complete syntax and usage information for the commands used in this chapter,

More information

15 Digital Photo Frame Instructional Manual

15 Digital Photo Frame Instructional Manual 15 Digital Photo Frame Instructional Manual aluratek.com mnl M10054 ADMPF315F Copyright 2011 Aluratek, Inc. All Rights Reserved. Table of Contents Frame Close-up... Remote Control Close-up... Package Contents...

More information

SC815 X9 Universal Air Shroud User s Guide

SC815 X9 Universal Air Shroud User s Guide SC815 X9 Universal Air Shroud User s Guide Revison 1.0 SC815 Air Shroud User s Guide The information in this User s Guide has been carefully reviewed and is believed to be accurate. The vendor assumes

More information

LotWan Appliance User Guide USER GUIDE

LotWan Appliance User Guide USER GUIDE LotWan Appliance User Guide USER GUIDE Copyright Information Copyright 2014, Beijing AppEx Networks Corporation The description, illustrations, pictures, methods and other information contain in this document

More information

Interoperability between Mitel IP Phones and ProCurve Switches

Interoperability between Mitel IP Phones and ProCurve Switches An HP ProCurve Networking Application Note Interoperability between Mitel IP Phones and ProCurve Switches Contents 1. Introduction... 3 2. Architecture... 3 3. Configuration... 3 3.1 Check power over Ethernet

More information

11.1. Performance Monitoring

11.1. Performance Monitoring 11.1. Performance Monitoring Windows Reliability and Performance Monitor combines the functionality of the following tools that were previously only available as stand alone: Performance Logs and Alerts

More information

VOIP-211RS/210RS/220RS/440S. SIP VoIP Router. User s Guide

VOIP-211RS/210RS/220RS/440S. SIP VoIP Router. User s Guide VOIP-211RS/210RS/220RS/440S SIP VoIP Router User s Guide Trademarks Contents are subject to revise without prior notice. All trademarks belong to their respective owners. FCC Warning This equipment has

More information

8 Digital Photo Frame Instructional Manual

8 Digital Photo Frame Instructional Manual 8 Digital Photo Frame Instructional Manual aluratek.com mnl M10126 ADMPF108F Copyright 2012 Aluratek, Inc. All Rights Reserved. Table of Contents Frame Close-up... Remote Control Close-up... Package Contents...

More information

AOC-TBT-DSL5320. User Guide 1.0

AOC-TBT-DSL5320. User Guide 1.0 AOC-TBT-DSL5320 User Guide 1.0 The information in this user guide has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for any inaccuracies that may be contained

More information

Management Software. User s Guide AT-S84. For the AT-9000/24 Layer 2 Gigabit Ethernet Switch. Version 1.1. 613-000368 Rev. B

Management Software. User s Guide AT-S84. For the AT-9000/24 Layer 2 Gigabit Ethernet Switch. Version 1.1. 613-000368 Rev. B Management Software AT-S84 User s Guide For the AT-9000/24 Layer 2 Gigabit Ethernet Switch Version 1.1 613-000368 Rev. B Copyright 2006 Allied Telesyn, Inc. All rights reserved. No part of this publication

More information

Packet-over-SONET Interface Commands on the Cisco IOS XR Software

Packet-over-SONET Interface Commands on the Cisco IOS XR Software Packet-over-SONET Interface Commands on the Cisco IOS XR Software This module provides command line interface (CLI) commands for configuring Packet-over-SONET/SDH (POS) on the Cisco CRS Router. This module

More information

Chapter 7 Configuring Trunk Groups and Dynamic Link Aggregation

Chapter 7 Configuring Trunk Groups and Dynamic Link Aggregation Chapter 7 Configuring Trunk Groups and Dynamic Link Aggregation This chapter describes how to configure trunk groups and 802.3ad link aggregation. Trunk groups are manually-configured aggregate links containing

More information

What is VLAN Routing?

What is VLAN Routing? Application Note #38 February 2004 What is VLAN Routing? This Application Notes relates to the following Dell product(s): 6024 and 6024F 33xx Abstract Virtual LANs (VLANs) offer a method of dividing one

More information

L2 / L3 Switches. Quality of Service (QoS) Configuration Guide

L2 / L3 Switches. Quality of Service (QoS) Configuration Guide L2 / L3 Switches Quality of Service (QoS) Configuration Guide Revision 1.0 The information in this USER S MANUAL has been carefully reviewed and is believed to be accurate. Thevendor assumes no responsibility

More information

WLAN660 Wireless IP Phone Administrator s Guide

WLAN660 Wireless IP Phone Administrator s Guide FEDERAL COMMUNICATIONS COMMISSION This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) this device may not cause harmful interference, and (2) this

More information

Monitoring and Analyzing Switch Operation

Monitoring and Analyzing Switch Operation B Monitoring and Analyzing Switch Operation Contents Overview..................................................... B-3....................................... B-4 Menu Access To Status and Counters.........................

More information

TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL

TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL w w w. c d v g r o u p. c o m CA-ETHR-A: TCP/IP Module Installation Manual Page Table of Contents Introduction...5 Hardware Components... 6 Technical Specifications...

More information

Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia E70 Configuring connection settings Nokia E70 Configuring connection settings Legal Notice Copyright Nokia 2006. All

More information

LLDP-MED and Cisco Discovery Protocol

LLDP-MED and Cisco Discovery Protocol White Paper LLDP-MED and Cisco Discovery Protocol DEVICE DISCOVERY PROTOCOLS Device discovery protocols enable directly connected devices to discover information about each other. They advertise information

More information

Configuring Traffic Storm Control

Configuring Traffic Storm Control 39 CHAPTER This chapter describes how to configure the traffic storm control feature on the Catalyst 6500 series switches. For complete syntax and usage information for the commands used in this chapter,

More information

IP Routing Features. Contents

IP Routing Features. Contents 7 IP Routing Features Contents Overview of IP Routing.......................................... 7-3 IP Interfaces................................................ 7-3 IP Tables and Caches........................................

More information

Legal Disclaimers. For C-UL Listed applications, the unit shall be installed in accordance with Part 1 of the Canadian Electrical Code.

Legal Disclaimers. For C-UL Listed applications, the unit shall be installed in accordance with Part 1 of the Canadian Electrical Code. ACS5000 Networking Admin Interface Guide 1/21/2015 Legal Disclaimers Federal Communications Commission (FCC) Compliancy This equipment has been tested and found to comply with the limits for a Class B

More information

Example: Configuring VoIP on an EX Series Switch Without Including 802.1X Authentication

Example: Configuring VoIP on an EX Series Switch Without Including 802.1X Authentication Example: Configuring VoIP on an EX Series Switch Without Including 802.1X Authentication Requirements You can configure voice over IP (VoIP) on an EX Series switch to support IP telephones. To configure

More information

LSI 2308 SAS Configuration Utility

LSI 2308 SAS Configuration Utility LSI 2308 SAS Configuration Utility USER S MANUAL Revision 1.0 The information in this User s Manual has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for

More information

7 Digital Photo Frame Instructional Manual

7 Digital Photo Frame Instructional Manual 7 Digital Photo Frame Instructional Manual aluratek.com mnl M10084 ADPF07SF Copyright 2010 Aluratek, Inc. All Rights Reserved. Table of Contents Frame Control Close-up... Package Contents... Getting Started...

More information

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.

More information

Command Line Interface

Command Line Interface bridge addressdatabase add Adding a Statically Configured Address to an Address Forwarding Database You can add a statically configured address to a forwarding database using the add command on the addressdatabase

More information

Gigabit Ethernet MAC. (1000 Mbps Ethernet MAC core with FIFO interface) PRODUCT BRIEF

Gigabit Ethernet MAC. (1000 Mbps Ethernet MAC core with FIFO interface) PRODUCT BRIEF Gigabit Ethernet MAC (1000 Mbps Ethernet MAC core with FIFO interface) PRODUCT BRIEF 1. INTRODUCTION This document serves as a product info for the Gigabit Ethernet MAC from Hitek Systems. The core supports

More information

L2 / L3 Switches. Internet Protocol (IP) Configuration Guide

L2 / L3 Switches. Internet Protocol (IP) Configuration Guide L2 / L3 Switches Internet Protocol (IP) Configuration Guide Revision 1.0 The information in this USER S MANUAL has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility

More information

How To Manage Das-3324 On A Pc Or Mac Or Mac (For A Pc) With A Das3324 Device On A Ds-3325 (For Mac) Or Ds3324 (For An Ipad)

How To Manage Das-3324 On A Pc Or Mac Or Mac (For A Pc) With A Das3324 Device On A Ds-3325 (For Mac) Or Ds3324 (For An Ipad) DAS-3 3 2 4 I P DSL AM Q u i c k St a r t G u i d e Version: 1.0 Date: 2006/07/10 DAS-3324 IP DSLAM Quick Start Guide ❶ This quick start guide will guide you to finish the basic configuration for accessing

More information

Installation Guide 1-port USB 2.0 Print Server 1 GPSU21

Installation Guide 1-port USB 2.0 Print Server 1 GPSU21 Installation Guide 1-port USB 2.0 Print Server 1 GPSU21 2 Welcome Thank you for purchasing this 1-port USB 2.0 Print Server that allows any networked computer to share a USB printer. It complies with USB

More information

Portable 1:5 USB Flash Drive Duplicator and Eraser

Portable 1:5 USB Flash Drive Duplicator and Eraser Portable 1:5 USB Flash Drive Duplicator and Eraser USBDUP15 *actual product may vary from photos DE: Bedienungsanleitung - de.startech.com FR: Guide de l'utilisateur - fr.startech.com ES: Guía del usuario

More information

Flow-Based per Port-Channel Load Balancing

Flow-Based per Port-Channel Load Balancing The feature allows different flows of traffic over a Gigabit EtherChannel (GEC) interface to be identified based on the packet header and then mapped to the different member links of the port channel.

More information

Cisco Nexus 5548UP. Switch Configuration Guide for Dell PS Series SANs. A Dell Deployment and Configuration Guide

Cisco Nexus 5548UP. Switch Configuration Guide for Dell PS Series SANs. A Dell Deployment and Configuration Guide Cisco Nexus 5548UP Switch Configuration Guide for Dell PS Series SANs Dell Storage Engineering October 2015 A Dell Deployment and Configuration Guide Revisions Date February 2013 October 2013 March 2014

More information

ProCurve Switch 1700-8 ProCurve Switch 1700-24

ProCurve Switch 1700-8 ProCurve Switch 1700-24 Management and Configuration Guide ProCurve Switch 1700-8 ProCurve Switch 1700-24 www.procurve.com ProCurve Series 1700 Switch Management and Configuration Guide Copyright 2007 Hewlett-Packard Development

More information

SoftRAID 5 QUICK START GUIDE. for OWC ThunderBay

SoftRAID 5 QUICK START GUIDE. for OWC ThunderBay SoftRAID 5 QUICK START GUIDE for OWC ThunderBay TABLE OF CONTENTS INTRODUCTION...1 1.1 MINIMUM SYSTEM REQUIREMENTS 1.2 FEATURES 1.3 ABOUT THIS MANUAL SYSTEM SETUP...2 2.1 GETTING STARTED 2.2 INITIALIZING,

More information

VDSL Ethernet LAN Extender

VDSL Ethernet LAN Extender 110VDSLEXT 110VDSLEXTGB 110VDSLEXTEU Instruction Manual VDSL Ethernet LAN Extender 10/100 VDSL Ethernet LAN Extender Kit over Single Pair Wire FCC Compliance Statement This equipment has been tested and

More information

GWA501 package contains: 1 Wireless-G Broadband Gateway 1 Power Adapter 1 Ethernet Cable 1 Manual CD 1 Quick Start Guide 1 Warranty/Registration Card

GWA501 package contains: 1 Wireless-G Broadband Gateway 1 Power Adapter 1 Ethernet Cable 1 Manual CD 1 Quick Start Guide 1 Warranty/Registration Card Wireless-G Broadband Gateway GWA501 Quick Start Guide Read this guide thoroughly and follow the installation and operation procedures carefully to prevent any damage to the unit and/or any of the devices

More information

LabelWriter. Print Server. User Guide

LabelWriter. Print Server. User Guide LabelWriter Print Server User Guide Copyright 2010 Sanford, L.P. All rights reserved. 08/10 No part of this document or the software may be reproduced or transmitted in any form or by any means or translated

More information

Ethernet Radio Configuration Guide

Ethernet Radio Configuration Guide Ethernet Radio Configuration Guide for Gateway, Endpoint, and Repeater Radio Units April 20, 2015 Customer Service 1-866-294-5847 Baseline Inc. www.baselinesystems.com Phone 208-323-1634 FAX 208-323-1834

More information

Broadband Router ESG-103. User s Guide

Broadband Router ESG-103. User s Guide Broadband Router ESG-103 User s Guide FCC Warning This equipment has been tested and found to comply with the limits for Class A & Class B digital device, pursuant to Part 15 of the FCC rules. These limits

More information

FCC Certifications. CE Mark Warning

FCC Certifications. CE Mark Warning FCC Certifications This Equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to part 15 of the FCC Rules. These limits are designed to provide reasonable

More information

Network Management Card

Network Management Card Network Management Card AP9617 AP9618 AP9619 Installation and Quick-Start Manual How to Avoid Equipment Damage Disconnect UPS power You do not need to turn off a Symmetra or a Silcon model UPS to install

More information

FCC COMPLIANCE STATEMENT

FCC COMPLIANCE STATEMENT MEDIA CONVERTER Fiber to UTP Ethernet Media Converter ET90110SC ET90110ST Instruction Guide * Actual product may vary from photo Revised: December 6, 2002 The Professionals Source For Hard-to-Find Computer

More information

Carrier Ethernet: New Game Plan for Media Converters

Carrier Ethernet: New Game Plan for Media Converters Introduction IEEE Std. 802.3ah, also referred to as Ethernet in the First Mile (EFM) standard, has a well established name within the industry today. It lays out ground rules for implementing Ethernet

More information

Chapter 2 Quality of Service (QoS)

Chapter 2 Quality of Service (QoS) Chapter 2 Quality of Service (QoS) Software release 06.6.X provides the following enhancements to QoS on the HP 9304M, HP 9308M, and HP 6208M-SX routing switches. You can choose between a strict queuing

More information

Configuring Port Security

Configuring Port Security CHAPTER 62 This chapter describes how to configure the port security feature. For complete syntax and usage information for the commands used in this chapter, see the Cisco IOS Master List, at this URL:

More information

GWA502 package contains: 1 Wireless-G Broadband Router 1 Power Adapter 1 Ethernet Cable 1 Manual CD 1 Quick Start Guide 1 Warranty/Registration Card

GWA502 package contains: 1 Wireless-G Broadband Router 1 Power Adapter 1 Ethernet Cable 1 Manual CD 1 Quick Start Guide 1 Warranty/Registration Card Wireless-G Broadband Router GWA502 Quick Start Guide Read this guide thoroughly and follow the installation and operation procedures carefully to prevent any damage to the unit and/or any of the devices

More information

Cisco IOS Flexible NetFlow Command Reference

Cisco IOS Flexible NetFlow Command Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

1 Port PCI Express IDE Controller Adapter Card

1 Port PCI Express IDE Controller Adapter Card 1 Port PCI Express IDE Controller Adapter Card PEX2IDE *actual product may vary from photos DE: Bedienungsanleitung - de.startech.com FR: Guide de l'utilisateur - fr.startech.com ES: Guía del usuario -

More information

Easy Smart Configuration Utility

Easy Smart Configuration Utility Easy Smart Configuration Utility REV1.0.0 1910010939 CONTENTS Chapter 1 About this Guide...3 1.1 Intended Readers... 3 1.2 Conventions... 3 1.3 Overview of This Guide... 3 Chapter 2 Getting Started...6

More information

Introduction to the Catalyst 3900

Introduction to the Catalyst 3900 CHAPTER 1 Introduction to the Catalyst 3900 This chapter contains the following information about the Catalyst 3900: Product Overview on page 1-1 Physical Characteristics of the Catalyst 3900 on page 1-8

More information

Access Point Configuration

Access Point Configuration Access Point Configuration Developed by IT +46 Based on the original work of: Onno Purbo and Sebastian Buettrich Goals Provide a general methodology to installation and configuration of access points Give

More information

Correlating different network topology layers in heterogeneous environments

Correlating different network topology layers in heterogeneous environments Correlating different network topology layers in heterogeneous environments Dennis Pellikaan, Diederik Vandevenne February 11, 2013 Abstract Network Topology Discovery is the process to automatically generate

More information

Network Management Card. Installation and Quick Start Manual

Network Management Card. Installation and Quick Start Manual Network Management Card Installation and Quick Start Manual Radio frequency interference Changes or modifications to this unit not expressly approved by the party responsible for compliance could void

More information

MAC Address Table Attribute Configuration

MAC Address Table Attribute Configuration Table of Contents Table of Contents Chapter 1 Configuring MAC Address Attribute... 1 1.1 MAC Address Configuration Task List... 1 1.2 MAC Address Configuration Task... 1 1.2.1 Configuring Static Mac Address...

More information

NMS300 Network Management System

NMS300 Network Management System NMS300 Network Management System User Manual June 2013 202-11289-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate

More information

mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start

mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start mysensors Information to Users mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide This equipment has been tested and found to comply with the limits for a Class B digital devices, pursuant

More information

AT-S45 Version 1.0.7 Management Software for the AT-9410GB Gigabit Ethernet Switches. Software Release Notes

AT-S45 Version 1.0.7 Management Software for the AT-9410GB Gigabit Ethernet Switches. Software Release Notes AT-S45 Version 1.0.7 Management Software for the AT-9410GB Gigabit Ethernet Switches Product Documentation Software Release Notes Please read this document before you begin to use the AT-S45 management

More information

P-660HN-51. 802.11n Wireless ADSL2+ 4-port Gateway DEFAULT LOGIN DETAILS. Firmware Version 1.10 Edition 1, 9/2010. IP Address: http://192.168.1.

P-660HN-51. 802.11n Wireless ADSL2+ 4-port Gateway DEFAULT LOGIN DETAILS. Firmware Version 1.10 Edition 1, 9/2010. IP Address: http://192.168.1. P-660HN-51 802.11n Wireless ADSL2+ 4-port Gateway Firmware Version 1.10 Edition 1, 9/2010 DEFAULT LOGIN DETAILS IP Address: http://192.168.1.1 User Name: admin Password: 1234 www.zyxel.com Copyright 2010

More information

Deploying IP Telephony with EX-Series Switches

Deploying IP Telephony with EX-Series Switches Application Note Deploying IP Telephony with EX-Series Switches Optimizing VoIP Applications with EX 3200 and EX 4200 Series Ethernet Switches Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale,

More information

OSBRiDGE 5XLi. Configuration Manual. Firmware 3.10R

OSBRiDGE 5XLi. Configuration Manual. Firmware 3.10R OSBRiDGE 5XLi Configuration Manual Firmware 3.10R 1. Initial setup and configuration. OSBRiDGE 5XLi devices are configurable via WWW interface. Each device uses following default settings: IP Address:

More information

AT-S41 Version 1.1.4 Management Software for the AT-8326 and AT-8350 Series Fast Ethernet Switches. Software Release Notes

AT-S41 Version 1.1.4 Management Software for the AT-8326 and AT-8350 Series Fast Ethernet Switches. Software Release Notes AT-S41 Version 1.1.4 Management Software for the AT-8326 and AT-8350 Series Fast Ethernet Switches Software Release Notes Please read this document before you begin to use the AT-S41 management software.

More information

AT-S105 Version 1.2.0 Management Software Release Notes AT-FS750/24POE and AT-FS750/48 Fast Ethernet WebSmart Switches

AT-S105 Version 1.2.0 Management Software Release Notes AT-FS750/24POE and AT-FS750/48 Fast Ethernet WebSmart Switches AT-S105 Version 1.2.0 Management Software Release Notes AT-FS750/24POE and AT-FS750/48 Fast Ethernet WebSmart Switches Please read this document before you begin to use the management software. NOTE This

More information

ProSafe Plus Switch Utility

ProSafe Plus Switch Utility ProSafe Plus Switch Utility User Guide 350 East Plumeria Drive San Jose, CA 95134 USA September 2010 202-10524-03 v1.0 ProSafe Plus Switch Utility User Guide 2010 NETGEAR, Inc. All rights reserved. No

More information

Nokia E61i Configuring connection settings

Nokia E61i Configuring connection settings Nokia E61i Configuring connection settings Nokia E61i Configuring connection settings Legal Notice Copyright Nokia 2007. All rights reserved. Reproduction, transfer, distribution or storage of part or

More information