Sie sind auf Seite 1von 4

ccna#conf

ccna#configure t
ccna#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ccna(config)#line a
ccna(config)#line aux 0
ccna(config-line)#pass
ccna(config-line)#password 2222
ccna(config-line)#login
ccna(config-line)#ex
ccna(config-line)#exit
ccna(config)#line vty 0 4
ccna(config-line)#pass
ccna(config-line)#password 3333
ccna(config-line)#login
ccna(config-line)#
ccna(config-line)#!^Z
ccna#
%SYS-5-CONFIG_I: Configured from console by console

ccna#sh
ccna#show r
ccna#show running-config
Building configuration...

Current configuration : 1901 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname ccna
!
!
!
enable password 1234
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.10.10.2 255.255.255.252
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface FastEthernet1/0
switchport mode access
shutdown
!
interface FastEthernet1/1
switchport mode access
shutdown
!
interface FastEthernet1/2
switchport mode access
shutdown
!
interface FastEthernet1/3
switchport mode access
shutdown
!
interface FastEthernet1/4
switchport mode access
shutdown
!
interface FastEthernet1/5
switchport mode access
shutdown
!
interface FastEthernet1/6
switchport mode access
shutdown
!
interface FastEthernet1/7
switchport mode access
shutdown
!
interface FastEthernet1/8
switchport mode access
shutdown
!
interface FastEthernet1/9
switchport mode access
shutdown
!
interface FastEthernet1/10
switchport mode access
shutdown
!
interface FastEthernet1/11
switchport mode access
shutdown
!
interface FastEthernet1/12
switchport mode access
shutdown
!
interface FastEthernet1/13
switchport mode access
shutdown
!
interface FastEthernet1/14
switchport mode access
shutdown
!
interface FastEthernet1/15
switchport mode access
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
!
line con 0
password 1111
login
!
line aux 0
password 2222
login
!
line vty 0 4
password 3333
login
!
!
!
end

ccna#

Das könnte Ihnen auch gefallen