Table of Contents

Various

These items will probably get their own pages at one point.

WAN - Serial


Uses V.35 connector!

Switching


Range / Port Sec


Good things to know:

Switchport Modes


Default switchport mode appears to be dynamic auto.

Speed / Duplex


Speed and Duplex are auto-negotiated by default. These commands also work on routers. Manually configure them with:

Switch(config-if)#speed ?
  10    Force 10 Mbps operation
  100   Force 100 Mbps operation
  auto  Enable AUTO speed configuration
  
Switch(config-if)#duplex ?
  auto  Enable AUTO duplex configuration
  full  Force full duplex operation
  half  Force half-duplex operation

Re-enable auto-negotiation by removing the configured speed/duplex:

Switch(config-if)#no duplex
Switch(config-if)#no speed

Useful Commands


I'll update these as I come across them.

SW1# show interfaces description
SW1# show interfaces switchport
SW1# show interfaces status
SW1# show port-security interface fa0/1

R1# sh ip route connected OR ospf OR eigrp

OSI Model


Open Systems Interconnection model, 7 layers.