The Sunnyvale office has ussusw01 = 10.222.211.2 ussusw02 = 10.222.211.3 To login, telnet there and use micropat/temp0rary Some useful Cisco commands, enable exit show interfaces show arp show configuration show ip show vlan ------------------------------------------------------------------------- These two switches are "ganged" together (I don't know the correct word - "bridged" perhaps?) so that both are at 10.222.211.1, which is Delphion's default route. ========================================================================= Cisco switches have two configurations. - The startup-config is stored in NVRAM and is what's used when the switch powers up. - The running config is what the switch is running with now. What happens is, the switch moves the startup-config into RAM and runs it from there. Any changes you make, are done to the running-config (and similarly, this is what's shown by default when you do a show config command). A "write mem" cmd writes the running-config into the startup-config. ========================================================================= To change the routing to Patolis, in our new Cisco router (sjcp), through our old Cisco router, telnet 10.224.88.1 (password = cisco1 ) enable (password = adapter) conf t To start entering in Configuration Commands To remove the route, no ip route 210.145.31.108 255.255.255.252 10.2.0.1 To put the route back in, ip route 210.145.31.108 255.255.255.252 10.2.0.1 ctrl-Z To stop entering Configuration Commands write m To write your changes back into the non-volatile memory ========================================================================= These are some very muddled notes from when I talked to Mike Crom on how to configure different Cisco ports. write term To look at configuration interface FastEthernet 1-n (e.g. n=47) duplux half speed 100 (if missing, then "Automatic") - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - showinterface The second line has 100000 Kbit (=100mBps) The fifth line has Auto-Duplex, Auto Speed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - show bridge shows bridge group, MAC Address, and Port name - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - To change a port, config term interface fastethernet44 ? To see what you can change, e.g. no shutdown no duplex i.e. Automatic duplex half duplex full no speed speed 10 speed 100 ctrl-z To quit write m - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Backups are done to another machine, write net @ remote host To tftp TO a machine, e.g. Your Thinkpad at 10.224.88.151 config net To restore, or overwrite-network ========================================================================= To fix this error message when you launch the Aironet Client Utility (ACU), (I did this on 11-23-2005 on a freshly-installed Windows 2000 laptop) You must upgrade your NDIS driver to use all of the capabilities of this version of ACU! * Right-click "My Network Places", * Select "Properties", * Right-click the wireless card, * Select "Properties", * Click the "Configure" button underneath the top, hardware box (not the TCP/IP Properties that you normally click on at this window, * Click the "Driver" tab * Click the "Update Driver..." box, * Click "Next", * Click "Next", * On the "Locate Driver Files" window, click "Specify a location", * Click the "Browse..." button, * Find netx500.inf (I suspect any .inf file will do)