=====HP Switch=====
====Display (Show) Current Configuration====
display current-configuration
====Display Interface Status and other Data====
display interface ge1/0
====Display Abbreviated Interface Status====
display interface ge1/0 brief
====Display All Interface Descriptions====
display interface brief descriptions
====Display an Interface Configuration====
display current-configuration interface ge1/0
====Enter System View (Configuration Mode)====
system-view
====Configure VLAN====
vlan 999
name blackhole
====Configure an Interface with VLAN 999====
description "unused port"
port link-mode bridge
port link-type access
port access vlan 999
====Save Configuration====
save