Ticket 15

Enviado por jordansantander el Jue, 02/11/2017 - 16:01
Ticket 15

Tt 15

Requisito

Verifique conectividad utilizando:

S3G#ping 2001:cafe:1::1 source 2001:acad:100::1

 

Comando para identificar problema: IPV6 mal configurada

S3G#sh ipv6 inter br

Ethernet0/0            [administratively down/down]

    unassigned

GigabitEthernet0/0     [up/up]

    FE80::C805:14FF:FEFC:8

    2001:ACAD::100:1 

GigabitEthernet2/0     [up/up]

    FE80::100

    2000:10:10::100

Solucion:                                

S3G(config)#interface gigabitEthernet 0/0

S3G(config-if)#ipv6 address 2001:ACAD:100::1/64
Verificando:

S3G#ping 2001:cafe:1::1 source 2001:acad:100::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:CAFE:1::1, timeout is 2 seconds:
Packet sent with a source address of 2001:ACAD:100::1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 212/226/240 ms