06-26-2019 01:50 PM - edited 02-01-2021 09:58 AM
Hi,
I came to know that ospf does not have AS number concept even it is an IGP... then why EIGRP have AS number since it is also an IGP
Solved! Go to Solution.
06-27-2019 12:48 AM
06-27-2019 01:04 AM - edited 06-27-2019 01:05 AM
Hello Abinthomas6431,
there are different design choices made by respective protocol designers.
OSPFv2 the original IGP for IPv4 works on the area id concept and area flags (area type). The OSPF process-id is not sent out in OSPFv2 messages.
An OSPF neighborship is formed if routers share a common IP subnet on their primary IP address they agree on subnet mask, they agree on OSPF hello/dead timers and they agree on area id and area type.
They must also have the same IP MTU to be able to exchange the link state database.
To be noted in OSPFv3 originated for routing IPv6 an instance id is sent in messages.
OSPFv3 uses instance-id to support routing of different protocols like IPv6 unicast and IPv4 unicast.
Instance-id 0-31 are for IPv6 unicast routing and instance-id 64-95 are for IPv4 unicast.
EIGRP uses the AS number as a way to discriminate between different routing domains.
EIGRP routers need to agree on AS number and K values to build a neighborship.
The K values says how the metric components are used.
The EIGRP timers can be different on the two devices.
Hope to help
Giuseppe
06-27-2019 12:48 AM
06-27-2019 01:04 AM - edited 06-27-2019 01:05 AM
Hello Abinthomas6431,
there are different design choices made by respective protocol designers.
OSPFv2 the original IGP for IPv4 works on the area id concept and area flags (area type). The OSPF process-id is not sent out in OSPFv2 messages.
An OSPF neighborship is formed if routers share a common IP subnet on their primary IP address they agree on subnet mask, they agree on OSPF hello/dead timers and they agree on area id and area type.
They must also have the same IP MTU to be able to exchange the link state database.
To be noted in OSPFv3 originated for routing IPv6 an instance id is sent in messages.
OSPFv3 uses instance-id to support routing of different protocols like IPv6 unicast and IPv4 unicast.
Instance-id 0-31 are for IPv6 unicast routing and instance-id 64-95 are for IPv4 unicast.
EIGRP uses the AS number as a way to discriminate between different routing domains.
EIGRP routers need to agree on AS number and K values to build a neighborship.
The K values says how the metric components are used.
The EIGRP timers can be different on the two devices.
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide