Sie sind auf Seite 1von 2

!

R1
enable
configure terminal
Hostname R1
no ip domain lookup
line console 0
logging synchronous
exit
enable secret class

!--activar accesos remotos--


line vty 0 15
password cisco
login
exit

Interface gigabitethernet 0/0


ip add 172.1.4.1 255.255.255.128
no shutdown
exit

Interface gigabitethernet 0/1


ip add 172.1.4.129 255.255.255.128
no shutdown
exit

Interface gigabitethernet 0/2


ip add 172.1.7.1 255.255.255.0
no shutdown
exit

int serial 0/0/1


ip address 7.7.7.53 255.255.255.252
no shutdown
exit

!*********************************
!RLAN
enable
configure terminal
Hostname RLAN
no ip domain lookup
line console 0
logging synchronous
exit
enable secret class

!--activar accesos remotos--


line vty 0 15
password cisco
login
exit

Interface gigabitethernet 0/2


ip add 172.1.7.1 255.255.255.0
no shutdown
exit
Interface gigabitethernet 0/0
ip add 172.1.5.1 255.255.255.0
no shutdown
exit

Interface gigabitethernet 0/1


ip add 172.1.6.1 255.255.255.0
no shutdown
exit

!*****************************************
!R2
enable
configure terminal
Hostname R2
no ip domain lookup
line console 0
logging synchronous
exit
enable secret class

!--activar accesos remotos--


line vty 0 15
password cisco
login
exit

Interface gigabitethernet 0/0


ip add 10.10.5.1 255.255.255.0
no shutdown
exit

int serial 0/0/1


no ip add
no shutdown
exit

int serial 0/0/0


ip add 7.7.7.54 255.255.255.252
no shutdown
exit

Das könnte Ihnen auch gefallen