cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
fernandor
New Contributor

Port Description?

Jump to solution

Is there a way to label / ID every port to know what is currently connected like we used to on the 1534 and 1550 series models?

Thanks,

0 Kudos
1 Solution

Accepted Solutions

Re: Port Description?

Jump to solution

In the GUI currently there is not a way. A new GUI is set to be released soon which will allow you to have descriptions.  Descriptions for Ports is available in the CLI:

!
interface 10GigabitEthernet 1/2
switchport mode trunk
speed 1000
description downlink to 1550 xgig 0/4
!

View solution in original post

0 Kudos
2 Replies

Re: Port Description?

Jump to solution

In the GUI currently there is not a way. A new GUI is set to be released soon which will allow you to have descriptions.  Descriptions for Ports is available in the CLI:

!
interface 10GigabitEthernet 1/2
switchport mode trunk
speed 1000
description downlink to 1550 xgig 0/4
!

0 Kudos

Re: Port Description?

Jump to solution

Thanks!