Sie sind auf Seite 1von 1

enable

config t
hostname R2
enable password cisco
enable secret class
service password-encryption
username zimmer privilege 15 password 0 cisco
banner motd c
***********************************************
RESTRICTED AREA R2, ATHORIZED USERS ONLY.
***********************************************
c
ip domain-lookup
ip domain-name cisco.com
ip name-server 192.168.1.2
crypto key generate rsa
1024
line con 0
password cisco
login local
exec-timeout 0 0
logging synchronous
line vty 0 15
password cisco
login local
exec-timeout 0 0
logging synchronous
transport input all
exit
interface f0/0
ip address 192.168.2.254 255.255.255.0
description CONNECTION TO LAN
no shutdown
interface s0/0/1
ip address 10.1.1.6 255.255.255.252
description CONNECTION TO R1
no shutdown
exit
exit
copy run start

Das könnte Ihnen auch gefallen