Overview of The Cisco IOSv3
Overview of The Cisco IOSv3
Overview of The Cisco IOSv3
This document provides a quick introduction to Cisco and Juniper devices and provides major points of
differentiation amongst the software. It is designed for the entry level student but may also be used as
an introduction to switching between OSes.
To add command lines simply type these. To remove configuration lines prefix the configuration line
with no.
To view the running configuration use,
(#)show running-config
in priv exec mode. Show may be used to display many other operationally significant diagnostics
which you will pick up with use.
Figure 2 and table 1 below provides orientation around IOS and JUNOS summary.
Configuration files
In Cisco any configuration that is stated in the command line takes effect immediately (or immediately
generates an error), however changes will revert to that previous upon a device reboot unless you
perform write mem in privilege exec.
Basic setup
Basic configuration of the Cisco routers we have at the school can be found at,
http://ecs.victoria.ac.nz/Courses/NWEN403_2011T1/StandardCiscoRouter
and others in configure (global configuration) mode. This is a reference summary for configuration
and diagnostics only and does not describe the theory of operation of types.
Node Admin:
Reboot system.
#reload
Clear configuration.
Shutdown/Activate an Interface
Config-if# shutdown
Static Routing:
Add static route to route table
# show ip route
RIP configuration:
RIP
Where the network command allows routing for that network. This should be repeated
for each network you wish to route between (this may be in a summarised form).
Clear the route table (restarting RIP):# clear ip route *
debug:
# (un)debug ip rip
IP debugging:
Illicit response from the stated
node, to determine whether the
node is up.
OSPF:
Single area OSPF on Cisco/Soekris
config-router# cost #
*The area should be used on all routers participating in the OSPF process.
Show: