NET4009-Module 4- Tshooting BGP

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

What command is used to verify IPv4 unicast BGP neighbors?

  1. show bgp ipv4 unicast summary

  2. show bgp ipv4 unicast neighbors

2
New cards

When running the show bgp ipv4 unicast summary what is important about the State/PfxRcd column?

If there is a number in this column (as there is in Example 14-1) , it means you have successfully established a BGP neighbor relationship. If you see Idle or Active, there is a problem in the formation of the neighbor relationship

<p>If there is a number in this column (as there is in Example 14-1) , it means you have successfully established a BGP neighbor relationship. If you see Idle or Active, there is a problem in the formation of the neighbor relationship</p>
3
New cards

What are some reasons that a BGP neighbor relationship might not form

  1. Interface is down

  2. Layer 3 connectivity is broken

  3. Path to the neighbor is through the default route

  4. neighbor does not have a route to the local router

  5. incorrect neighbor statement

  6. ACLs

  7. BGP packets sourced from the wrong IP address

  8. the TTL expired

  9. Mismatched authentication

  10. misconfigured peer group

  11. timers

4
New cards

If you can ping the host why would the state still be in idle for BGP unicast neighbor?

It is using a default route which is not accepted by BGP as a valid route

5
New cards

what command is used to verify the TCP session on the routers?

show tcp brief all

6
New cards

To control the IP address that is used when sending BGP messages, you use what command?

neighbor ip_address update-source interface_type interface_number

7
New cards

What command is used to change the ttl of a bgp packet?

neighbor ip_address ebgp-multihop hops

8
New cards

BGP timers have to match

False

9
New cards

What are some common reasons for missing BGP routes?

  1. Missing or bad network mask command

  2. Next-hop router not reachable

  3. BGP split-horizon rule

  4. Better source of information

  5. Route filtering

10
New cards

What command is used to show bgp routes/

show ip route bgp

11
New cards

What command is used to advertize routes into BGP?

network ip mask ip_mask

12
New cards

The network ip_add mask ip_mask command must be a perfect match to the network/prefix listed in the routing table.

True

13
New cards

How to deal with next hop router not reachable in BGP?

1. Create a static default route then advertise it into IGP
2. Advertise the next-hop into IGP
3. use “neighbor ip next-hop-self” command

14
New cards

How to troubleshoot route filtering for BGP?

use show ip protocols

<p>use show ip protocols</p>
15
New cards

How to apply a route filter to a neighbor?

• neighbor ip_address distribute-list access_list_number {in | out} `
• neighbor ip_address prefix-list prefix_list_name {in | out}
• neighbor ip_address route-map map_name {in | out}
• neighbor ip_address filter-list access_list_number {in | out}

16
New cards

The Best-Path Decision-Making Process

knowt flashcard image
17
New cards

The output from this command shows updates to a router’s IP routingtable

debug ip routing

18
New cards

This command can be useful in watching real-time state changes for IPv4BGP peering relationships

debug ip bgp

19
New cards

This command produces more detailed output than the debug ip bgp command. Specifically, you can see the content of IPv4 BGP updates.

debug ip bgp updates

20
New cards

An IPv6 route can have an IPv4 next-hop address

False

21
New cards

How to fix the IPv6 next hop issue when learning a route from an IPv4 address?

create a route map on the advertising router (R2) that changes the next hop to a valid IPv6 address on R2 and attach it to the neighbor statement

<p>create a route map on the advertising router (R2) that changes the next hop to a valid IPv6 address on R2 and attach it to the neighbor statement</p>