From LedHed's Wiki
								| Line 22: | Line 22: | ||
=== Get MAC Address on port 7 ===  | === Get MAC Address on port 7 ===  | ||
  show mac-address 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 ===  | === Save Running Configuration to Startup Config ===  | ||
  write mem  |   write mem  | ||
| − | |||
| Line 32: | Line 43: | ||
== Reference ==  | == Reference ==  | ||
http://blog.petrilopia.net/info/hp-procurve-cli-cheatsheet-2/  | http://blog.petrilopia.net/info/hp-procurve-cli-cheatsheet-2/  | ||
| + | |||
| + | http://community.hpe.com/t5/ProCurve-ProVision-Based/Finding-IP-Addresses-of-Devices-Connected-to-5406zl-Switch-Ports/td-p/5905805  | ||
[[Category:HP_ProCurve]]  | [[Category:HP_ProCurve]]  | ||
Revision as of 20:22, 12 April 2016
Contents
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
Reference
http://blog.petrilopia.net/info/hp-procurve-cli-cheatsheet-2/