SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
Search
Test your basic knowledge |
CCNP
Start Test
Study First
Subjects
:
cisco
,
it-skills
,
ccnp
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. What entities are responsible for allocating BGP AS numbers?
IANA delegates to Regional Internet Registries (RIRs):<br />ARIN - AfriNIC - APNIC - LACNIC and RIPE NCC<br /> BGP
Router#show ip igmp interface fa0/0<br /> Multicast
Places it in the routing table. BGP
WM<br />Next hop address is entry point into the next AS along the path to that destination network. It does a recursive lookup to the routing table which should have learned the route from its IGP.<br />in IBGP the next hop advertised by EBGP should
2. State how IGMPv1 operates.
RFC 1112<br />Sends membership query every 60 - 120 seconds to 224.0.0.1<br />Hosts send membership report in response to the query<br /> Multicast
IGMP is a layer 3 protocol<br />Switches treat multicast just like broadcast (forward out all ports except the one one which is was received)<br />By definition a pure layer 2 devices do not have a mechanism to see IGMP packets or facilitate the rela
It actually determines which networks are advertised. BGP
Use loopback interface to establish the neighbor. (i.e. peer to a loopback interface)<br />Tell BGP to use the lookback interface as teh source of updates<br /><br />R1(config-router)# neighbor 192.168.1.1 update-source loopback0<br /> BGP
3. What are the 4 BGP packet types? What do they contain?
Path Vector - policy based routing protocol.<br />Uses BGP attributes are the 'metric'. <br />Path it decides it based on 'hops' where hop is Autonomous Systems.<br /> BGP
Session description & announcement.<br />Transport session announcement via 224.2.127.254.<br />Creation of new sessions.<br /> Multicast
Open - Version - AS - Hold Time - BGP Router ID - Optional Parameters<br />Keepalive - Sent every 60 seconds by default; hold time 180 Seconds.<br />Update - Information on only ONE path; <br />Notification - When error condition detected<br /> BGP
WD<br />Dictates which path is preferred to exit the AS.<br />Higher is is preferred - default is 100 on Cisco.<br />Obviously for this to be relevant there must be multiple exit points for the route.<br />'Influences outbound traffic for an AS'<br /
4. What are some disadvantages of multicast?
Well know predefined group<br />Directory - sd / SDP<br />Webpage/URL<br />Email link<br /> Multicast
Path Vector - policy based routing protocol.<br />Uses BGP attributes are the 'metric'. <br />Path it decides it based on 'hops' where hop is Autonomous Systems.<br /> BGP
Most applications rely on UDP<br />Security issues<br />Out of order delivery & duplicate packets are a possibility during topology changes.<br />Lack of windowing/congestion control.<br /> Multicast
Sends a leave message to 224.0.0.2<br />Router then sends a group specific query<br />Remaining member(s) send a report so group remains active.<br /> Multicast
5. What command is used to override the Next-Hop attribute of BGP? What does this do and when would you use this?
6. Explain the relationship between MBone - DVMRP - PIM - IGMP - CGMP hosts - routers and switches?
7. What is a BGP black hole and how is it avoided?
When not all routers within a transit AS have consistent routing information - due to not running BGP or misconfiguration or BPG speakers. Routing information is advertised but since not all routers within AS can reach the destination traffic is halt
R1(config-router)#neighbor 192.168.1.1 password MyPassword<br /><br />OR<br /><br />R1(config-router)#neighbor MyPeerGroup password MyPassword<br /> BGP
Concatenation of the first (high order) 25 bits of the reserved MAC address range with the last (low order)23 bits of the multicast group IP address. 5 bits of overlap allowing for 32 address (2^5) for each multicast MAC address. 25 bits + 23 bits<br
The neighbor expects to see the updates from the source address configured in the neighbor statement. BGP
8. How does a host learn about available multicast streams?
Well know predefined group<br />Directory - sd / SDP<br />Webpage/URL<br />Email link<br /> Multicast
Cisco Proprietary - between router and switch<br />'Client/Server': Router = CGMP Server - Switch = CGMP Client<br />When router sees IGMP control message it creates a CGMP packet with the mutlicast MAC + client MAC; sends this to 'All CGMP Devices M
RFC 2236<br />Leave and join latency resolved<br />Group specific query to G instead of 224.0.0.1<br />Leave group message<br />Election of querier (lowest IP) on broadcast medium with multiple routers <br /> Multicast
WD<br />Dictates which path is preferred to exit the AS.<br />Higher is is preferred - default is 100 on Cisco.<br />Obviously for this to be relevant there must be multiple exit points for the route.<br />'Influences outbound traffic for an AS'<br /
9. What is the formula to determine number of links in a full mesh topology?
Router#(config) ip pim spt-threshold {rate | infinity} [group-list access-list] Multicast
EBGP will only peer to direclty connected neighbors and a loopback is considered one hop away.<br /><br />With eBGP peering to a loopback you must enable eBGP Multihop.<br /><br />R1(config-router)# neighbor 192.168.1.1 ebgp-multihop 2 BGP
Links = n(n-1)/2 BGP
Router(config-router)# neighbor 192.168.1.1 remote-as 65000<br />Router(config-router)# neighbor 192.168.1.1 route-reflector-client<br /> BGP
10. What are the commands to enable multicast routing on a router?
Reverse Path Forwarding is the forwarding logic multicast of multicast. <br />It is the opposite of unicast in that is forwards AWAY from source as opposed to towards the receiver.<br /> Multicast
Most applications rely on UDP<br />Security issues<br />Out of order delivery & duplicate packets are a possibility during topology changes.<br />Lack of windowing/congestion control.<br /> Multicast
Globally:<br />Router(config)# ip multicast-routing<br />Per Interface:<br />Router(config-if)# ip pim dense-mode<br />Enabling PIM on an interface also enables IGMP operation on that interface.<br /> Multicast
BGP specifies that it can advertise to its peers in neighboring AS's only routes that it uses.<br />BGP cannot influence how a neighboring AS will route your traffic BUT it can influence how your traffic gets to the neighboring AS. <br /> BGP
11. What are the two multicast distribution tree types models and differences?
12. Explain the Weight attribute.
Member of a group:<br />Router#(config) ip igmp join-group group-address<br />Statically connected:<br />Router#(config) ip igmp join-group group-address<br />In this mode router forwards (fast switches) group packets but itself does not accept group
R2(config)# access-list 1 permit 192.168.0.0 0.0.0.255<br />R1(config-router)# neighbor 10.1.1.1 distribute-list 1 out<br />R1(config-router)# neighbor 10.1.1.2 distribute-list 1 out<br /> BGP
O<br />Cisco only.<br />Routes with higher weight are preferred (0 - 65535) . Paths that the router originates have 32768; other paths have default of 0.<br /> BGP
BGP specifies that it can advertise to its peers in neighboring AS's only routes that it uses.<br />BGP cannot influence how a neighboring AS will route your traffic BUT it can influence how your traffic gets to the neighboring AS. <br /> BGP
13. What block of multicast MAC addresses belong to multicast?
0100.5e00.0000 - 0100.5e7f.ffff - IANA reserved. Multicast
BGP specifies that it can advertise to its peers in neighboring AS's only routes that it uses.<br />BGP cannot influence how a neighboring AS will route your traffic BUT it can influence how your traffic gets to the neighboring AS. <br /> BGP
Allow router to operate in sparse mode and dense mode at the same time.<br />Supports multiple RP's and automatic RP selection for each multicast source.<br />Support auto-RP - bootstrap router (BSR) or statically defined RP's with minimal configurat
1. Weight - Administrative preference (Highest)<br /><br />2. Local Preference - Communicated between peers within AS (Highest)<br /><br />3. Self-originated - Prefer path originated locally (True)<br /><br />4. AS Path - Minimize AS hops (Shortest)<
14. Name the Well-known mandatory attributes.
MOSPF<br />DVMRP<br />CBT<br />PIM Dense Mode<br />PIM Sparse Mode<br />PIM Sparse-Dense Mode<br /> Multicast
This router originated the route. BGP
AS-Path<br />Next Hop<br />Origin BGP
RFC 2236<br />Leave and join latency resolved<br />Group specific query to G instead of 224.0.0.1<br />Leave group message<br />Election of querier (lowest IP) on broadcast medium with multiple routers <br /> Multicast
15. What does a '*' and '>' mean in the BGP table?
R1(config-router)# neighbor 192.168.1.1 next-hop-self<br /><br />Cause each routers outgoing interface that the route traverse wihtin the AS (iBPG peers) to annouce itself as the 'next hop' instead of the next hop into the neighboring AS.<br /><br />
Partial mesh iBPG is where not all BGP speaks within and AS have an established neighbor relationship. <br />Full mesh is every BGP speaker has a neighbor (peer) with each other. <br />Routing updates are not replcated in iBPG the peers do not pass i
RFC 2362<br />Pull model - traffic only forwarded to the parts of the network that need it. Sender registers with the RP which is a proxy to group members.<br />Last hop routers to receiver knows the group RP IP address and sends a (* -G) join toward
* = Best route<br />> = Route has been inserted into the routing table<br /> BGP
16. What are the commands to configure a BGP peer group?
0100.5e00.0000 - 0100.5e7f.ffff - IANA reserved. Multicast
Most applications rely on UDP<br />Security issues<br />Out of order delivery & duplicate packets are a possibility during topology changes.<br />Lack of windowing/congestion control.<br /> Multicast
R1(config-router)#neighbor MyPeers peer-group<br />R1(config-router)#neighbor 10.1.1.1 remote-as 64513<br />R1(config-router)#neighbor 10.1.1.1 peer-group MyPeers<br /> BGP
IGMP is a layer 3 protocol<br />Switches treat multicast just like broadcast (forward out all ports except the one one which is was received)<br />By definition a pure layer 2 devices do not have a mechanism to see IGMP packets or facilitate the rela
17. Describe 4 multicast application models and give an example of each?
RFC 2362<br />Pull model - traffic only forwarded to the parts of the network that need it. Sender registers with the RP which is a proxy to group members.<br />Last hop routers to receiver knows the group RP IP address and sends a (* -G) join toward
One-to-many: video distribution<br />Many-to-many: Collaboration<br />Many-to-one: auction - polling or data collection<br />Few-to-many: auction - polling or data collection<br /> Multicast
Router(config-router)# neighbor 192.168.1.1 remote-as 65000<br />Router(config-router)# neighbor 192.168.1.1 route-reflector-client<br /> BGP
Local preference<br />Atomic Aggregate BGP
18. Explain the contents of the BGP update message.
RFC 2236<br />Leave and join latency resolved<br />Group specific query to G instead of 224.0.0.1<br />Leave group message<br />Election of querier (lowest IP) on broadcast medium with multiple routers <br /> Multicast
Group of BGP routers being configured that have the same update policy.<br />Similar to a 'template'; members then assigned to the peer group.<br /> BGP
Variable length sequence of path attributes<br />Attribute Type -1 byte flag field - 1 byte type code<br />Attribute Length <br />Attribute Value<br />Attribute flag field = 0000 0000<br />W | O - T | N - P | C<br /> BGP
Router#(config) ip pim send-rp-announce interface_type scope ttl group-list access-list Multicast
19. What does the 'maximum-paths router' command facilitate?
Loopback more resilient than physical interfaces. BGP
Open - Version - AS - Hold Time - BGP Router ID - Optional Parameters<br />Keepalive - Sent every 60 seconds by default; hold time 180 Seconds.<br />Update - Information on only ONE path; <br />Notification - When error condition detected<br /> BGP
Works if router has multiple parallel paths to a destination.<br />ONLY affect number of routes in IP routing table not the route selected at best in the BGP table.<br />Will load balance across equal cost paths in EGP session.<br /> BGP
Links = n(n-1)/2 BGP
20. What config would be used to configured an outbound BGP distribute list to block all routes from being advertised except ones from 192.168.0.0 /24 network to neighbors 10.1.1.1 and 10.1.1.2?
Well know predefined group<br />Directory - sd / SDP<br />Webpage/URL<br />Email link<br /> Multicast
R2(config)# access-list 1 permit 192.168.0.0 0.0.0.255<br />R1(config-router)# neighbor 10.1.1.1 distribute-list 1 out<br />R1(config-router)# neighbor 10.1.1.2 distribute-list 1 out<br /> BGP
The unicast routing table.<br />No routing updates are sent between PIM routers.<br /> Multicast
This should only be for ISP's<br />An improperly configured AS (that is not meant to be a transit) could inadvertently become one.<br /> BGP
21. Explain the AS-Path attribute.
22. Describe how and IGMPv2 host leaves. What is the interaction between host and router look like?
<img src='9618cf01b9422f541fc213b74a3bd9de.png' /> Multicast
The neighbor expects to see the updates from the source address configured in the neighbor statement. BGP
16 bit number 1 to 65535<br />1-64511: Public AS<br />64512-6535: Reserved for private AS<br /> BGP
Sends a leave message to 224.0.0.2<br />Router then sends a group specific query<br />Remaining member(s) send a report so group remains active.<br /> Multicast
23. What is the solution to establishing neighbor relationships when multiple paths exist? What are the command to establish this? What command to tell R1 to use its loopback0 interface as the update source neighbor 192.168.1.1.
One-to-many: video distribution<br />Many-to-many: Collaboration<br />Many-to-one: auction - polling or data collection<br />Few-to-many: auction - polling or data collection<br /> Multicast
Session description & announcement.<br />Transport session announcement via 224.2.127.254.<br />Creation of new sessions.<br /> Multicast
Path Vector - policy based routing protocol.<br />Uses BGP attributes are the 'metric'. <br />Path it decides it based on 'hops' where hop is Autonomous Systems.<br /> BGP
Use loopback interface to establish the neighbor. (i.e. peer to a loopback interface)<br />Tell BGP to use the lookback interface as teh source of updates<br /><br />R1(config-router)# neighbor 192.168.1.1 update-source loopback0<br /> BGP
24. Name 4 verification commands for BGP and what they display?
Rule: Router must be known by an IGP before it may be advertised by BGP peers.<br />Prevents 'blackholes' when AS is a transit network and not all speaker are running BGP<br />Should be left on it AS is a transit AS and not all routers run BGP.<br />
Show ip bgp - Shows entire BGP topology database (BGP table)<br /><br />show ip bgp rib-failure - Displays BGP routes not installd into the routing information base (RIB) and reason they were not installed.<br /><br />show ip bgp neighbors - Displays
The BGP Table<br /><br />Command = show ip bgp BGP
RFC 2362<br />Pull model - traffic only forwarded to the parts of the network that need it. Sender registers with the RP which is a proxy to group members.<br />Last hop routers to receiver knows the group RP IP address and sends a (* -G) join toward
25. What is one mechanism that GURANTEES the BGP AS path is loop free?
Reverse Path Forwarding is the forwarding logic multicast of multicast. <br />It is the opposite of unicast in that is forwards AWAY from source as opposed to towards the receiver.<br /> Multicast
R1(config-router)#neighbor 192.168.1.1 password MyPassword<br /><br />OR<br /><br />R1(config-router)#neighbor MyPeerGroup password MyPassword<br /> BGP
Member of a group:<br />Router#(config) ip igmp join-group group-address<br />Statically connected:<br />Router#(config) ip igmp join-group group-address<br />In this mode router forwards (fast switches) group packets but itself does not accept group
The router will not accept a routing update that includes its AS number in the path. BGP
26. IOS command to configure a rendezvous point .
Update from client peer - sends update to all non-client peers and client peers except for originating peer.<br />Update from non-client peer - send update to all clients in the cluster.<br />Update from EBGP peer - update sent to all client peers an
Router#(config) ip pim send-rp-announce interface_type scope ttl group-list access-list Multicast
Cisco Proprietary - between router and switch<br />'Client/Server': Router = CGMP Server - Switch = CGMP Client<br />When router sees IGMP control message it creates a CGMP packet with the mutlicast MAC + client MAC; sends this to 'All CGMP Devices M
* = Best route<br />> = Route has been inserted into the routing table<br /> BGP
27. Explain the concept of RPF.
Use loopback interface to establish the neighbor. (i.e. peer to a loopback interface)<br />Tell BGP to use the lookback interface as teh source of updates<br /><br />R1(config-router)# neighbor 192.168.1.1 update-source loopback0<br /> BGP
Reverse Path Forwarding is the forwarding logic multicast of multicast. <br />It is the opposite of unicast in that is forwards AWAY from source as opposed to towards the receiver.<br /> Multicast
This will advertise the entire classful network:<br />R1(config-router)# network 10.1.1.0<br /><br />This will advertise the the classless network:<br />R1(config-router)# network 10.1.1.0 mask 255.255.255.0<br /><br /> BGP
Local preference<br />Atomic Aggregate BGP
28. Name what an update message may include.
Must insure loopback is reachable in the routing table. BGP
224.0.0.1 - All systems<br />224.0.0.2 - All routers<br />224.0.0.4 - DVMRP routers<br />224.0.0.5 - All OSPF<br />224.0.0.6 - All OSPF DR<br />224.0.0.9 - RIP v2 routers<br />224.0.0.10 - EIGRP routers<br />224.0.0.13 - PIM routers<br />224.0.0.15 -
Local scoped: 224.0.0.0 - 224.0.0.255<br />TTL of 1; Never to leave local network - for routing protocols and other network maintenance.<br />Global scoped: 224.0.1.0 - 238.255.255.255<br />MBone dynamically allocate throughout Internet<br />Limited/
Contains information on ONE path only<br /><br />Withdrawn routes - List of IP prefixes for routes being withdrawn.<br />Path attributes - AS-Path - etc.<br />Network layer reachability information - List of IP prefixes reachable by this path. BGP
29. Explain the IGMPv3 membership process and new features.
Router#show ip igmp group<br />Group address - interface - uptime - expires - and last reporter.<br /> Multicast
0100.5e00.0000 - 0100.5e7f.ffff - IANA reserved. Multicast
RFC - 3376<br />Ability to filter multicast source (can be picky)<br />IGMPv3 membership report goes to 224.0.0.22 and may include the multicast hosts it will accept or deny.<br /> Multicast
Sends a leave message to 224.0.0.2<br />Router then sends a group specific query<br />Remaining member(s) send a report so group remains active.<br /> Multicast
30. IOS command to dictate when a leaf router (in PIM-SM) will switch from shared to source tree.
Router#(config) ip pim spt-threshold {rate | infinity} [group-list access-list] Multicast
Member of a group:<br />Router#(config) ip igmp join-group group-address<br />Statically connected:<br />Router#(config) ip igmp join-group group-address<br />In this mode router forwards (fast switches) group packets but itself does not accept group
IGMP is a layer 3 protocol<br />Switches treat multicast just like broadcast (forward out all ports except the one one which is was received)<br />By definition a pure layer 2 devices do not have a mechanism to see IGMP packets or facilitate the rela
Loopback more resilient than physical interfaces. BGP
31. After the path selection process - What does BGP do with the route?
When using the <span style='font-style:italic;'>classful</span> method - at least one subnet of the classful range must reside in the IP routing table.<br /><br />When using the <span style='font-style:italic;'>classless</span> method the exact subne
Places it in the routing table. BGP
Partial mesh iBPG is where not all BGP speaks within and AS have an established neighbor relationship. <br />Full mesh is every BGP speaker has a neighbor (peer) with each other. <br />Routing updates are not replcated in iBPG the peers do not pass i
Update from client peer - sends update to all non-client peers and client peers except for originating peer.<br />Update from non-client peer - send update to all clients in the cluster.<br />Update from EBGP peer - update sent to all client peers an
32. What command used to perform the following:<br />A) Reset all neighbors session ('bounce')<br />B) Soft inbound reset<br />C) Soft outbound reset<br />D) Soft inbound reset of neighbor 10.1.1.1<br /><br />R1# clear ip bgp <br />R1# clear ip bgp soft
R1# clear ip bgp <br />R1# clear ip bgp soft in<br />R1# clear ip bgp * soft out<br />R1# clear ip bgp 10.1.1.1 soft in<br /><br /> BGP
Efficiency<br />Performance<br />Scalability with applications<br /> Multicast
IGMP is a layer 3 protocol<br />Switches treat multicast just like broadcast (forward out all ports except the one one which is was received)<br />By definition a pure layer 2 devices do not have a mechanism to see IGMP packets or facilitate the rela
SPT (S -G) consume more memory because there is an entry for each source BUT traffic is sent over optimal path to receiver.<br />Shared distribution tree state entries (* -G) consume less CPU but may take suboptimal path to receiver.<br /> Multicast
33. What is the command to configure a BGP RR?
When not all routers within a transit AS have consistent routing information - due to not running BGP or misconfiguration or BPG speakers. Routing information is advertised but since not all routers within AS can reach the destination traffic is halt
Unicast uses a routing table looking and forwards towards the destination address.<br />Multicast forwards out multiple interfaces and away from the source and towards multiple destinations using a distribution tree.<br /> Multicast
Well know predefined group<br />Directory - sd / SDP<br />Webpage/URL<br />Email link<br /> Multicast
Router(config-router)# neighbor 192.168.1.1 remote-as 65000<br />Router(config-router)# neighbor 192.168.1.1 route-reflector-client<br /> BGP
34. Describe how PIM-Sparse-Dense operates.
35. Explain the Next-Hop attribute. How does this differ from IGP's? In what environment might this be problematic?
Allow router to operate in sparse mode and dense mode at the same time.<br />Supports multiple RP's and automatic RP selection for each multicast source.<br />Support auto-RP - bootstrap router (BSR) or statically defined RP's with minimal configurat
WM<br />Next hop address is entry point into the next AS along the path to that destination network. It does a recursive lookup to the routing table which should have learned the route from its IGP.<br />in IBGP the next hop advertised by EBGP should
BGP Table - BGP topology database - information <br />BGP Neighbor Table - list of connected neighbors<br />IP Routing Table - Duh.<br /> BGP
Class D address space<br />First bits are ALWAYS 1110<br />224.0.0.0 - 239.255.255.255<br /> Multicast
36. Explain the multicast routing table distribution tree notations.
37. What are three different common ways to perform BGP multihoming with regard to routing table?
Router#show ip igmp group<br />Group address - interface - uptime - expires - and last reporter.<br /> Multicast
Using a Distribute List to filter outbound routing updates. BGP
Idle - Router looking in routing table to see if route exists to neighbor. <br /><br />[Active - When no response to Open message] <br /><br />Connect - Router found route to neighbor and has performed the TCP three-way handshake<br /><br />Open Sent
ISP passes only default route to AS.<br />ISP passes default route and provider owned select routes to AS.<br />ISP passes all routes to AS.<br /> BGP
38. What is a BGP peer group?
39. Explain the MED attribute.
40. Explain the Community attribute.
41. When creating a BGP neighbor relationship to a loopback interface what must be remember in the context of routing?
WD<br />Dictates which path is preferred to exit the AS.<br />Higher is is preferred - default is 100 on Cisco.<br />Obviously for this to be relevant there must be multiple exit points for the route.<br />'Influences outbound traffic for an AS'<br /
R1# clear ip bgp <br />R1# clear ip bgp soft in<br />R1# clear ip bgp * soft out<br />R1# clear ip bgp 10.1.1.1 soft in<br /><br /> BGP
Must insure loopback is reachable in the routing table. BGP
This router originated the route. BGP
42. What is the significance of the 8th bit in the MAC address?
Reverse Path Forwarding is the forwarding logic multicast of multicast. <br />It is the opposite of unicast in that is forwards AWAY from source as opposed to towards the receiver.<br /> Multicast
224.0.0.1 - All systems<br />224.0.0.2 - All routers<br />224.0.0.4 - DVMRP routers<br />224.0.0.5 - All OSPF<br />224.0.0.6 - All OSPF DR<br />224.0.0.9 - RIP v2 routers<br />224.0.0.10 - EIGRP routers<br />224.0.0.13 - PIM routers<br />224.0.0.15 -
The is the multicast bit. Multicast
Local scoped: 224.0.0.0 - 224.0.0.255<br />TTL of 1; Never to leave local network - for routing protocols and other network maintenance.<br />Global scoped: 224.0.1.0 - 238.255.255.255<br />MBone dynamically allocate throughout Internet<br />Limited/
43. What is the multicast IP address space?
Class D address space<br />First bits are ALWAYS 1110<br />224.0.0.0 - 239.255.255.255<br /> Multicast
Local scoped: 224.0.0.0 - 224.0.0.255<br />TTL of 1; Never to leave local network - for routing protocols and other network maintenance.<br />Global scoped: 224.0.1.0 - 238.255.255.255<br />MBone dynamically allocate throughout Internet<br />Limited/
R2(config)# access-list 1 permit 192.168.0.0 0.0.0.255<br />R1(config-router)# neighbor 10.1.1.1 distribute-list 1 out<br />R1(config-router)# neighbor 10.1.1.2 distribute-list 1 out<br /> BGP
Allow router to operate in sparse mode and dense mode at the same time.<br />Supports multiple RP's and automatic RP selection for each multicast source.<br />Support auto-RP - bootstrap router (BSR) or statically defined RP's with minimal configurat
44. What is the full mesh versus partial mesh IBGP and What are the implications of each?
RFC 2236<br />Leave and join latency resolved<br />Group specific query to G instead of 224.0.0.1<br />Leave group message<br />Election of querier (lowest IP) on broadcast medium with multiple routers <br /> Multicast
R1(config-router)# neighbor 192.168.1.1 next-hop-self<br /><br />Cause each routers outgoing interface that the route traverse wihtin the AS (iBPG peers) to annouce itself as the 'next hop' instead of the next hop into the neighboring AS.<br /><br />
O<br />Cisco only.<br />Routes with higher weight are preferred (0 - 65535) . Paths that the router originates have 32768; other paths have default of 0.<br /> BGP
Partial mesh iBPG is where not all BGP speaks within and AS have an established neighbor relationship. <br />Full mesh is every BGP speaker has a neighbor (peer) with each other. <br />Routing updates are not replcated in iBPG the peers do not pass i
45. How does Source and Shared Distribution Tree models related to PIM-DM and PIM-SM?
46. What is the key difference between how a multicast routing protocol forwards packets versus a unicast routing protocol?
'Periodic Flood and Prune.'<br />Initially floods multicast traffic (received on its RPF) to all its PIM neighbors. Traffic that arrives back at the router via a non-RPF is discarded.<br />Prune messages are sent on all non-RPF interfaces and RPF int
* = Best route<br />> = Route has been inserted into the routing table<br /> BGP
Group of BGP routers being configured that have the same update policy.<br />Similar to a 'template'; members then assigned to the peer group.<br /> BGP
Unicast uses a routing table looking and forwards towards the destination address.<br />Multicast forwards out multiple interfaces and away from the source and towards multiple destinations using a distribution tree.<br /> Multicast
47. Explain the AS format and ranges?
Places it in the routing table. BGP
16 bit number 1 to 65535<br />1-64511: Public AS<br />64512-6535: Reserved for private AS<br /> BGP
Router#show ip igmp group<br />Group address - interface - uptime - expires - and last reporter.<br /> Multicast
0100.5e00.0000 - 0100.5e7f.ffff - IANA reserved. Multicast
48. What is the hop-by-hop routing paradigm of BGP?
49. What is the command to enable BPG authentication?
R1(config-router)#neighbor 192.168.1.1 password MyPassword<br /><br />OR<br /><br />R1(config-router)#neighbor MyPeerGroup password MyPassword<br /> BGP
Local scoped: 224.0.0.0 - 224.0.0.255<br />TTL of 1; Never to leave local network - for routing protocols and other network maintenance.<br />Global scoped: 224.0.1.0 - 238.255.255.255<br />MBone dynamically allocate throughout Internet<br />Limited/
Language between local router interface and hosts.<br />IGMP - ICMP - similarities <br />TTL is usually 1; RFC states it should never leave local subnet.<br />Creates and maintains group membership for hosts wishing to participate in a multicast grou
RFC 2362<br />Pull model - traffic only forwarded to the parts of the network that need it. Sender registers with the RP which is a proxy to group members.<br />Last hop routers to receiver knows the group RP IP address and sends a (* -G) join toward
50. What special consideration is there when peering to a eBGP neighbor using a loopback? What is the solution to this?
Well-known Mandatory - Must be supported and propagated.<br />Well-known Discretionary - Must be supported; propagation optional.<br />Optional Transitive - Marked as partial if unsupported by neighbor.<br />Option Nontransitive - Deleted is unsuppor
Session description & announcement.<br />Transport session announcement via 224.2.127.254.<br />Creation of new sessions.<br /> Multicast
EBGP will only peer to direclty connected neighbors and a loopback is considered one hop away.<br /><br />With eBGP peering to a loopback you must enable eBGP Multihop.<br /><br />R1(config-router)# neighbor 192.168.1.1 ebgp-multihop 2 BGP
BGP Table - BGP topology database - information <br />BGP Neighbor Table - list of connected neighbors<br />IP Routing Table - Duh.<br /> BGP