Page 1 of 1

IPv6 static-routing NULL 0

Posted: 30 Sep 2013 22:59
by nagi0222
Hi everyone,

I have been this board lots lof time but It's first time posting like this.

Please unstand some of strange english sentences, because it's not my native language.

Anyway, the point is I want to ask using ip static-routing on IPv6.


I only have been using alcatel-lucent for about half year.

And I got a question from my customer said "how to set a Null 0 like cisco?".

So, I have found out using command at below works like null 0.(I'm not sure it's right)


-> ip static-route 0.0.0.0/0 gateway 127.0.0.1



But in IPv6, it doesn't work.


> ipv6 static-route ::/0 gateway ::1/128
^
ERROR: Invalid entry: "::1/128"

-> ipv6 static-route ::/0 gateway ::1
ERROR: Use 'ipv6 address' command instead.

-> ipv6 static-route ::/0 gateway 0:0:0:0:0:0:0:1
ERROR: Use 'ipv6 address' command instead.



is this suppose to be doesn't work or did I miss any step to using that command?


Thank you.