You are on page 1of 5

ESCUELA SUPERIOR POLITÉCNICA DE CHIMBORAZO

FACULTAD DE INFORMÁTICA Y ELECTRÓNICA


INGENIERÍA DE SOFTWARE

Autor Pablo Guerra (6502)

TOPOLOGIA

Running del router RTA

Router(config)#DO SH RUN
Building configuration...

Current configuration : 1271 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.1.8.1 255.255.255.0
duplex auto
speed auto
ipv6 address 2000:E:B:2::1/64
ipv6 eigrp 2000
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.2.2 255.255.255.252
ipv6 address 2000:E:B:5::2/64
ipv6 eigrp 2000
!
interface Serial0/0/1
no ip address
clock rate 2000000
!
interface Serial0/1/0
ip address 162.8.2.1 255.255.255.252

1
ipv6 address 2000:E:B:7::1/64
ipv6 eigrp 2000
clock rate 2000000
!
interface Serial0/1/1
ip address 172.16.2.5 255.255.255.252
ipv6 address 2000:E:B:6::5/64
ipv6 eigrp 2000
clock rate 2000000
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 172.16.2.0 0.0.0.3
network 162.8.2.0 0.0.0.3
network 192.1.8.0
network 172.16.2.4 0.0.0.3
no auto-summary
!
ipv6 router eigrp 2000
eigrp router-id 1.0.0.0
no shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

2
Ping desde pc0 IPV4

3
4

You might also like