Skip to content

Instantly share code, notes, and snippets.

@mnathani
Last active February 7, 2016 07:24
Show Gist options
  • Save mnathani/5090082ed9d2b736bf63 to your computer and use it in GitHub Desktop.
Save mnathani/5090082ed9d2b736bf63 to your computer and use it in GitHub Desktop.
Router#ping 2001:470:1D:E0::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:470:1D:E0::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
Router#ping google.com
Translating "google.com"...domain server (8.8.8.8) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2607:F8B0:400B:806::1003, timeout is 2 seconds:
NNNNN
Success rate is 0 percent (0/5)
Router#tr google.com
Type escape sequence to abort.
Tracing the route to google.com (2607:F8B0:400B:806::1003)
1 * * *
2 FE80::4E5E:CFF:FE40:4F02 !N !N !N
Router#sh ipv6 route
IPv6 Routing Table - 4 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
S ::/0 [1/0]
via 2001:470:1D:E0::1
C 2001:470:1D:E0::/64 [0/0]
via ::, FastEthernet0/0
L FE80::/10 [0/0]
via ::, Null0
L FF00::/8 [0/0]
via ::, Null0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment