Sunday, June 10, 2012

How To Add A Static IP Address To A Brocade 650/7131 Acess-Point Via CLI (Command Line): Step-By-Step

Here are the commands in the CLI to put a static IP address on an AP.
en
config t
self
int vlan 1
ip address 192.168.1.1/24
exit
ip default-gateway 192.168.50.1
commit