Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is LSA? How many types of LSA used by OSPF version 2??

Answers were Sorted based on User's Feedback



What is LSA? How many types of LSA used by OSPF version 2??..

Answer / jm

LSA = link state
Following are the types of LSAs you would usually find in an
OSPF network:
Type 1: router LSA -- A router sends this to describe
neighbors and its own interfaces.
Type 2: network LSA -- For broadcast networks only; this LSA
is flooded by the DR and lists OSPF-speaking routers on the
network.
Type 3: network summary LSA -- Sent by an ASBR to advertise
networks reachable through it. A stub area router will also
use this for the default route.
Type 4: ASBR-summary LSA -- Sent by ASBR, but only
internally. This describes to the others how to get to the
ASBR itself, and uses only internal metrics.
Type 5: AS-external LSA -- Used to describe external routes
to internal areas. Can be used to advertise “this is the way
to the Internet” (or some subset of).
Type 6: Group summary -- Used in multicast (MOSPF). Ignore
this.
Type 7: NSSA area import.
Type 8: External Attributes LSA –- This is very rarely
deployed and is used when BGP information is carried across
OSPF AS.
Type 9, 10, 11 are Opaque LSAs -- They are designated for
future specifically for application specific purpos

Is This Answer Correct ?    13 Yes 1 No

What is LSA? How many types of LSA used by OSPF version 2??..

Answer / jitendera sinha

lSA types
OSPF routers originate LSAs to describe the local
environment. All LSAs, taken together, form the link state
database.
Type 1: Router-LSA

Reports router's active interfaces, IP addresses, and neighbors.
One such LSA per router.
Distributed using reliable flooding: if a new, different LSA
is received, the router acks it, then sends it out all of
its other interfaces.

Type 2: Network-LSA

On broadcast subnets, for all routers to form adjacencies
with all other routers would require n*(n-1) links.
Instead, each router has a link to the subnet's Network-LSA
(and vice versa).
The designated router (DR) originates the network-LSA on
behalf of the subnet.
This LSA has a list of all of the attached routers.
On NBMA networks, all routers need to know (by
configuration?) the DR and BDR, not the others. They must be
able to reach the others (full mesh).
(On point-to-multipoint networks, a full mesh is not
required. There is no DR, and hence no Type 2 LSAs; only
Type 1 LSAs are used.)

Type 3: Summary-LSA

* Generated by ABR to leak one area's summary address
info into another area
* ABR will generate more than one summary-LSA for an
area if that area's addresses cannot be properly aggregated
by only one prefix.
* Reduces the size of the link state database
* Constrains flooding to an area
* Makes areas somewhat insensitive to link or router
failures in another area.
* Since OSPF prefers intra-area paths, duplicate routes
in another area won't affect this one.

Type 5: AS-external-LSA

* Unlike all other LSAs, these have "AS flooding scope",
not"area flooding scope". In other works, they are flooded
unmodified across area boundaries.
* Originated by ASBRs
* Advertises a single prefix, learned from another
routing protocol.
* Coming from another internal protocol, usually use
Type 1 metrics.
* Coming from an external source, usually use Type 2
metrics.
* Flooded across area boundaries, instead of being
re-originated by ABRs.

Type 4: ASBR-summary-LSA

* Originated by ABRs when an ASBR is present to let
other areas know where the ASBR is.
* Handled just like summary-LSAs.

Type 7: Type-7-LSA

* Used only by NSSAs, which are stub areas that contain
one or more ASBRs.
* Type 7s are originated by ASBRs (only if area is
configured to be a NSSA).
* ABRs hear the Type 7s, then change them into Type 5s
before forwarding them.
* Identical in format to type 5s, except that they have
only area flooding scope.
* Can have a N/P (do not propagate) bit set.

Type 8: external-attributes-LSA

* Never been implemented or deployed.
* Used when BGP info is carried across OSPF AS.
* Only needed when the BGP AS-path does not fit into the
available 4 bytes in the AS-external-LSA "Tag" field.
* If used, the associated Type 5's tag field is set
equal to the link state ID of the Type 8.
* Allows OSPF to be used instead of IBGP, and still
preserves the AS-path attribute. Advantages of OSPF over IBGP:
o IBGP requires n2 mesh
o With OSPF, each BGP route traverses a subnet
only once, using the OSPF flooding mechanism
o Some OSPF routers would be required to store BGP
info in the form of Type 8s, requiring more memory.

Special area types
Stub areas

* Design goal: allow the use of routers with limited
memory and processor.
* No AS-external-LSAs (5).
* No summary LSAs (3,4).

NSSA (not-so-stubby-area)

* Allows stub area to provide transit for small sub
routing domains that are not OSPF (such as a small RIP network.
* Still protects internal routers from other area's
external-LSAs.
* All routers in an area must agree that it is an NSSA,
so that there are no AS-external-LSAs. Therefore, N/P bit is
also part of the Hello packet.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More CCNA Interview Questions

Which statement is true regarding full duplex? A.) Allows for transmission and receiving of data simultaneously B.) Only works in a multipoint configuration C.) Does not affect the bandwidth D.) Allows for transmission and receiving of data but not at the same time

2 Answers  


The default routing protocol for IPX is IPX RIP. How do you view the routing updates sent and received by the router? A.) debug ipx routing B.) debug ipx routing activity C.) debug rip D.) show ipx routing E.) sh ipx F.) debug ipx rip

4 Answers  


What was the key reason the International Organization for Standardization released the OSI model? A. users could access network servers faster B. different vendor networks could work with each other C. the industry could create a standard for how computers work D. network administrators could increase the overall speed of their network

1 Answers  


Q: why are switch trunking modes ( dynamic auto , dynamic desirable )used in switch while trunking? if only negotiation is the factor it can be done with one mode as well ie dynamic desirable . but why we need dynamic auto. coz it dsnt negotiates ..at all please post answer asap thanks :

2 Answers  


Mention what does data packets consist of?

0 Answers  


Identify the length of an IPX address and it's components? A.) 80 bits, 48 bits network and 32 bits node B.) 32 bits, 16 bits network and 16 bits node C.) None of the above D.) 80 bits, 32 bits network and 48 bits node

1 Answers  


Which of the following are examples of the Network Layer? A.) Token Ring B.) LLC C.) SQL D.) IP E.) TCP F.) IPX

3 Answers  


Identify IPX SAP and it's purpose? A.) Sonet Access Pipe - interface to Sonet ring B.) Service Advertising Protocol - advertise services C.) Server Appletalk Protocol - appletalk directory services D.) Service Access Point - identify upper layer protocols

3 Answers  


Identify the hardware component that stores the bootstrap program? A.) ROM B.) NVRAM C.) Booter load D.) RAM E.) Flash

2 Answers  


What protocols can you use while testing Trace? A.) DECnet B.) CLNS C.) IP D.) Old Vines E.) Vines F.) Chaos

1 Answers  


Referring to the commands shown, what command must next be used on the branch router prior to traffic being sent to the router router?

0 Answers  


Explain what is route poisoning?

0 Answers  


Categories