General:
9600 baud rate
No parity
8 data bits
1 stop bit
No flow control


Switch IP Configuration

default:
	username: admin
	password: admin

configure terminal
interface vlan 1
ip address x.x.x.x 255.255.255.0
CTRL+Z
configure terminal
ip default-gateway x.x.x.x
CTRL+Z

configure terminal
line console
	no login
	no password
	OR
	password 0 thepass

configure terminal
line vty
password 0 thepass

copy run start
[startup]

configure terminal
enable password 0 thepassword

--------------------------------------------------------------------------------

Setting up a Foundry switch

/dev/ttyS0, 9600 8 N 1 
username=admin
password=admin 

Console#copy running-config startup-config
Startup configuration file name []: startup

Setting up web interface, from the config menu:
	ip http server
	ip port 80

Assigning an IP Address:

	console# configure
	console(config)# interface vlan 1
	console(config-if)#ip address 10.10.1.254 255.255.255.0
	console(config-if)#exit
	ip default gateway 10.10.1.1
	copy running-config startup-config

Viewing MAC address of system connected to the switch:

	(typically you need to know the switchport# connection to server#)
	Console#show mac-address-table interface ethernet 1/2
	 Interface Mac Address       Vlan Type
	 --------- ----------------- ---- -----------------
	  Eth 1/ 2 00-14-5E-32-9A-46    1 Learned

	Console#show mac-address-table
	 Interface Mac Address       Vlan Type
	 --------- ----------------- ---- -----------------
	  Eth 1/ 2 00-14-5E-32-9A-46    1 Learned
	  Eth 1/22 00-14-5E-32-99-56    1 Learned
	  Eth 1/47 00-14-5E-2B-9E-7F    1 Learned