DXS-3600-32S CLI Reference Guide


Add to my manuals
596 Pages

advertisement

DXS-3600-32S CLI Reference Guide | Manualzz

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Link Layer Discovery Protocol (LLDP) Commands

31-1 lldp run

This command is used to enable the Link Layer Discovery Protocol (LLDP) globally. Use the no form of this command to return to the default settings.

lldp run no lldp run

Parameters

Default

Command Mode

None.

LLDP global state is disabled.

Global Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

This is a global control for the LLDP function. When this function is enabled, the switch can start to transmit LLDP packets and receive and process the LLDP packets.

The specific function of each physical interface will depend on the LLDP setting of each physical interface.

For the advertisement of LLDP packets, the switch announces the information to its neighbor through physical interfaces. For the receiving of LLDP packets, the switch will learn the information from the LLDP packets advertised from the neighbor in the neighbor table.

Example

This example shows how to enable the LLDP global setting.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#lldp run

DXS-3600-32S(config)#

Example

This example shows how to disable the LLDP global setting.

DXS-3600-32S#configure terminal

XS-3600-32S(config)#no lldp run

DXS-3600-32S(config)#

31-2 lldp forward

This command is used to enable the Link Layer Discovery Protocol (LLDP) forward state. Use the no form of this command to return to the default settings.

lldp forward no lldp forward

Parameters

Default

Command Mode

None.

LLDP forward state is disabled.

Global Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

This is a global control for the LLDP forward. When LLDP is disabled and LLDP forward is enabled, the received LLDPDU packet will be forwarded.

Example

This example shows how to enable the LLDP global forward state.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#lldp forward

DXS-3600-32S(config)#

281

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to disable the LLDP global forward state.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#no lldp forward

DXS-3600-32S(config)#

31-3 lldp message-tx-interval

This command is used to set the LLDPDUs transmission interval on the switch. Use the no form of this command to return to the default settings.

lldp message-tx-interval seconds

no lldp message-tx-interval

Parameters

seconds

Specifies the interval between consecutive transmissions of LLDP advertisements on each physical interface. The range is from 5 second to 32768 second.

Default

Command Mode

30 seconds.

Global Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

This interval controls how often active ports retransmit advertisements to their neighbors.

Example

This example shows how to set the LLDP message TX interval to 50 seconds.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#lldp message-tx-interval 50

DXS-3600-32S(config)#

Example

This example shows how to set the LLDP message TX interval to default value.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#no lldp message-tx-interval

DXS-3600-32S(config)#

31-4 lldp message-tx-hold-multiplier

This command is used to set the message hold multiplier on the switch. Use the no form of this command to return to the default settings.

lldp message-tx-hold-multiplier value

no message-tx-hold-multiplier

Parameters

value

Specifies a multiplier on the msgTxInterval, that used to compute the time to live value of an LLDPDU. Valid values are from 2 to 10.

Default

The default value is 4.

Command Mode

Global Configuration Mode.

Command Default Level

Level: 12

282

Usage Guideline

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

This parameter is a multiplier on the msgTxInterval that used to compute the TTL value of txTTL in an LLDPDU. The TTL will be carried in the LLDPDU packet.

The lifetime will be the minimum of 65535 and (message_tx_interval * message_tx_hold_multiplier). At the partner switch, when the TTL for a given advertisement expires, the advertised data is deleted from the neighbor switch’s

MIB.

Example

This example shows how to set the LLDP message-tx-hold-multiplier to 3.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#lldp message-tx-hold-multiplier 3

DXS-3600-32S(config)#

Example

This example shows how to set the LLDP message-tx-hold-multiplier to the default value.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#no lldp message-tx-hold-multiplier

DXS-3600-32S(config)#

31-5 lldp tx-delay

This command is used to set the minimum time (delay-interval), any LLDP port will delay advertising successive LLDP advertisements due to a change in LLDP MIB content. The tx-delay defines the minimum interval between sending of

LLDP messages due to constantly change of MIB content. Use the no form of this command to return to the default settings.

lldp tx-delay seconds

no lldp tx-delay

Parameters

seconds

Specifies a delay for sending successive LLDPDU on an interface. Valid values are from 1 to 8192 seconds.

Default

2 seconds.

Command Mode

Global Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

The LLDP message TX interval (transmit interval) must be greater than or equal to 4 times the TX delay interval).

Example

This example shows how to set the TX delay interval to 8 seconds.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#lldp tx-delay 8

DXS-3600-32S(config)#

Example

This example shows how to configure the TX delay interval to default value.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#no lldp tx-delay

DXS-3600-32S(config)#

31-6 lldp reinit-delay

This command is used to set the minimum time of the re-initialization delay interval on the switch. Use the no form of this command to return to the default settings.

283

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

lldp reinit-delay seconds

no lldp reinit-delay

Parameters

seconds

Specifies a delay for LLDP initialization on an interface. Valid values are from 1 to 10 seconds.

Default

Command Mode

2 seconds.

Global Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

A re-enabled LLDP physical interface will wait for reinit-delay after last disable command before reinitializing.

Example

This example shows how to set the re-init delay interval to 5 seconds.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#lldp reinit-delay 5

DXS-3600-32S(config)#

Example

This example shows how to set the re-init delay interval to default value.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#no lldp reinit-delay

DXS-3600-32S(config)#

31-7 lldp notification-interval

This command is used to set the the timer of the notification interval for sending notifications to configured SNMP trap receiver(s). Use the no form of this command to return to the default settings.

lldp notification-interval seconds

no lldp notification-interval

Parameters

seconds

Specifies the timer of the notification interval for sending notifications to configured

SNMP trap receiver(s). Valid values are from 5 to 3600 seconds.

Default

5 seconds.

Command Mode

Global Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

Globally change the interval between successive LLDP change notifications generated by the switch.

Example

This example shows how to set the notification interval to 10 seconds.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#lldp notification-interval 10

DXS-3600-32S(config)#

Example

This example shows how to set the notification interval to default value.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#no lldp notification-interval

DXS-3600-32S(config)#

284

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

31-8 lldp notification

This command is used to enable the SNMP trap notification of LLDP data changes detected on advertisements received from neighbor devices on each physical interfaces. Use the no form of this command to return to the default settings.

lldp notification no lldp notification

Parameters

Default

None.

LLDP state of each physical interface is disabled.

Command Mode

Interface Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

Enable or disable each physical interface for sending change notifications to configured SNMP trap receiver(s) if an LLDP data change is detected in an advertisement received on the physical interface from an LLDP neighbor. The definition of change includes new available information, information timeout, and information updates. The changed type includes any data update, insertion, or removal.

Example

This example shows how to set the SNMP notification state to enable for a range of interfaces from interfaces 1-5.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface range tenGigabitEthernet 1-5

DXS-3600-32S(config-if-range)#lldp notification

DXS-3600-32S(config-if-range)#

Example

This example shows how to set the SNMP notification state to default value for a range interface from interfaces 1-5.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface range tenGigabitEthernet 1-5

DXS-3600-32S(config-if-range)#no lldp notification

DXS-3600-32S(config-if-range)#

31-9 lldp management-address

This command is used to enable the physical interface that is specified for advertising indicated management address instance. Use the no form of this command to return to the default settings.

lldp management-address {ipv4 ip-address | ipv6 ipv6-address}

no lldp management-address {ipv4 ip-address | ipv6 ipv6-address}

Parameters

ipv4 ip-address

ipv6 ipv6-address

Specifies the IPv4 address.

Specifies the IPv6 address.

Default

Command Mode

The LLDP management address entry of each physical interface is disabled.

Global Configuration Mode.

Command Default Level

Level: 12

285

Usage Guideline

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

This command specifies whether the system’s IP address needs to be advertised from the specified port.

For Layer 3 devices, each managed address can individually be specified.

The management addresses that are added in the list will be advertised in the LLDP from the specified interface, associated with each management address. The interface for that management address will be also advertised in the if-index form.

Example

This example shows how to enable ports 1 to 2 for setting the management address entry (IPv4).

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface range tenGigabitEthernet 1-2

DXS-3600-32S(config-if-range)#lldp management-address ipv4 10.1.1.1

DXS-3600-32S(config-if-range)#

Example

This example shows how to enable ports 3 to 4 for setting the management address entry (IPv6).

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface range tenGigabitEthernet 3-4

DXS-3600-32S(config-if-range)#lldp management-address ipv6 FE80::250:A2FF:FEBF:A056

DXS-3600-32S(config-if-range)#

Example

This example shows how to delete the management address entry (IPv4) from ports

1 to 2.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface range tenGigabitEthernet 1-2

DXS-3600-32S(config-if-range)#no lldp management-address ipv4 10.1.1.1

DXS-3600-32S(config-if-range)#

Example

This example shows how to delete the management address entry (IPv6) from ports

3 to 4.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface range tenGigabitEthernet 3-4

DXS-3600-32S(config-if-range)#no lldp management-address ipv6 FE80::250:A2FF:FEBF:A056

DXS-3600-32S(config-if-range)#

31-10 lldp transmit

This command is used to enable the LLDP advertise (transmit) capability. Use the no form of this command to return to the default settings.

lldp transmit no lldp transmit

Parameters

Default

None.

LLDP is disabled on all supported interfaces.

Command Mode

Interface Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

None.

Example

This example shows how to enable the transmit state.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#lldp transmit

DXS-3600-32S(config-if)#

286

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to disable the transmit state.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#no lldp transmit

DXS-3600-32S(config-if)#

31-11 lldp receive

This command is used to enable the LLDP receive capability. Use the no form of this command to return to the default settings.

lldp receive no lldp receive

Parameters

Default

Command Mode

None.

LLDP is disabled on all supported interfaces.

Interface Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

None.

Example

This example shows how to enable the receive state.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#lldp receive

DXS-3600-32S(config-if)#

Example

This example shows how to disable the receive state.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#no lldp receive

DXS-3600-32S(config-if)#

31-12 lldp tlv-select

This command is used to specify which optional type-length-value settings (TLVs) in the 802.1AB basic management set will be transmitted and encapsulated in the LLDPDUs and sent to neighbor devices. To disable transmit the TLVs, use the no form of this command.

lldp tlv-select [port-description | system-capabilities | system-description | system-name | mac-phy-cfg] no lldp tlv-select [port-description | system-capabilities | system-description | system-name | mac-phy-cfg]

Parameters port-description system-capabilities system-description

Specifies the Port Description TLV to send or receive. The Port Description TLV allows network management to advertise the IEEE 802 LAN station’s port description.

Specifies the System Capabilities TLV to send or receive. The System Capabilities field shall contain a bit-map of the capabilities that define the primary function(s) of the system.

Specifies the System Description TLV to send or receive. The System Description should include the full name and version identification of the system’s hardware type, software operating system, and networking software.

287

system-name

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Specifies the System Name TLV to send or receive. The System Name should be the system’s fully qualified domain name.

Default

Command Mode

No 802.1AB basic management TLV is selected.

Interface Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

This command specifies the optional TLVs advertisement settings. If the optional

TLVs advertisement state enabled, they will be encapsulated in LLDPDU and sent to other devices.

Example

This example shows how to enable System Name TLV advertisement.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#lldp tlv-select system-name

DXS-3600-32S(config-if)#

Example

This example shows how to disable System Name TLV advertisement.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#no lldp tlv-select system-name

DXS-3600-32S(config-if)#

31-13 lldp dot1-tlv-select

This command is used to specify which optional type-length-value settings (TLVs) in the IEEE 802.1 Organizationally

Specific TLV set will be transmitted and encapsulated in the LLDPDUs and sent to neighbor devices. To disable transmit the TLVs, use the no form of this command.

lldp dot1-tlv-select {port-vlan_id | port-and-protocol-vlan-id interface INTERFACE-ID [, | -] | vlan-name

interface INTERFACE-ID [, | -] | protocol-identify {eapol | lacp | gvrp | stp}}

no lldp dot1-tlv-select {port-vlan_id | port-and-protocol-vlan-id interface INTERFACE-ID [, | -] | vlan-name

interface INTERFACE-ID [, | -] | protocol-identify {eapol | lacp | gvrp | stp}}

Parameters port-vlan-id port-and-protocol-vlan-id

Specifies the Port And Protocol VLAN ID TLV to send and receive. The Port and

Protocol VLAN ID TLV is an optional TLV that allows a bridge port to advertise a port and protocol VLAN ID.

vlan-name

Specifies the Port VLAN ID TLV to send or receive. The Port VLAN ID TLV is an optional fixed length TLV that allows a VLAN bridge port to advertise the port’s VLAN identifier (PVID) that will be associated with untagged or priority tagged frames.

Specifies the VLAN Name TLV to send or receive. The VLAN Name TLV is an optional TLV that allows an IEEE 802.1Q-compatible IEEE 802 LAN station to advertise the assigned name of any VLAN with which it is configured.

protocol-identify

Specifies the Protocol Identity TLV to send or receive. The Protocol Identity TLV is an optional TLV that allows an IEEE 802 LAN station to advertise particular protocols that are accessible through the port.

This TLV optional data type indicates whether the corresponding Local System's

Protocol Identity instance will be transmitted on the port. The Protocol Identity TLV provides a way for stations to advertise protocols that are important to the operation of the network. Such as Spanning Tree Protocol, the Link Aggregation Control

Protocol, and numerous vendor proprietary variations are responsible for maintaining the topology and connectivity of the network. If EAPOL, GVRP, STP

(including MSTP), and LACP protocol identity is enabled on this port and it is enabled to be advertised, then this protocol identity will be advertised.

interface INTERFACE-ID Specifies the valid VLAN interface.

288

,

-

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

(Optional) Specifies a series of physical interfaces. No space before and after the comma.

(Optional) Specifies a range of physical interfaces. No space before and after the hyphen.

Default

Command Mode

No IEEE 802.1 Organizationally specific TLV is selected.

Interface Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

If the optional TLVs advertisement state enabled, they will be encapsulated in

LLDPDU and sent to other devices.

The Protocol Identity TLV optional data type indicates whether the corresponding

Local System's Protocol Identity instance will be transmitted on the port. The

Protocol Identity TLV provides a way for stations to advertise protocols that are important to the operation of the network. Such as Spanning Tree Protocol, the Link

Aggregation Control Protocol, and numerous vendor proprietary variations are responsible for maintaining the topology and connectivity of the network. If EAPOL,

GVRP, STP (including MSTP), and LACP protocol identity is enabled on this port and it is enabled to be advertised, then this protocol identity will be advertised.

Example

This example shows how to enable port-vlan-id TLV advertisement.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#lldp dot1-tlv-select port-vlan-id

DXS-3600-32S(config-if)#

Example

This example shows how to disables port-vlan-id TLV advertisement.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#no lldp dot1-tlv-select port-vlan-id

DXS-3600-32S(config-if)#

Example

This example shows how to enable port-and-protocol-vlan-id TLV advertisement from VLAN 1-3.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#lldp dot1-tlv-select port-and-protocol-vlan-id interface 1-3

DXS-3600-32S(config-if)#

Example

This example shows how to disable port-and-protocol-vlan-id TLV advertisement from VLAN 1-3.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#no lldp dot1-tlv-select port-and-protocol-vlan-id interface 1-3

DXS-3600-32S(config-if)#

Example

This example shows how to enable vlan-name TLV advertisement from VLAN 1-3.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#lldp dot1-tlv-select vlan-name interface 1-3

DXS-3600-32S(config-if)#

Example

This example shows how to disable vlan-name TLV advertisement from VLAN 1-3.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#no lldp dot1-tlv-select vlan-name interface 1-3

DXS-3600-32S(config-if)#

289

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to enable LACP Protocol Identity TLV advertisement.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#lldp dot1-tlv-select protocol-identify lacp

DXS-3600-32S(config-if)#

Example

This example shows how to disable LACP Protocol Identity TLV advertisement.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#no lldp dot1-tlv-select protocol-identify lacp

DXS-3600-32S(config-if)#

31-14 lldp dot3-tlv-select

This command is used to specify which optional type-length-value setting (TLVs), in the IEEE 802.3 Organizationally

Specific TLV set, will be transmitted and encapsulated in the LLDPDUs and sent to neighbor devices. To disable transmit the TLVs, use the no form of this command.

lldp dot3-tlv-select {mac-phy-config-status | link-aggregation | power-via-mdi | max-frame-size} no lldp dot3-tlv-select {mac-phy-config-status | link-aggregation | power-via-mdi | max-frame-size}

Parameters mac-phy-config-status link-aggregation power-via-mdi max-frame-size

Specifies the MAC/PHY Configuration/Status TLV to send or receive. The MAC/PHY

Configuration/Status TLV is an optional TLV that identifies: a) The duplex and bit-rate capability of the sending IEEE 802.3 LAN node that is connected to the physical medium.

b) The current duplex and bit-rate settings of the sending IEEE 802.3 LAN node.

c) Whether these settings are the result of auto-negotiation during link initiation or of manual set overrideaction.

Specifies the Link Aggregation TLV to send or receive. The Link Aggregation TLV indicates whether the link is capable of being aggregated, whether the link is currently in an aggregation, and if in an aggregation, the port identification of the aggregation.

Specifies the Power via MDI TLV to send or receive. Three IEEE 802.3 PMD implementations (10BASE-T, 100BASE-TX, and 1000BASE-T) allow power to be supplied over the link for connected non-powered systems. The Power Via MDI TLV allows network management to advertise and discover the MDI power support capabilities of the sending IEEE 802.3 LAN station.

Specifies the Maximum Frame Size TLV to send or receive. The Maximum Frame

Size TLV indicates the maximum frame size capability of the implemented MAC and

PHY.

Default

Command Mode

No IEEE 802.3 Organizationally Specific TLV is selected.

Interface Configuration Mode.

Command Default Level

Level: 12

Usage Guideline

This command specifies the optional IEEE 802.3 Organizationally Specific TLVs advertisement settings. If the optional TLVs advertisement state enabled, they will be encapsulated in LLDPDU and sent to other devices

290

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to enable MAC/PHY Configuration/Status TLV advertisement.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#lldp dot3-tlv-select mac-phy-config-status

DXS-3600-32S(config-if)#

Example

This example shows how to disable MAC/PHY Configuration/Status TLV advertisement.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#interface tenGigabitEthernet 1

DXS-3600-32S(config-if)#no lldp dot3-tlv-select mac-phy-config-status

DXS-3600-32S(config-if)#

31-15 show lldp

This command is used to display the switch’s general LLDP configuration status.

show lldp

Parameters

Default

None.

None.

Command Mode

User EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

Used to show LLDP system global configurations.

Example

DXS-3600-32S#show lldp

This example shows how to display the LLDP system global configuration status.

LLDP System Information

Chassis ID Subtype : MAC Address

Chassis ID : 00-01-02-03-04-00

System Name :

System Description : TenGigabit Ethernet Switch

System Capabilities : Repeater, Bridge

LLDP Configurations

LLDP Status : Disabled

LLDP Forward Status : Disabled

Message TX Interval : 30

Message TX Hold Multiplier: 4

ReInit Delay : 2

TX Delay : 2

Notification Interval : 5

DXS-3600-32S#

31-16 show lldp management-address

This command is used to display the LLDP management address information.

show lldp management-address [ipv4 ip-address | ipv6 ipv6-address]

291

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Parameters ipv4 ip-address ipv6 ipv6-address

Specifies the IPv4 address used.

Specifies the IPv6 address used.

Default

Command Mode

None.

User EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

This command is used to display the LLDP management address information.

Example

This example shows the output from the show lldp management-address ipv4 command. To display a specific management address information.

DXS-3600-32S#show lldp management-address ipv4 192.168.254.10

The following is sample Address 1

-----------------------------------------------------------------------

Subtype : IPV4

Address : 192.168.254.10

IF Type : IfIndex

OID : 1.3.6.1.4.1.171.10.127.1

Advertising Ports : 1-5

DXS-3600-32S#

Example

This example shows how to display all management address information.

DXS-3600-32S#show lldp management-address

Address 1 :

------------------------------------------------

Subtype : IPv4

Address : 192.168.254.10

IF Type : IfIndex

OID : 1.3.6.1.4.1.171.10.127.1

Advertising Ports :

Total Entries : 1

DXS-3600-32S#

31-17 show lldp interface

This command is used to display the LLDP of each physical interface configuration for advertisement options.

show lldp interface interface-id [, | -]

Parameters

,

interface interface-id

-

Specifies the valid physicla interface.

(Optional) Specifies a series of physical interfaces. No space before and after the comma.

(Optional) Specifies a range of physical interfaces. No space before and after the hyphen.

Default

None.

Command Mode

User EXEC Mode.

Command Default Level

Level: 3

292

Usage Guideline

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

This command displays the LLDP of each physical interface configuration for advertisement options.

Example

This example shows the output from the show lldp interface command. To display a specific physical interface configuration.

DXS-3600-32S#show lldp interface tenGigabitEthernet 1

Interface ID : 1

-----------------------------------------------------------------

Admin Status : TX_and_RX

Notification Status : Disabled

Advertised TLVs Option :

Port Description Disabled

System Name Disabled

System Description Disabled

System Capabilities Disabled

Enabled Management Address

(None)

Port VLAN ID Disabled

Enabled Port_and_Protocol_VLAN_ID

(None)

Enabled VLAN Name

(None)

Enabled Protocol_Identity

(None)

MAC/PHY Configuration/Status Disabled

Link Aggregation Disabled

Maximum Frame Size Disabled

DXS-3600-32S#

31-18 show lldp local interface

This command is used to display the LLDP of each physical interface information currently available for populating outbound LLDP advertisements.

show lldp local interface interface-id [, | -] {brief | normal | detail}

Parameters

,

interface interface-id

brief normal detailed

Specifies the valid physical interface.

(Optional) Specifies a series of interfaces, or separate a range of interfaces from a previous range. No space before and after the comma.

(Optional) Specifies a range of interfaces. No space before and after the hyphen.

Displays the information in brief mode.

Displays the information in normal mode. This is the default display mode.

Displays the information in detailed mode.

Default

None.

Command Mode

User EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

This command displays the LLDP of each physical interface information currently available for populating outbound LLDP advertisements.

293

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to display outbound LLDP advertisements for an interface in detailed mode.

DXS-3600-32S#show lldp local interface tenGigabitEthernet 1 detail

Interface ID : 1

-----------------------------------------------------------------------------

Port ID Subtype : MAC Address

Port ID : 00-01-02-03-05-00

Port Description : D-Link DXS-3600-32S R1.00.024 P

ort 1 on Unit 1

Port PVID : 1

Management Address Count : 1

Subtype : IPv4

Address : 0.0.0.0

IF Type : IfIndex

OID : 1.3.6.1.4.1.171.10.127.1

PPVID Entries Count : 0

(None)

VLAN Name Entries Count : 1

Entry 1 :

VLAN ID : 1

VLAN Name : default

Protocol Identity Entries Count : 0

(None)

MAC/PHY Configuration/Status :

Auto-Negotiation Support : Supported

Auto-Negotiation Enabled : Not Enabled

Auto-Negotiation Advertised Capability : 8000(hex)

Auto-Negotiation Operational MAU Type : 0000(hex)

Link Aggregation :

Aggregation Capability : Aggregated

Aggregation Status : Not Currently in Aggregation

Aggregation Port ID : 0

Maximum Frame Size : 1536

DXS-3600-32S#

Example

This example shows how to display outbound LLDP advertisements for the interface in normal mode.

DXS-3600-32S#show lldp local interface tenGigabitEthernet 1 normal

Interface ID : 1

-----------------------------------------------------------------------------

Port ID Subtype : MAC Address

Port ID : 00-01-02-03-05-00

Port Description : D-Link DXS-3600-32S R1.00.024 P

ort 1 on Unit 1

Port PVID : 1

Management Address Count : 1

PPVID Entries Count : 0

VLAN Name Entries Count : 1

Protocol Identity Entries Count : 0

MAC/PHY Configuration/Status : (See Detail)

Link Aggregation : (See Detail)

Maximum Frame Size : 1536

DXS-3600-32S#

294

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to display outbound LLDP advertisements for an interface in brief mode.

DXS-3600-32S#show lldp local interface tenGigabitEthernet 1 brief

Interface ID : 1

-----------------------------------------------------------------------------

Port ID Subtype : MAC Address

Port ID : 00-01-02-03-05-00

Port Description : D-Link DXS-3600-32S R1.00.024 P

ort 1 on Unit 1

DXS-3600-32S#

31-19 show lldp remote interface

This command is used to display the each physical interface information currently learned from the neighbor.

show lldp remote interface interface-id [, | -] {brief | normal | detail}

Parameters

,

interface interface-id

brief normal detailed

Specifies the valid physical interface.

(Optional) Specifies a series of interfaces, or separate a range of interfaces from a previous range. No space before and after the comma.

(Optional) Specifies a range of interfaces. No space before and after the hyphen.

Displays the information in brief mode.

Displays the information in normal mode. This is the default display mode.

Displays the information in detailed mode.

Default

Command Mode

None.

User EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

This command display the information learned from the neighbor parameters.

295

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to display outbound LLDP advertisements for an interface in detailed mode.

DXS-3600-32S#show lldp remote interface tenGigabitEthernet 1 detail

Remote Entities Count : 1

Interface ID : 1

-----------------------------------------------------------------------------

Port ID Subtype : MAC Address

Port ID : 00-02-03-04-05-06

Port Description : D-Link DXS-3600-32S R1.00.024 P

ort 1 on Unit 1

Port PVID : 1

Management Address Count : 1

Subtype : IPv4

Address : 0.0.0.0

IF Type : IfIndex

OID : 1.3.6.1.4.1.171.10.127.1

PPVID Entries Count : 0

(None)

VLAN Name Entries Count : 1

Entry 1 :

VLAN ID : 1

VLAN Name : default

Protocol Identity Entries Count : 0

(None)

MAC/PHY Configuration/Status :

Auto-Negotiation Support : Supported

Auto-Negotiation Enabled : Not Enabled

Auto-Negotiation Advertised Capability : 8000(hex)

Auto-Negotiation Operational MAU Type : 0000(hex)

Link Aggregation :

Aggregation Capability : Aggregated

Aggregation Status : Not Currently in Aggregation

Aggregation Port ID : 0

Maximum Frame Size : 1536

DXS-3600-32S#

Example

This example shows how to display outbound LLDP advertisements for an interface in normal mode.

DXS-3600-32S#show lldp remote interface tenGigabitEthernet 1 normal

Remote Entities Count : 1

Interface ID : 1

-----------------------------------------------------------------------------

Port ID Subtype : MAC Address

Port ID : 00-02-03-04-05-06

Port Description : D-Link DXS-3600-32S R1.00.024 P

ort 1 on Unit 1

Port PVID : 1

Management Address Count : 1

PPVID Entries Count : 0

VLAN Name Entries Count : 1

Protocol Identity Entries Count : 0

MAC/PHY Configuration/Status : (See Detail)

Link Aggregation : (See Detail)

Maximum Frame Size : 1536

DXS-3600-32S#

296

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to display outbound LLDP advertisements for an interface in brief mode.

DXS-3600-32S#show lldp remote interface tenGigabitEthernet 1 brief

Remote Entities Count : 1

Interface ID : 1

-----------------------------------------------------------------------------

Port ID Subtype : MAC Address

Port ID : 00-02-03-04-05-06

Port Description : D-Link DXS-3600-32S R1.00.024 P

ort 1 on Unit 1

DXS-3600-32S#

31-20 show lldp statistic

This command is used to display the system global LLDP statistics information.

show lldp statistic

Parameters

Default

None.

None.

Command Mode

User EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

The global LLDP statistics displays an overview of neighbor detection activity on the switch.

Example

This example shows how to display global statistics information.

DXS-3600-32S#show lldp statistic

Last Change Time : 6094

Number of Table Insert : 1

Number of Table Delete : 0

Number of Table Drop : 0

Number of Table Ageout : 0

DXS-3600-32S#

31-21 show lldp statistic interface

This command is used to display each physical interface LLDP statistics information.

show lldp statistic interface interface-id [, | -]

Parameters

,

interface interface-id

-

Specifies the valid physical interface.

(Optional) Specifies a series of interfaces, or separate a range of interfaces from a previous range. No space before and after the comma.

(Optional) Specifies a range of interfaces. No space before and after the hyphen.

Default

Command Mode

None.

User EXEC Mode.

297

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Command Default Level

Level: 3

Usage Guideline

The each physical interface LLDP statistics command displays each physical interface LLDP statistics

Example

This example shows how to display statistics information of an interface.

DXS-3600-32S#show lldp statistic interface tenGigabitEthernet 1

Interface ID : 1

---------------------------------------------

LLDPStatsTXPortFramesTotal : 27

LLDPStatsRXPortFramesDiscardedTotal : 0

LLDPStatsRXPortFramesErrors : 0

LLDPStatsRXPortFramesTotal : 27

LLDPStatsRXPortTLVsDiscardedTotal : 0

LLDPStatsRXPortTLVsUnrecognizedTotal : 0

LLDPStatsRXPortAgeoutsTotal : 0

DXS-3600-32S#

298

advertisement

Was this manual useful for you? Yes No
Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Related manuals

advertisement

Table of contents