Skip to content

Instantly share code, notes, and snippets.

@rothwerx
Created May 30, 2013 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rothwerx/5681392 to your computer and use it in GitHub Desktop.
Save rothwerx/5681392 to your computer and use it in GitHub Desktop.
Brocade: Disabling stack to set IP on FLS 648-STK switch
config t
stack disable
ip route 0.0.0.0 0.0.0.0 10.50.42.1
vlan 42
router-interface ve 42
int ve 42
ip address 10.50.42.xxx 255.255.255.0
end
wr mem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment