From LedHed's Wiki
Jump to: navigation, search
(Created page with "== Commands == === Show Running Configuration === show Run sh run === Enter the configuration terminal === config term conf t === Configure VLAN 10 === vlan 10 ===...")
 
Line 22: Line 22:
 
=== Get MAC Address on port 7 ===
 
=== Get MAC Address on port 7 ===
 
  show mac-address 7
 
  show mac-address 7
 +
 +
 +
=== Save Running Configuration to Startup Config ===
 +
write mem
  
  

Revision as of 00:41, 25 February 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


Save Running Configuration to Startup Config

write mem



Reference

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