• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/31

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

31 Cards in this Set

  • Front
  • Back
Enable BGP Step 1 -
Enables a BGP routing process, which places the router in router configuration mode.
Router(config)# router bgp as-number
Enable BGP Step 2 -
Flags a network as local to this autonomous system and enters it to the BGP table.
Router(config-router)# network network-number [mask network-mask] [route-map route-map-name]
Specifies a BGP neighbor.
Router(config-router)# neighbor {ip-address | peer-group-name} remote-as as-number
Displays whether a neighbor supports the route refresh capability.

If the specified router supports the route refresh capability, the following message is displayed: Received route refresh capability from peer.
Router# show ip bgp neighbors ip-address
Performs a soft reset on the connection specified in the command.

The neighbor-address argument specifies the connection to be reset. Use the * keyword to specify that all connections be reset.
Router# clear ip bgp {* | neighbor-address | peer-group-name} soft out
display entries in the BGP routing table
show ip bgp
display information about the BGP and TCP connections to neighbors
show ip bgp neighbors
Disables synchronization between BGP and an IGP.
Router(config-router)# no synchronization
Sets an MED.
Router(config-router)# default-metric number
Disables automatic network summarization.
Router(config-router)# no auto-summary
Configures the cluster ID.
Router(config-router)# bgp cluster-id cluster-id
Resets a particular BGP connection.
Router# clear ip bgp neighbor-address
Resets all BGP connections.
Router# clear ip bgp *
BGP creates and maintains connections between peers, using what port ___
TCP Port 179
BGP connections are maintained by ....
periodic keepalives
Any change in the network
results in a _____
triggered update
It is possible to manipulate BGP traffic flow by using _________
attributes
What are the four different message types are used in BGP according to RFC 1771:
■ Open messages —Used to establish connections with peers.
■ Keepalives —Sent periodically between peers to maintain connections and verify paths
■ Update messages —Contain paths to destination networks and the path attributes
■ Notification—Used to inform the receiving router of errors that cause the connection to be closed.
BGP will propagate
1) the prefix and the prefix mask together
2) only prefix
3) only prefix mask
1) the prefix and the prefix mask together
What is the hop-by-hop paradigm?
This paradigm is the capability to influence which router will be the next-hop router, potentially dictating it at every router and thus influencing the entire path of the traffic, hop by hop.
Traffic can be directed on either the ____________ or both the
source address
source and destination addresses
Policy-based routing does not affect the destination of the packet. It affects the path used to get to the destination.

True / False
True!
Policy-based routing does not allow traffic sent into another autonomous system to take a different path from the one that would have been chosen by that autonomous system.

True / False
True!
It is possible to influence how traffic will be routed within that autonomous system.
False

It is possible to influence only how traffic will get to a neighboring autonomous system, not how it will be routed within that autonomous system.
What are the 7 BGP attributes
1) Weight
2) Local preference
3) Multi-exit discriminator
4) Origin
5) AS_Path
6) Next hop
7) Community
no-export—Do not advertise this route to EBGP peers.
no-advertise—Do not advertise this route to any peer.
internet—Advertise this route to the Internet community; all routers in the network belong to it.
Open messages
Used to establish connections with peers.
Keepalives
Sent periodically between peers to maintain connections and verify paths
Update messages
Contain paths to destination networks and the path attributes
Notification
Used to inform the receiving router of errors that cause the connection to be closed.
Describes BGP4, the current version of BGP
RFC 1771
A BGP Packet header consists of how many fields?
Marker - 16 Bytes
Length - 2 Bytes
Type - 1 Byte
Data - Variable