--- System Configuration Dialog ---
Continue with configuration dialog? [yes/no]: n
Press RETURN to get started!
Router>enable ?
<0-15> Enable level
view Set into the existing view
<cr>
Router>enable
Router#
Router#clock ?
set Set the time and date
Router#clock set ?
hh:mm:ss Current Time
Router#clock set 12:15:45 ?
<1-31> Day of the month
MONTH Month of the year
Router#clock set 12:15:45 12 October ?
<1993-2035> Year
Router#clock set 12:15:45 12 October 2011 ?
<cr>
Router#clock set 12:15:45 12 October 2011
Router#
Router#configure terminal ?
<cr>
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname ?
WORD This system's network name
Router(config)#hostname R1 ?
<cr>
Router(config)#hostname R1
R1(config)#
R1(config)#interface ?
Ethernet IEEE 802.3
FastEthernet FastEthernet IEEE 802.3
GigabitEthernet GigabitEthernet IEEE 802.3z
Loopback Loopback interface
Serial Serial
Tunnel Tunnel interface
Vlan Catalyst Vlans
range interface range command
R1(config)#interface fastethernet ?
<0-9> FastEthernet interface number
R1(config)#interface fastethernet 0/0 ?
<cr>
R1(config)#interface fastethernet 0/0
R1(config-if)#
R1(config-if)#ip ?
access-group Specify access control for packets
address Set the IP address of an interface
hello-interval Configures IP-EIGRP hello interval
helper-address Specify a destination address for UDP broadcasts
inspect Apply inspect name
ips Create IPS rule
mtu Set IP Maximum Transmission Unit
nat NAT interface commands
ospf OSPF interface commands
split-horizon Perform split horizon
summary-address Perform address summarization
virtual-reassembly Virtual Reassembly
R1(config-if)#ip address ?
A.B.C.D IP address
dhcp IP Address negotiated via DHCP
R1(config-if)#ip address 10.1.1.1 ?
A.B.C.D IP subnet mask
R1(config-if)#ip address 10.1.1.1 255.255.255.0 ?
<cr>
R1(config-if)#ip address 10.1.1.1 255.255.255.0
R1(config-if)#
R1(config-if)#no shutdown ?
<cr>
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
R1(config-if)#
R1(config-if)#exit ?
<cr>
R1(config-if)#exit
R1(config)#
R1(config)#line ?
<0-81> First Line number
console Primary terminal line
vty Virtual terminal
R1(config)#line console ?
<0-0> First Line number
R1(config)#line console 0 ?
<cr>
R1(config)#line console 0
R1(config-line)#password ?
7 Specifies a HIDDEN password will follow
LINE The UNENCRYPTED (cleartext) line password
R1(config-line)#password cisco ?
<cr>
R1(config-line)#password cisco
R1(config-line)#
R1(config-line)#login ?
authentication authenticate using aaa method list
local Local password checking
<cr>
R1(config-line)#login
R1(config-line)#
R1(config-line)#exec-timeout ?
<0-35791> Timeout in minutes
R1(config-line)#exec-timeout 0 ?
<0-2147483> Timeout in seconds
<cr>
R1(config-line)#exec-timeout 0 0 ?
<cr>
R1(config-line)#exec-timeout 0 0
R1(config-line)#
R1(config-line)#logging ?
synchronous Synchronized message output
R1(config-line)#logging synchronous ?
<cr>
R1(config-line)#logging synchronous
R1(config-line)#
R1(config-line)#exit ?
<cr>
R1(config-line)#exit
R1(config)#
R1(config)#enable ?
password Assign the privileged level password
secret Assign the privileged level secret
R1(config)#enable password ?
7 Specifies a HIDDEN password will follow
LINE The UNENCRYPTED (cleartext) 'enable' password
level Set exec level password
R1(config)#enable password abc ?
<cr>
R1(config)#enable password abc
R1(config)#
R1(config)#exit ?
<cr>
R1(config)#exit
R1#
%SYS-5-CONFIG_I: Configured from console by console
R1#
R1#copy run startup ?
<cr>
R1#copy run startup
Destination filename [startup-config]?
Building configuration...
[OK]
R1#
R1#show start //_ _ _ _ _ _ _//
R1#
R1#show startup-config ?
<cr>
R1#show startup-config //_ _ _ _ _ _ _//
R1#
R1#configure terminal ?
<cr>
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#enable ?
password Assign the privileged level password
secret Assign the privileged level secret
R1(config)#enable secret ?
0 Specifies an UNENCRYPTED password will follow
5 Specifies an ENCRYPTED secret will follow
LINE The UNENCRYPTED (cleartext) 'enable' secret
level Set exec level password
R1(config)#enable secret xyz ?
<cr>
R1(config)#enable secret xyz
R1(config)#
R1(config)#service ?
nagle Enable Nagle's congestion control algorithm
password-encryption Encrypt system passwords
timestamps Timestamp debug/log messages
R1(config)#service password-encryption ?
<cr>
R1(config)#service password-encryption
R1(config)#
R1(config)#line ?
<0-81> First Line number
console Primary terminal line
vty Virtual terminal
R1(config)#line vty ?
<0-15> First Line number
R1(config)#line vty 0 15 ?
<cr>
R1(config)#line vty 0 15
R1(config-line)#
R1(config-line)#exit ?
<cr>
R1(config-line)#exit
R1(config)#
R1(config)#exit ?
<cr>
R1(config)#exit
R1#
%SYS-5-CONFIG_I: Configured from console by console
R1#
R1#logout ?
<cr>
R1#logout
R1 con0 is now available
Press RETURN to get started.
User Access Verification
Password: //cisco
R1>
R1>enable ?
<0-15> Enable level
view Set into the existing view
<cr>
R1>enable
Password: //xyz
R1#
R1#show run ?
<cr>
R1#show run
Building configuration...
Current configuration : 832 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname R1
!
!
!
enable secret 5 $1$mERr$cKq9Gr5GyPyEKnmQ/jY4f0
enable password 7 08204E4D
!
!
!
!
!
!
!
!
ip name-server 0.0.0.0
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.1.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial1/0
no ip address
shutdown
!
interface Serial1/1
no ip address
shutdown
!
interface Serial1/2
no ip address
shutdown
!
interface Serial1/3
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
password 7 0822455D0A16
logging synchronous
login
line vty 0 4
login
line vty 5 15
login
!
!
!
end
R1#
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.