You are on page 1of 17

Nombre: Jhon Zambrano

CONFIGURANDO RUTAS ESTATICAS PARA IPV6

Subir por este medio, la contestacin de las preguntas, los integrantes del
grupo, el show ip route y el show running de los equipos

Show running
Lab 1 Rutas estticas para IPv6

QUI#show running-config
Building configuration...

Current configuration : 901 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname QUI
!
!
!
!
!

!
!
!
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524PK47
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst

!
!
!
!
!
!
interface Loopback0
no ip address
ipv6 address FEC0::3:1/112
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/1/0
no ip address

clock rate 64000


shutdown
!
interface Serial0/1/1
bandwidth 64
no ip address
ipv6 address F2C0::12:2/112
ipv6 address FEC0::12:2/112
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
ipv6 route ::/0 Serial0/1/1
!
!
!
!
!
!

line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
End

QUI#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

QUI#

gye#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

gye#

CUE#show running-config
Building configuration...

Current configuration : 920 bytes

!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname CUE
!
!
!
!
!
!
!
!
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524MA3W

!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0
no ip address
ipv6 address F2C0::3:1/112
ipv6 address FEC0::3:1/112
!
interface GigabitEthernet0/0

no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/1/0
bandwidth 64
no ip address
ipv6 address FEC0::13:3/112
clock rate 64000
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address

shutdown
!
ip classless
!
ip flow-export version 9
!
ipv6 route ::/0 Serial0/1/0
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

CUE#
CUE#
CUE#
CUE#
CUE#
CUE#

CUE#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

CUE#

gye#show running-config
Building configuration...

Current configuration : 1016 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec

no service password-encryption
!
hostname gye
!
!
!
!
!
!
!
!
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524Z6HA
!
!
!
!

!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0
no ip address
ipv6 address FEC0::1:1/112
!
interface Loopback1
no ip address
ipv6 address FEC0::4:1/112
!
interface GigabitEthernet0/0
no ip address

duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/1/0
bandwidth 64
no ip address
ipv6 address FEC0::12:1/112
clock rate 64000
!
interface Serial0/1/1
bandwidth 64
no ip address
ipv6 address FEC0::13:1/112
!
interface Vlan1
no ip address
shutdown

!
ip classless
!
ip flow-export version 9
!
ipv6 route FEC0::2:0/112 Serial0/1/0
ipv6 route FEC0::3:0/112 Serial0/1/1
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

gye#
gye#

You might also like