cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
755
Views
0
Helpful
4
Replies

ipv6 unicast-routing command does not work on macOS

aimunisyazia
Level 1
Level 1

Recently, I was assigned to do IPV6 RIP 1.pka by my lecturer. However, I can't complete my task because pkt tracer won't read my "ipv6 unicast-routing" command and it won't read my other command as well. Please help me. erroripv6.png

4 Replies 4

Attach the zipped .pkt file here and the instruction.

 

Note:  ipv6 unicast-routing will be supported in routers only, not switches.

I have attached my packet tracer. 

Take a look. Looks Ok for me. 

Hello,

 

You might also want to try enabling ipv6 on the Interface first and then try the ipv6 routing.

 

R1(config-if)# ipv6 enable

If that doesn’t work, even though it’s a router and already should be on, make sure basic up routing is on as well before enabling ipv6.

 

R1(config)# ip routing
R1(config)# ipv6 unicast-routing

 

 

-David