- Posts: 7
- Thank you received: 0
ospf
16 years 5 months ago #26269
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
In OSPF, it's called "Area". All OSPF networks have at least one area with the default being area 0. If more than one area exists, area 0 is defined as the backbone area and is used to connect all other areas.
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
16 years 5 months ago #26385
by jstretch
I think the OP might be referring to the process ID:
[code:1]Router(config)# router ospf 123[/code:1]
In this example, the OSPF process ID is 123; this number is only locally significant. The process ID is used to distinguish between different OSPF processes on the rare occasion you need to run more than one.
This is in contrast to, for example, EIGRP, which communicates an actual AS number to its neighbors.
[code:1]Router(config)# router ospf 123[/code:1]
In this example, the OSPF process ID is 123; this number is only locally significant. The process ID is used to distinguish between different OSPF processes on the rare occasion you need to run more than one.
This is in contrast to, for example, EIGRP, which communicates an actual AS number to its neighbors.
Time to create page: 0.119 seconds