From LedHed's Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 26: Line 26:
  
  
== Show MAC Table ==
+
=== Show MAC Table ===
 
  show mac-address
 
  show mac-address
  
  
== Show Neighboring Devices ==
+
=== Show Neighboring Devices ===
 
  show lldp info remote
 
  show lldp info remote
 
or
 
or
Line 39: Line 39:
 
  write mem
 
  write mem
  
 +
 +
 +
== God Mode ==
 +
edomtset
 +
edomtset
 +
 +
This enables the diagnostic command set
  
  
 
== Reference ==
 
== Reference ==
 
http://blog.petrilopia.net/info/hp-procurve-cli-cheatsheet-2/
 
http://blog.petrilopia.net/info/hp-procurve-cli-cheatsheet-2/
 +
 +
http://evilrouters.net/2010/04/06/hidden-procurve-commands/
  
 
http://community.hpe.com/t5/ProCurve-ProVision-Based/Finding-IP-Addresses-of-Devices-Connected-to-5406zl-Switch-Ports/td-p/5905805
 
http://community.hpe.com/t5/ProCurve-ProVision-Based/Finding-IP-Addresses-of-Devices-Connected-to-5406zl-Switch-Ports/td-p/5905805

Latest revision as of 05:59, 12 May 2016

Commands

Show Running Configuration

show Run
sh run


Enter the configuration terminal

config term
conf t


Configure VLAN 10

vlan 10


Set port 7 UnTagged on VLAN 1

vlan 10
untag 7


Get MAC Address on port 7

show mac-address 7

or

show arp


Show MAC Table

show mac-address


Show Neighboring Devices

show lldp info remote

or

show cdp neighbors


Save Running Configuration to Startup Config

write mem


God Mode

edomtset
edomtset

This enables the diagnostic command set


Reference

http://blog.petrilopia.net/info/hp-procurve-cli-cheatsheet-2/

http://evilrouters.net/2010/04/06/hidden-procurve-commands/

http://community.hpe.com/t5/ProCurve-ProVision-Based/Finding-IP-Addresses-of-Devices-Connected-to-5406zl-Switch-Ports/td-p/5905805