Skip to content

Instantly share code, notes, and snippets.

@jaydm
Last active August 31, 2018 01:15
Show Gist options
  • Save jaydm/43db4753b96f12cd58a534af345969ec to your computer and use it in GitHub Desktop.
Save jaydm/43db4753b96f12cd58a534af345969ec to your computer and use it in GitHub Desktop.
[Brocade - Simple Config] Securing the Web, Serial, and Telnet Interfaces #Brocade
http://wwwaem.brocade.com/content/html/en/quick-start-guide/brocade-icx-switch-qsg/GUID-3AD21FAD-D8BF-49FF-BBF3-5620F197E322.html
enable
configure terminal
crypto-ssl certificate generate
username brocade password brocade
aaa authentication login default local
aaa authentication web-server default local
enable telnet authentication
enable aaa console
web-management https
password-change any
write memory
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment