HPE Aruba Networking & ProVision-based
1825800 Members
2480 Online
109687 Solutions
New Discussion

Help remove entries on Hp switch 2626 config

 
SOLVED
Go to solution
boziah
Advisor

Help remove entries on Hp switch 2626 config

can some please help me  with command to remove the entries below from my hp switch 2626.

Thanks

interface 1
no lacp
exit
interface 2
name "domain controller"
no lacp
exit
interface 3
no lacp
exit
interface 4
no lacp
exit

1 REPLY 1
Richard Brodie_1
Honored Contributor
Solution

Re: Help remove entries on Hp switch 2626 config

With Procurve configurations it's usually a matter of finding the default for each item and setting it:

 

config

int 2

lacp passive

no name

exit

...