You are on page 1of 2

R1

hostname R1 ! enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0 ! no ip domain-lookup ! interface FastEthernet0/0 no ip address duplex auto speed auto ! interface FastEthernet0/1 ip address 172.16.1.254 255.255.255.255.0 duplex auto speed auto ! interface Serial0/0/0 ip address 10.1.2.1 255.255.255.252 encapsulation frame-relay clock rate 64000 encapsulation frame-relay frame-relay map ip 10.1.2.1 102 broadcast ! interface Serial0/0/1 no ip address shutdown ! interface Vlan1 no ip address shutdown ! router eigrp 1 network 172.16.1.0 network 10.1.2.1 no auto-summary ! ip classless ! banner motd ^C ACCESSO RESTRINGIDO^C ! line con 0 password cisco login line vty 0 4 password cisco login ! end

R2
! hostname R1 ! enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0 ! no ip domain-lookup ! interface FastEthernet0/0 no ip address duplex auto speed auto ! interface FastEthernet0/1 ip address 172.16.2.254 255.255.255.255.0 duplex auto speed auto ! interface Serial0/0/0 no ip address shutdown ! interface Serial0/0/1 ip address 10.1.2.2 255.255.255.252 encapsulation frame-relay clock rate 64000 encapsulation frame-relay frame-relay map ip 10.1.2.2 201 broadcast ! interface Vlan1 no ip address shutdown ! router eigrp 1 network 172.16.2.0 network 10.1.2.0 no auto-summary ! ip classless ! banner motd ^C ACCESSO RESTRINGIDO^C ! line con 0 password cisco login line vty 0 4 password cisco login ! end

You might also like