Aruba & ProVision-based
1752810 Members
5917 Online
108789 Solutions
New Discussion

Re: HP 2530 - Interface Name not Listed Using CLI

 
ttricktt
Occasional Contributor

HP 2530 - Interface Name not Listed Using CLI

Hello,

 

Setup

Switch HP 2530-24G-PoEP

Version YA.15.12.0007, ROM YA.15.12

 

 This is a new setup, I created a name for one of the ports on the switch. I cleared  the port name realizing I named it wrong. The command I used was "no interface 25 name" figuring that would clear the name. But now if I run show running config the port is not listed. Below is a snippit. As you can see port 25 is not listed.

 

interface 24
name "To S2-P48"
no power-over-ethernet
exit
interface 26
name "To S7 Lower Level"
exit

 

Any thoughts?

-Rick

 

 

4 REPLIES 4
Richard Brodie_1
Honored Contributor

Re: HP 2530 - Interface Name not Listed Using CLI

It's not obvious to me that you have an actual problem. 'show running config' shows only things that aren't the default values. Should there be a non-default value for the interface that isn't shown? If not, it looks like expected behaviour to me.

ttricktt
Occasional Contributor

Re: HP 2530 - Interface Name not Listed Using CLI

With that said, that port 25 could be in a default mode I ran "interface 25 enable" just incase the port was disabled. Then I ran "interface 25 power-over-ethernet" and I get an error, Error setting value power-over-ethernet for port 25. I also tried "no interface 25 power-over-ethernet" with the same results.

 

-Rick

Vince-Whirlwind
Honored Contributor

Re: HP 2530 - Interface Name not Listed Using CLI

Do you expect Port25 on your 24-port switch to be able to deliver PoE?

If so, you will be disappointed...

TerjeAFK
Respected Contributor

Re: HP 2530 - Interface Name not Listed Using CLI

Port 25-28 are SFP ports and will not deliver PoE. Try instead setting some other config on the interface like:

 

interface 25
rate-limit bcast in percent 20
exit

 

And then see if it shows up in running-config.