Cisco Steps
Cisco Steps
Cisco Steps
host
hostname cisco
line console 0
passowrd 1234
banner entry
cisco# conf t
cisco confg()# bann
banner
ip default-gateway IP-Address
###########################################################################
Switch configureations
Class-B#copy
Class-B#copy ?
flash: Copy from flash: file system
ftp: Copy from ftp: file system
running-config Copy from current system configuration
startup-config Copy from startup configuration
tftp: Copy from tftp: file system
Class-B#copy runni
Class-B#copy running-config start
Class-B#copy running-config startup-config
Destination filename [startup-config]? new
%Error copying nvram:new (Invalid argument)
Class-B#copy star
Class-B#copy startup-config runn
Class-B#copy startup-config running-config
%% Non-volatile configuration memory invalid or not present
Class-B#copy runn
Class-B#copy running-config star
Class-B#copy running-config startup-config
Destination filename [startup-config]? wr
%Error copying nvram:wr (Invalid argument)
Class-B#copy running-config startup-config
Destination filename [startup-config]? Class-B
%Error copying nvram:Class-B (Invalid argument)
Class-B#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Class-B#con
Class-B#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Class-B(config)#line vty ?
<0-15> First Line number
Class-B(config)#line vty 0
Class-B(config-line)#password cisco
Class-B(config-line)#login
Class-B(config-line)#
Class-B(config-line)#
Password:
Class-B>en
Password:
Class-B#conf
Class-B#configure t
Class-B#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Class-B(config)#ip default
Class-B(config)#ip default-gateway 10.10.11.1
Class-B(config)#enable secret cisco
Class-B(config)#
Class-B(config)#
Class-B(config)#
Class-B(config)#end
Class-B#
%SYS-5-CONFIG_I: Configured from console by console
Class-B#
Class-B#
Class-B#
Class-B#sh run
Building configuration...
Class-B# wr
Building configuration...
[OK]
Class-B#
Class-B#conf
Class-B#configure t
Enter configuration commands, one per line. End with CNTL/Z.
Class-B(config)#enable secret class
Class-B(config)#
Class-B#
%SYS-5-CONFIG_I: Configured from console by console
Class-B#
###################################################################################
#####
router configurations
IOS Image Load Test
___________________
Digitally Signed Release Software
program load complete, entry point: 0x81000000, size: 0x2bb1c58
Self decompressing the image :
######################### [OK]
Smart Init is enabled
smart init is sizing iomem
TYPE MEMORY_REQ
HWIC Slot 0 0x00200000
HWIC Slot 1 0x00200000 Onboard devices &
buffer pools 0x01E8F000
-----------------------------------------------
TOTAL: 0x02E8F000
Rounded IOMEM up to: 48Mb.
Using 6 percent iomem. [48Mb/512Mb]
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
Router>en
Router#conf
Router#configure t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hos
Router(config)#hostname RTA
RTA(config)#line console 0
RTA(config-line)#password cisco
RTA(config-line)#login
RTA(config-line)#exit
RTA(config)#inter
RTA(config)#interface gi
RTA(config)#interface gigabitEthernet 0/0
RTA(config-if)#ip add
RTA(config-if)#ip address 128.107.20.1 255.255.255.0
RTA(config-if)#no shut
RTA(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
RTA(config-if)#exit
RTA(config)#enable secret class
RTA(config)#inter
RTA(config)#interface GIG
RTA(config)#interface GIGabitEthernet 0/1
RTA(config-if)#IP
RTA(config-if)#IP AD
RTA(config-if)#IP ADdress 128.107.30.1 255.255.255.0
RTA(config-if)#no shut
RTA(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
RTA(config-if)#exit
RTA(config)#int
RTA(config)#interface ?
Dot11Radio Dot11 interface
Ethernet IEEE 802.3
FastEthernet FastEthernet IEEE 802.3
GigabitEthernet GigabitEthernet IEEE 802.3z
Loopback Loopback interface
Port-channel Ethernet Channel of interfaces
Serial Serial
Tunnel Tunnel interface
Virtual-Template Virtual Template interface
Vlan Catalyst Vlans
range interface range command
RTA(config)#interface vl
RTA(config)#interface vlan 1
RTA(config-if)#?
Interface configuration commands:
arp Set arp type (arpa, probe, snap) or timeout
bandwidth Set bandwidth informational parameter
delay Specify interface throughput delay
description Interface specific description
exit Exit from interface configuration mode
ip Interface Internet Protocol config commands
ipv6 IPv6 interface subcommands
no Negate a command or set its defaults
shutdown Shutdown the selected interface
standby HSRP interface configuration commands
RTA(config-if)#ip ad
RTA(config-if)#exit
RTA(config)#
Password:
RTA>en
Password:
RTA#conf
RTA#copy runn
RTA#copy running-config s
RTA#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
RTA#confi
RTA#configure t
Enter configuration commands, one per line. End with CNTL/Z.
RTA(config)#line vty 0 1
RTA(config-line)#pass
RTA(config-line)#password cisco
RTA(config-line)#exit
###################################################################################
#
Class-B#copy
Class-B#copy ?
flash: Copy from flash: file system
ftp: Copy from ftp: file system
running-config Copy from current system configuration
startup-config Copy from startup configuration
tftp: Copy from tftp: file system
Class-B#copy runni
Class-B#copy running-config start
Class-B#copy running-config startup-config
Destination filename [startup-config]? new
%Error copying nvram:new (Invalid argument)
Class-B#copy star
Class-B#copy startup-config runn
Class-B#copy startup-config running-config
%% Non-volatile configuration memory invalid or not present
Class-B#copy runn
Class-B#copy running-config star
Class-B#copy running-config startup-config
Destination filename [startup-config]? wr
%Error copying nvram:wr (Invalid argument)
Class-B#copy running-config startup-config
Destination filename [startup-config]? Class-B
%Error copying nvram:Class-B (Invalid argument)
Class-B#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Class-B#con
Class-B#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Class-B(config)#line vty ?
<0-15> First Line number
Class-B(config)#line vty 0
Class-B(config-line)#password cisco
Class-B(config-line)#login
Class-B(config-line)#
Class-B(config-line)#
Password:
Class-B>en
Password:
Class-B#conf
Class-B#configure t
Class-B#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Class-B(config)#ip default
Class-B(config)#ip default-gateway 10.10.11.1
Class-B(config)#enable secret cisco
Class-B(config)#
Class-B(config)#
Class-B(config)#
Class-B(config)#end
Class-B#
%SYS-5-CONFIG_I: Configured from console by console
Class-B#sh run
Building configuration...
Class-B# wr
Building configuration...
[OK]
Class-B#
Class-B#conf
Class-B#configure t
Enter configuration commands, one per line. End with CNTL/Z.
Class-B(config)#enable secret class
Class-B(config)#
Class-B#
%SYS-5-CONFIG_I: Configured from console by console
Class-B#
router side::::::::::::::::::::::::::::::::::::::::::::::::
Class-B#copy
Class-B#copy ?
flash: Copy from flash: file system
ftp: Copy from ftp: file system
running-config Copy from current system configuration
startup-config Copy from startup configuration
tftp: Copy from tftp: file system
Class-B#copy runni
Class-B#copy running-config start
Class-B#copy running-config startup-config
Destination filename [startup-config]? new
%Error copying nvram:new (Invalid argument)
Class-B#copy star
Class-B#copy startup-config runn
Class-B#copy startup-config running-config
%% Non-volatile configuration memory invalid or not present
Class-B#copy runn
Class-B#copy running-config star
Class-B#copy running-config startup-config
Destination filename [startup-config]? wr
%Error copying nvram:wr (Invalid argument)
Class-B#copy running-config startup-config
Destination filename [startup-config]? Class-B
%Error copying nvram:Class-B (Invalid argument)
Class-B#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Class-B#con
Class-B#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Class-B(config)#line vty ?
<0-15> First Line number
Class-B(config)#line vty 0
Class-B(config-line)#password cisco
Class-B(config-line)#login
Class-B(config-line)#
Class-B(config-line)#
Password:
Class-B>en
Password:
Class-B#conf
Class-B#configure t
Class-B#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Class-B(config)#ip default
Class-B(config)#ip default-gateway 10.10.11.1
Class-B(config)#enable secret cisco
Class-B(config)#
Class-B(config)#
Class-B(config)#
Class-B(config)#end
Class-B#
%SYS-5-CONFIG_I: Configured from console by console
Class-B#
Class-B#
Class-B#
Class-B#sh run
Building configuration...
Class-B# wr
Building configuration...
[OK]
Class-B#
Class-B#conf
Class-B#configure t
Enter configuration commands, one per line. End with CNTL/Z.
Class-B(config)#enable secret class
Class-B(config)#
Class-B#
%SYS-5-CONFIG_I: Configured from console by console
Class-B#