
The CCIE Certification is the highest level of achievement for network professionals, certifying an individual as an expert or master. Cisco Systems has since become an unrivaled worldwide leader in networking for the Internet. Its networking solutions can easily connect users who work from diverse devices on disparate networks. Cisco products make it simple for people to access and transfer information without regard to differences in time, place, or platform.
The below listed questions are intended to help you continue on your exciting path toward obtaining your CCIE (Cisco Certified Internetwork Expert) certification. Before looking these questions, it is important to know the basic concepts of CCNA and CCNP.
- Cisco Certified Internetwork Expert – CCIE – Part 1
- Cisco Certified Internetwork Expert – CCIE – Part 2
- Cisco Certified Internetwork Expert – CCIE – Part 3
- Cisco Certified Internetwork Expert – CCIE – Part 4
- Cisco Certified Internetwork Expert – CCIE – Part 5
- Cisco Certified Internetwork Expert – CCIE – Part 6
- Cisco Certified Internetwork Expert – CCIE – Part 7
- Cisco Certified Internetwork Expert – CCIE – Part 8
- Cisco Certified Internetwork Expert – CCIE – Part 9
- Cisco Certified Internetwork Expert – CCIE – Part 10
- Cisco Certified Internetwork Expert – CCIE – Part 11
- Cisco Certified Internetwork Expert – CCIE – Part 12
- Cisco Certified Internetwork Expert – CCIE – Part 13
- Cisco Certified Internetwork Expert – CCIE – Part 14
- Cisco Certified Internetwork Expert – CCIE – Part 15
- Cisco Certified Internetwork Expert – CCIE – Part 16
- Cisco Certified Internetwork Expert – CCIE – Part 17
- Cisco Certified Internetwork Expert – CCIE – Part 18
- Cisco Certified Internetwork Expert – CCIE – Part 19
These articles covers everything you need to pass the CCIE Routing and Switching written exam. Each article contains a set of testing questions along with their answer and explanation.
This article covers: Advanced BGP technology and configuration.
1. When should BGP be used? (Choose all that apply.)
- When multi-homing
- When connecting multiple ISPs
- When connecting routers within the same AS
- When configuring backup links
Answer – A, B
Explanation – BGP should be used when multi-homing and when connecting multiple ISPs.
2. When an autonomous system (AS) must traverse another autonomous system to get to its destination, the traversed autonomous system is called which of the following?
- Transfer AS
- Forwarding AS
- Transit AS
- Transmitting AS
- A middle AS
- A stub AS
- A transit AS
- A transmitting AS
- A non-transit AS
- OPEN
- UPDATE
- NOTIFICATION
- KEEPALIVE
- show ip bgp events
- show ip bgp neighbor
- show ip bgp all
- show ip bgp
- debug ip bgp dampening
- debug ip bgp summary
- debug ip bgp events
- debug ip bgp all
- router enable bgp
- router ip bgp 45323
- router bgp 32455
- router enable bgp 34657
- 1 through 59,000
- 1 through 65,535
- 1 through 32,128
- 1 through 65,012
- Policy group
- Peer group
- Identi-Group
- Access group
- show ip bgp all
- show cdp bgp neighbors
- show running-config
- show ip bgp neighbors
- ip bgp as-path command
- ip bgp hold time command
- set as-path extended command
- bgp dampening command
- Centralized
- Basic
- Medium
- Full
- Low
- ip bgp prefix-list sequence-number disable
- no ip bgp prefix-list sequence-number
- disable ip bgp prefix-list sequence-number
- no ip prefix-list
- Port 20
- Port 21
- Port 179
- Port 23
- Non-cluster client
- Non-BGP router
- Non-client
- Non-iBGP client
Answer – C
Explanation – A transit AS is an autonomous system through which data from one autonomous system must travel to get to another autonomous system.
3. Which of the following describes an autonomous system between two other autonomous systems?
Answer – C
Explanation – A transit AS is an autonomous system through which data from one autonomous system must travel to get to another autonomous system. A stub AS is an autonomous system where the exit point and entry point are the same. A non-transit autonomous system is an autonomous system that does not pass data through to another autonomous system. There is no such thing as a transmitting or middle autonomous system.
4. The BGP hold timer is established in which of the following BGP message types?
Answer – A
Explanation – The OPEN message is used to establish a connection between BGP peers and to negotiate the hold time. An UPDATE message is used to advertise topology updates and changes; a NOTIFICATION message is used to advertise errors; and a KEEPALIVE message type is sent to keep a session active when no UPDATE messages are exchanged during the established hold time.
5. If an external autonomous system is not receiving updates from your autonomous system, which of the following show commands can be used to troubleshoot this? (Choose all that apply.)
Answer – B, D
Explanation – The show ip bgp neighbor command displays all the advertised routes, and the show ip bgp command looks at all the connections.
6. When using debug commands with BGP, which of the following displays all the BGP events as they occur?
Answer – C
Explanation – The debug ip bgp events command is used to display all BGP events as they occur. The only other valid command listed is debug ip bgp dampening.
7. Which of the following commands will begin a BGP process on a router and place you in BGP configuration mode?
Answer – C
Explanation – The router bgp 32455 command is the only valid command listed to place the router in BGP configuration mode, which is identified by the (config-router) prompt.
8. Which of the following is the valid range of BGP ASNs?
Answer – B
Explanation – The valid range of BGP numbers is 1 through 65,535.
9. A grouping of BGP routers that share the same common policies is called which of the following?
Answer – B
Explanation – Peer groups allow you to assign configurations to a group instead of to each individual router in a peer group.
10. The following output is an example of using which command?
BGP neighbor is 172.16.11.254, remote AS 100, internal
link
Index 1, Offset 0, Mask 0x2
Route-Reflector Client
BGP version 4, remote router ID 10.16.1.1
BGP state = Established, table version = 1, up for
12:10:16
Last read 00:00:06, hold time is 180,
keepalive interval is 60 seconds
Minimum time between advertisement runs is 5 seconds
Received 143 messages, 0 notifications, 0 in queue
Sent 52 messages, 0 notifications, 0 in queue
Prefix advertised , suppressed 0, withdrawn 0
Connections established 2; dropped 1
Last reset 12:10:16, due to User reset
53 accepted prefixes consume 32 bytes
0 history paths consume 0 bytes
Answer – D
Explanation – The show ip bgp neighbors command shows the configured BGP peers and the current connection status.
11. Which of the following commands can be used on a router when routes continuously flap to make sure that a link is up before it is advertised?
Answer – D
Explanation – The bgp dampening command is used by BGP to set a hold time before a route can be re-advertised.
12. Which of the following are multi-homing classifications for BGP? (Choose all that apply.)
Answer – A, B, C
Explanation – Multi-homing with only static routes is considered a Basic classification; using static routes and BGP learned routes is considered a Medium classification; using only BGP learned routes is considered a Full classification.
13. Which command can be used to disable sequence numbering when creating prefix lists?
Answer – B
Explanation – The no ip bgp prefix-list sequence-number is used to disable sequence numbering for prefix lists. The only other real command is the no ip prefix-list, which is used to delete a prefix list.
14. BGP uses which of the following TCP ports to open a session with another BGP peer?
Answer – C
Explanation – Port 179 is used by BGP to establish a session with another BGP peer. Ports 20 and 21 are used by FTP, and port 23 is used by Telnet.
15. A route reflector not participating in a route reflector cluster is called which of the following?
Answer – C
Explanation – A router in a network that is running BGP but is not a participant in a route reflector cluster is referred to as a non-client router.