|
Posted by Ern on July 17, 2007, 7:04 am
If you were Registered and logged in, you could reply and use other advanced thread options
pk napisa=B3(a):
> I'm studying for the bsci, and I'm doing some IS-IS tests.
> My topology is very simple: there are three routers (ra, rb, and rc),=20
> connected via serial lines, each router has a LAN attached.
>=20
> ra --conn1-- rb --conn2-- rc
> | | |
> LANa LANb LANc
>=20
> LANa: 10.0.0.0/24
> LANb: 10.0.1.0/24
> LANc: 10.0.2.0/24
> conn1: 172.16.0.0/24 (ra is .2, rb is .1)
> conn2: 172.17.0.0/24 (rb is .1, rc is .2)
>=20
> IS-IS is enabled on all routers on all interfaces, with the default=20
> settings (ie, each router is a l1-l2). All routers are in the same area=
=2E
>=20
> Now, I do a "sh isis database detail" on router ra. The l1 database=20
> looks as expected: each router advertises one LSP, containing IP=20
> reachability info for the connected IP networks.
> I expected the l2 database to contain the same info. But instead, the l=
2=20
> database shows more entries for each LSP:
>=20
> ra#show isis database detail
> [cut]
> IS-IS Level-2 Link State Database:
> LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/O=
L
> ra.00-00 * 0x00000004 0x4234 442 0/0/0
> Area Address: 49.0001
> NLPID: 0xCC
> Hostname: ra
> IP Address: 172.16.0.2
> Metric: 10 IS rb.00
> Metric: 10 IP 10.0.0.0 255.255.255.0
> Metric: 20 IP 10.0.1.0 255.255.255.0
> Metric: 30 IP 10.0.2.0 255.255.255.0
> Metric: 10 IP 172.16.0.0 255.255.255.0
> Metric: 20 IP 172.17.0.0 255.255.255.0
> [cut]
>=20
L1/2 router acts like an ABR in OSPF - it takes all internal routes (L1) =
and represents them in its own level 2 LSP (at least until you use=20
summarization)
> why does ra advertise reachability for networks that are not connected =
> (eg, 10.0.2.0 or 172.17.0.0)?
Level 1/2 represents its area to the core (level 2), not only its=20
directly connected networks, but all networks from level 1 - look above ;=
)
>=20
> And, how is the address shown in the line "IP Address:" chosen for=20
> routers that have more than one IP address? For example, for rb LSP it'=
s=20
> 172.17.0.1. Why is that one chosen, instead of 172.16.0.1 or 10.0.1.x?=
=20
> Is this the same "highest IP address" rule used for eg ospf router id?
>=20
it looks like it does similarly to OSPF (I haven't found it in=20
documentation)
> And a last question, why are pseudonode LSP not generated for the=20
> attached LANs?
Because these LANs are stub networks - there are no other IS-IS capable=20
routers/neighbors. It would be not efficient to select DIS and create=20
pseudonode on stub networks :)
> Thanks for any help.
You should always (when possible) use summarization and set appropriate=20
IS level to every router.
I hope I have explained that :)
Best regards
------------------------
Ern
XV535 90' - fajna by=B3a
YZF600R Miau :)
gg - 1078599; ern ma=B3pa ern waw pl
|