0% found this document useful (0 votes)
21 views5 pages

Practica EIGRP - 6502

This document contains the output of the "show run" command on router RTA, which displays the running configuration of the router. The configuration shows the IP and IPv6 addresses that are configured on each interface of the router, as well as the EIGRP routing protocols that are enabled to route both IPv4 and IPv6 traffic. EIGRP process 100 is used for IPv4 routing and EIGRP process 2000 is used for IPv6 routing. The router is also configured to establish adjacencies over several serial and FastEthernet interfaces to route traffic between the connected networks.

Uploaded by

Santiago Guerra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views5 pages

Practica EIGRP - 6502

This document contains the output of the "show run" command on router RTA, which displays the running configuration of the router. The configuration shows the IP and IPv6 addresses that are configured on each interface of the router, as well as the EIGRP routing protocols that are enabled to route both IPv4 and IPv6 traffic. EIGRP process 100 is used for IPv4 routing and EIGRP process 2000 is used for IPv6 routing. The router is also configured to establish adjacencies over several serial and FastEthernet interfaces to route traffic between the connected networks.

Uploaded by

Santiago Guerra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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