cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3958
Views
0
Helpful
6
Replies

How to ping in ipv6(SLAAC)?

 

SLAAC.PNG

 

My main objective is to ping from PCA to PCB , I can ping to both routers R1,R2 from both PCs but cant ping PCA to PCB vice versa. I am using link local address as a ping ip address which i am getting request timed out do you guys have any idea what i am doing wrong?

 

6 Replies 6

Martin L
VIP
VIP

you can attach your PT file here but it must be in a zip format;

However, FE80:: range link local addresses are not routeable; they stay locally on routers; meaning routers do not forward those onto other side/interface/link. Mostly link local address is used as a default gateway and for some IPv6 overhead protocols and features like NDP.

 

Regards, ML
**Please Rate All Helpful Responses **

Hi@Martin L,

As you suggested i have uploaded PT file and let me know which address i should use for pinging I simply need help in pinging from PCA to PCB only.

Thank you

i do not see attached PT file anywhere here.

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

What @Martin L says is correct. However if you are using SLAAC and it is correctly configured then you should be receiving a routable IPv6 prefix from which to build an IPv6 interface address. Providing both routers are advertising these SLAAC prefixes between themselves, the hosts will be able to route between each other.

 

cheers,

Seb.

pmckenzie
Level 3
Level 3

As well as What Martin said you also need to remember just like IPv4

pc A needs to know where the address of PC b is.

 

you could use static routes in R1 to point to IPv6 network off R2

and a return static route on R2 pointing to IPv6 network off R1.

eg

on router A

ipv6 route X:X:X:X::X/64 s0/0/1       // X:X:X:X pcb LAN

 

on Router B

ipv6 route X:X:X:X::X/64 s0/0/0       //X:X:X:X pca LAN

There are worlds out there where the sky is burning, where the sea's asleep and the rivers dream, people made of smoke and cities made of song. Somewhere there's danger, somewhere there's injustice and somewhere else the tea is getting cold" Dr Who

Set up a basic OSPFv3 on each router to do the routing for you.

 

https://www.cisco.com/c/en/us/support/docs/ip/ip-version-6-ipv6/112100-ospfv3-config-guide.html

 

Review Cisco Networking for a $25 gift card