Networking 101
Copyright Priscilla Oppenheimer
Lab 5 Managing Routers, Firewalls, and Switches
Scenario
You are a network administrator working for a large company. The users are complaining that the network is slow. Your job is to open a management (console) connection to a switch, router, or PIX firewall and to check the device's configuration and status for problems that might be causing the network to be slow.
Steps
- Connect to one of the network devices (switch, router, or PIX firewall) using a rollover console cable.
- Pick out a rollover cable.
- Connect the cable from the COM1 port on your PC to the device's console port.
- Open a HyperTerminal session on the PC so that you can manage the device.
- Locate the HyperTerminal program. (Start>Programs>Accessories>Communications>HyperTerminal.)
- Start HyperTerminal
- Name your session something like cisco.
- In the Connect To window, use the Connect Using drop-down menu to select COM1 and click OK.
- In the COM1 Properties window, use the drop-down menus to select the following:
- Bits per second = 9600
- Data bits = 8
- Parity = None
- Stop bits = 1
- Flow control = none
- Click OK. Press Enter a few times. You should see some characters from the device that you are managing.
- Verify the status of the device with the following commands.
- Type enable and Enter. Type the enable password, provided by the instructor.
- Check CPU utilization on the device.
- On a router or switch, use the show processes cpu command.
- Only the first line of output is very useful. Type CTRL-C to stop it showing you information about every single process.
- On the PIX firewall, use the show cpu usage command.
- See if there are lots of errors on the interfaces with the show interface command.
- Check memory usage and statistics with the show memory command.
- Check version information and information about the type of platform (CPU, etc.) with the show version command.
- View the configuration of the device with the show running-config command.
- Check and test reachability information on the device.
- On a switch or router you can look at information about your neighbors that the Cisco Discovery Protocol (CDP) gathers with the show cdp neighbors detail command. (This command doesn't work on the PIX firewall. If you are on a PIX, just continue to the next step.)
- Try to ping your neighbors.
- Try a trace route (the command is trace) to reach your neighbors.
- Investigate information that the device uses for forwarding traffic.
- If you are on a switch, use the show mac-address-table command.
- If you are on a router, use the show ip route command.
- If you are on a PIX firewall, use the show route command.
- Change the banner that the device displays when someone accesses it for management purposes. (Unfortunately, you can't do this on the PIX firewalls with the version of software that we have. If you are on a PIX, please look over the shoulder of someone else.)
- To get into configuration mode, type the config terminal command.
- Now type banner motd #.
- Type in a mean sounding message that will scare away a hacker and end it with #.
- Exit out of configuration mode by typing exit.
- Type exit again to end your session and Press Enter to get back into the device. Do you see your new banner?
Reflection
Does your network device seem to be healthy?
For example, is its CPU utilization too high? Are there lots of input and output errors on the interfaces?
___________________________________________________________________________________________________________________
___________________________________________________________________________________________________________________
___________________________________________________________________________________________________________________
Do you think your device's status is a cause for the users complaining that the network is slow? If not, where else could you focus your troubleshooting efforts? What else might be causing the users to complain? ___________________________________________________________________________________________________________________
___________________________________________________________________________________________________________________
___________________________________________________________________________________________________________________
Why might you want to change a device's banner? ___________________________________________________________________________________________________________________
___________________________________________________________________________________________________________________
___________________________________________________________________________________________________________________