[j-nsp] ipv6 routing
Ramesh Karki
rameshkarki at gmail.com
Wed Mar 31 04:06:55 EDT 2010
Hi,
here is my config :
sh conf int ge-0/0/0
description " ";
unit 0 {
family inet {
address x.x.193.65/26;
}
family inet6 {
address abcd:3800:1:1::1/64;
}
}
sh conf int lo0
unit 0 {
family inet {
}
address x.x.192.1/32;
}
family inet6 {
address abcd:3800::1/128;
}
}
rib inet6.0 {
static {
route abcd:3800::2/128 next-hop abcd:3800:1:1::2;
route abcd:3800::4/128 next-hop abcd:3800:2:1::2;
here, abcd:3800:1:1::2 is neighbor (P2P) ip of 72xx router and
abcd:3800::2/128 is lo0 ip.
The command > show route table inet6.0 only shows the direct and connected
route.
thank you,
On Wed, Mar 31, 2010 at 1:36 PM, Mark Tinka <mtinka at globaltransit.net>wrote:
> On Wednesday 31 March 2010 03:20:28 pm Ramesh Karki wrote:
>
> > Static route from Cisco to M10i Lo0 ip is okay. but
> > static route from M10i to 720x Lo0 is not showing on
> > routing table and it is not working. There is no problem
> > between p2p connection.
>
> Can we take a quick peek at your static routing
> configuration?
>
> Cheers,
>
> Mark.
>
More information about the juniper-nsp
mailing list