Hi,
How 're about the IPv6 routes? Because in my lab, I saw the IPv6 routes in the table inet6 with "Level 1 external route", and store the ISIS database level 1.
But they did not install to DB level 2. How can I install/leak them to Level 2?
root@R5> show route table inet6.0 2022:c:1::/60
inet6.0: 18 destinations, 22 routes (18 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
2022:c:1:1::/64 *[IS-IS/160] 00:14:01, metric 20
> to fe80::205:86ff:fe71:de05 via ge-0/0/5.0
2022:c:1:2::/64 *[IS-IS/160] 00:14:01, metric 20
> to fe80::205:86ff:fe71:de05 via ge-0/0/5.0
2022:c:1:3::/64 *[IS-IS/160] 00:14:01, metric 20
> to fe80::205:86ff:fe71:de05 via ge-0/0/5.0
2022:c:1:4::/64 *[IS-IS/160] 00:14:01, metric 20
> to fe80::205:86ff:fe71:de05 via ge-0/0/5.0
2022:c:1:5::/64 *[IS-IS/160] 00:14:01, metric 20
> to fe80::205:86ff:fe71:de05 via ge-0/0/5.0
root@R5> show isis database
IS-IS level 1 link-state database:
LSP ID Sequence Checksum Lifetime Attributes
R1.00-00 0x181 0x71db 722 L1 L2
R4.00-00 0x1ab 0x3b72 698 L1
R5.00-00 0x13b 0x3bef 1183 L1 L2
R8.00-00 0x161 0x8bc0 899 L1
4 LSPs
IS-IS level 2 link-state database:
LSP ID Sequence Checksum Lifetime Attributes
R1.00-00 0x189 0x505 663 L1 L2
R2.00-00 0x149 0x98a0 1190 L1 L2
R3.00-00 0x1c6 0xa224 834 L1 L2
R5.00-00 0x16f 0x426 480 L1 L2
R6.00-00 0x17c 0xcc2b 614 L1 L2
5 LSPs
root@R5> show isis database R4.00-00 extensive | match "level|ipv6"
IS-IS level 1 link-state database:
Remaining lifetime: 695 secs, Level: 1, Interface: 333
Protocols: IP, IPv6
Speaks: IPV6
IPv6 prefix: 2022:c:1:1::/64 Metric 10 External Up
IPv6 prefix: 2022:c:1:2::/64 Metric 10 External Up
IPv6 prefix: 2022:c:1:3::/64 Metric 10 External Up
IPv6 prefix: 2022:c:1:4::/64 Metric 10 External Up
IPv6 prefix: 2022:c:1:5::/64 Metric 10 External Up
IS-IS level 2 link-state database:
root@R5> show isis database R5.00-00 extensive | match "level|ipv6"
IS-IS level 1 link-state database:
Remaining lifetime: 1178 secs, Level: 1, Interface: 0
Protocols: IP, IPv6
Speaks: IPV6
IPv6 prefix: 2022:2022::ad2:105/128 Metric 0 Up
IS-IS level 2 link-state database:
Remaining lifetime: 474 secs, Level: 2, Interface: 0
Protocols: IP, IPv6
Speaks: IPV6
IPv6 prefix: 2022:2022::ad2:105/128 Metric 0 Up
IPv6 prefix: 2022:2022::ad2:101/128 Metric 20 Up
Original Message:
Sent: 10-11-2012 04:09
From: Moses Nagarajah
Subject: ISIS L1/L2
Hi,
With wide-metrics-only enabled, ISIS level-1 external routes will be treated as internal routes and hence will be advertised to level-2 as internal routes. Otherwise, level-1 external routes will not be advertised to level-2.
Level-2 routes will not be advertised to level-1 unless you configure leaking policy.
Rgds
Moses N