Network cheat sheet
Foundry
unlike juniper all operational (like show) commands work in configuration mode
show interfaces brief - shows interfaces with status, speed, and description (port-name) Port Link L2 State Dupl Speed Trunk Tag Priori MAC Name 1/1 Up Forward Full 1G None No level0 0012.f2c5.5600 db63 1/2 Up Forward Full 1G None No level0 0012.f2c5.5600 db64
| include - grep
conf t - configuration mode SSH@csw1-sdtpa(config)#
show run - shows configuration
int ether 12/1 - go into configuration for that interface
port-name - assigns description disable - turns port off enable - turns port on exit - moves you up a level
after configuration - ALWAYS type "write mem" must do write mem OUT of config mode write mem - saves to hard drive the config, incase the box reboots
in conf mode - vlan 2 - moves into vlan 2's configuration mode unt eth X/X - puts X/X into that vlan as untagged