Cheat sheet: RoS This is just a collection of basic RiverStone RoS commands for configuring RiverStone routerswitches (e.g. rs1000, rs2000, rs3000, rs8000 (cabletron ssr8)). If you are configuring this equipment for production use then I hope that you are 100% sure in what you are doing - if not: hire me. Configure router Just logged in to User Exec Mode, to gain Priviliged Mode enable To access Global Configuration Mode configure Set hostname system set name YoorRouter Configure NTP ntp set server a.b.c.d source e.f.g.h Set up ports port set et.1.1 hash-mode m-auto port set et.1.2-10 hash-mode m-auto< port description et.1.1 uplink port description et.1.2-10 client Set up loopback interface add ip lo0 address-netmask a.b.c.d/32 Create an interface interface create ip GW address-netmask a.b.c.d/30 port et.1.1 mtu 1500 Adding nameservers system set dns server "a.b.c.d e.f.g.h" Access Control Lists NOTE: If you do not apply an access control list for telnet it will be open for all. acl ACC_telnet permit ip a.b.c.d/32 acl ACC_telnet apply service telnet Enable SSH acl ACC_ssh permit ip a.b.c.d/32 acl ACC_ssh apply service ssh Enable snmp acl ACC_snmp permit ip a.b.c.d/32 acl ACC_snmp apply service snmp snmp set community RiVeRStOnE privilige read snmp set source-ip a.b.c.d IP helper ip helper-address interface CLIENTS a.b.c.d Do the routing that is possible in hardware, will not work with acl's applyed to ports hrt enable slot all Configure OSPF ip router global set router-id a.b.c.d ip l3-hash module all variant 8 ip-router policy redistribute from-proto direct to-proto ospf ospf create area backbone ospf add interface GW to-area backbone ospf add stub-host a.b.c.d to-area backbone cost 1 ospf set ref-bwdth 5000 ospf start Show configuration show running-config show active show startup Negate command NOTE: X is configuration command number from show active negate X Commit changes save active Save to startup save startup You can also look at the RiverStone RS3000 Getting Started Guide, gsg3000.pdf