what is bgp, and what its attributes (thanks to sahin he
sende me notes)
Please try to give answer it will help you in future. after
giving the answer most of them i am selected foro\ 2nd round
of interview
thanks
Answers were Sorted based on User's Feedback
Answer / jagadiesh
The Border Gateway Protocol (BGP) is the core routing
protocol of the Internet. It maintains a table of IP
networks or 'prefixes' which designate ...
he attributes that are commonly used in the Cisco
Implementation of BGP are as follows:
WELL-KNOWN, MANDATORY
AS-path: A list of the Autonomous Systems (AS) numbers that
a route passes through to reach the destination. As the
update passes through an AS the AS number is inserted at
the beginning of the list. The AS-path attribute has a
reverse-order list of AS passed through to get to the
destination.
Next-hop: The next-hop address that is used to reach the
destination.
Origin: Indicates how BGP learned a particular route. There
are three possible types -- IGP (route is internal to the
AS), EGP (learned via EBGP), or Incomplete (origin unknown
or learned in a different way).
WELL-KNOWN, DISCRETIONARY
Local Preference: Defines the preferred exit point from the
local AS for a specific route.
Atomic Aggregate: Set if a router advertises an aggregate
causes path attribute information to be lost.
OPTIONAL, TRANSITIVE
Aggregator: Specifies the router ID and AS of the router
that originated an aggregate prefix. Used in conjunction
with the atomic aggregate attribute.
Community: Used to group routes that share common
properties so that policies can be applied at the group
level.
OPTIONAL, NON-TRANSITIVE
Multi-exit-discriminator (MED): Indicates the preferred
path into an AS to external neighbors when multiple paths
exist.
A list of path attributes is contained in BGP update
messages. The attribute is variable length and consists of
three fields: Attribute type consisting of a 1-byte
attribute flags field and a 1-byte attribute code field,
Attribute length field that is 1 or 2 bytes, and a variable
length attribute value field. The attribute type codes used
by Cisco are: 1-origin, 2-AS-path, 3-Next-hop, 4-MED, 5-
Local preference, 6-Atomic aggregate, 7-aggregator, 8-
community, 9-originator-ID, and 10-cluster list.
This article discussed the BGP attributes with the intent
of preparing you for those confusing questions on the BSCN
or BSCI exams. Hopefully, there is no more confusion on the
various attributes that are used in the Cisco
implementation of BGP.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / akash
Just want to add BGP is application oriented protocol and
In IGP there must be a fullmesh topology used to establish the connection.
| Is This Answer Correct ? | 0 Yes | 0 No |
IP standard access lists use which of the following as a basis for permitting or denying packets? A.) destination address B.) port C.) protocol D.) source address
When does network congestion occurs?
Which of the following is a routing protocols? TCP RIP SMTP UDP
In order to configure a Frame Relay subinterface with IP identify the 2 commands that must be configured on the physcial interface? A.) Router(config-if)# encapsulation frame-relay B.) Router(config-if)# no ip address C.) Router(config-if)#encapsulation subinterface frame-relay D.) Router(config)# subinterface s0 encapsulation frame-relay
Which of the following are valid WAN terms? A.) DTE B.) DCE C.) Demarc D.) CPE
what is the matric of EIGRP protocol?
Which is true regarding half duplex Ethernet operation? A.) Half Duplex ethernet technology provides a transmit circuit connection wired directly to the receiver circuit at the other end B.) Half duplex transmission between stations is achieved by using point to multipoint Ethernet and Fast Ethernet C.) With Half Duplex transmission logically circuits feed into a single cable creating a situation similar to a one way bridge D.) Half Duplex transmission between stations is achieved using Point to Point Ethernet & Fast Ethernet
Can you explain static and dynamic tunnels?
What is the default LMI type? A.) Cisco B.) ANSI C.) IETF D.) Q933a
Identify the command to copy a configuration file from a TFTP server to a routers active configuration? A.) Router# copy running-config tftp B.) Router# copy tftp running-config C.) Router# copy tftp 172.16.0.1 running-config D.) Router(config)# copy tftp running-config
Which of the following provide correct information about a protocol at the transport layer of the OSI model? A.) UDP - Provides Connectionless datagrams service B.) TCP - Provides Connection Oriented Services C.) SMTP - Provides Mail Exchange D.) IP - Route determination E.) TCP - Provides Flow Control and Error Checking F.) FTP - Transfers of Files
What key do you use to view the last command? A.) Ctrl+X B.) Ctrl+Z C.) Ctrl+E D.) Ctrl+P