Вы находитесь на странице: 1из 2

configure terminal

interface g0/0
ip address 192.168.1.126 255.255.255.224
description IT Department LAN
no shutdown
exit
interface g0/1
ip address 192.168.1.158 255.255.255.240
description Administration LAN
no shutdown
exit
ipv6 unicast-routing
interface g0/0
ipv6 address 2001:db8:acad:A::1/64
ipv6 address FE80::1 link-local
no shutdown
exit
interface g0/1
ipv6 address 2001:db8:acad:B::1/64
ipv6 address FE80::1 link-local
no shutdown
exit
Enable secret class12345
line console 0
password ccna5.net2014
login
exit
line vty 0 15
password ccna5.net2014
login
exit
line aux 0
password ccna5.net2014
login
exit
Banner motd # Authorized Access Only #
security password min-length 10
service password-encryption
ip domain-name ccna5.net
username netadmin secret Cisco_CCNA5
crypto key generate rsa
The name for the keys will be: Middle.cisco.local
Choose the size of the key modulus in the range of 360 to 2048 for your

General Purpose Keys. Choosing a key modulus greater than 512 may take
a few minutes.
How many bits in the modulus [512]: 1024
% Generating 1024 bit RSA keys, keys will be non-exportable[OK]
line vty 0 15
login local
transport input ssh
exit

int v1
line vty 0 4
password class
login
exit

Вам также может понравиться