I was called by a customer who wanted to get into the WebGUI of an Brocade FCX. Well, I have to admit, I didnt know right off. Everyone who knows me knows that when it comes to Brocade and Cisco, I'm a CLI guy. Call me old school I guess, but it works for me. Anyway, I had to do a little digging and here is how I got the customer HTTPS access (not HTTP):
telnet@FCX#config t
telnet@FCX(config)#crypto-ssl certificate generate
telnet@FCX(config)#username shane pass shane
telnet@FCX(config)#aaa authentication web-server default local
telnet@FCX(config)#exit
telnet@FCX#wr mem
Write startup-config done.
After that, he was able to use HTTPS://ip_address to get into the WebGUI and manage the Brocade FCX switch.
This is the retired Shane Killen personal blog, an IT technical blog about configs and topics related to the Network and Security Engineer working with Cisco, Brocade, Check Point, and Palo Alto and Sonicwall. I hope this blog serves you well. -- May The Lord bless you and keep you. May He shine His face upon you, and bring you peace.
Subscribe to:
Post Comments (Atom)
Something important to note for your customers; the web GUI is not yet supported in 8.x code releases. It is slated to be in the future.
ReplyDelete