1 May 2004 05:32
[quagga-users 1857] IPv6 igp cost metric
hello,
is this just me, or does anyone else see similar issue? here we go...
basically, in IPv4, the cost to reach a specific route in OSPF will show the
following when you type 'show ip route ospf' in zebra:
Route_to_destination [110/METRIC] via NEXTHOP, NEXTIF, UPTIME
Now let's take a look at the [110/METRIC] part. the 110 is default admin dist
for OSPF, and METRIC would be replaced by the ospf cost to reach that route.
for example:
O>* 65.126.230.186/32 [110/15] via 65.126.230.161, gre0, 3d19h41m
where '15' is the ospf cost to reach that route.
Now, if I do show ip bgp command in bgpd for a prefix adviertised thru
65.126.230.186, i would see this:
65.126.230.186 (metric 15) from 65.126.230.141 (65.126.230.141)
^^^^^^
This should be the IGP metric.
okay, anyway, enough of the background info.
Here is my problem. While we see the IGP metric in zebra and bgpd for OSPF under
IPv4, IPv6 seems to be a whole different animal..
show ipv6 route ospf6 shows:
O>* 3ffe:401d:ff:1641::1/128 [110/0] via fe80::210:dcff:feca:3dfd, gif0, 05:19:14
O>* 3ffe:401d:ff:1641::2/128 [110/0] via fe80::210:dcff:feca:3dfd, gif0, 06:56:31
(Continue reading)
RSS Feed