HPE Aruba Networking & ProVision-based
1821055 Members
2329 Online
109631 Solutions
New Discussion

HP 2620-24 (J9623-60001)

 
SOLVED
Go to solution
userNick
Visitor

HP 2620-24 (J9623-60001)

i have connected HP 2620-24 (J9623-60001) switch on my laptop via ethernet, i want to figure out ip address and mac adress of HP 2620-24 (J9623-60001). how can i find ip/mac addresses with cmd or telnet?

5 REPLIES 5
EricAtHP
Esteemed Contributor

Re: HP 2620-24 (J9623-60001)

If the switch is at factory defaults, it will try to get a DHCP address. You could look at the MAC address on the sticker on the switch and compare to the DHCP Leases on your DHCP server. Otherwise, use a serial console cable to connect to the switch and issue the "show ip" command.

userNick
Visitor

Re: HP 2620-24 (J9623-60001)

there written mac addr (shown on pic below), but i could not figure out ip addr. i was trying via ethernet connection and console too

EricAtHP
Esteemed Contributor

Re: HP 2620-24 (J9623-60001)

Use the Install and Getting Started Guide to help you get console access to the switch: http://h20565.www2.hp.com/hpsc/doc/public/display?sp4ts.oid=5171622&docId=emr_na-c03014935&docLocale=en_US  on page 2-25.

 

Once you have serial console access, use the "show ip" command to view the received DHCP address.

userNick
Visitor

Re: HP 2620-24 (J9623-60001)

i connected via serial console, i typed "show ip", but result is below :(

EricAtHP
Esteemed Contributor
Solution

Re: HP 2620-24 (J9623-60001)

There must not be a DHCP server on your network. 

 

To configure a static IP address, do this:

 

HP-2620-24# conf

HP-2620-24(config)# vlan 1

HP-2620-24(config)# ip address 192.168.1.10 255.255.255.0

HP-2620-24(config)# end

HP-2620-24# write mem

 

Then you can telnet to the switch at 192.168.1.10. Obviously you need to choose an address valid on your network.