Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
AR450
Forum: CCNP ENARSI 300-410 Forum
Last Post: chewosaurus
Yesterday, 02:04 PM
» Replies: 0
» Views: 57
|
QID:AN732
Forum: Answer this question
Last Post: help_desk
09-15-2025, 07:38 AM
» Replies: 3
» Views: 739
|
AN177
Forum: Answer this question
Last Post: help_desk
09-09-2025, 07:30 AM
» Replies: 1
» Views: 1,230
|
QID:AN328
Forum: Answer this question
Last Post: help_desk
09-02-2025, 12:02 PM
» Replies: 1
» Views: 1,699
|
AN247
Forum: Answer this question
Last Post: help_desk
09-02-2025, 11:55 AM
» Replies: 1
» Views: 1,546
|
AR515
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
08-29-2025, 11:19 AM
» Replies: 1
» Views: 1,885
|
AR374
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
08-29-2025, 11:14 AM
» Replies: 1
» Views: 1,818
|
3rd times the charm! PASS...
Forum: CCNP ENCOR 350-401 Forum
Last Post: dixie76
08-27-2025, 02:50 AM
» Replies: 1
» Views: 1,955
|
AR521
Forum: CCNP ENARSI 300-410 Forum
Last Post: chewosaurus
08-26-2025, 02:30 PM
» Replies: 2
» Views: 2,225
|
300-415 Exam Experience
Forum: CCNP ENSDWI 300-415 Forum
Last Post: nothisisptrk
08-25-2025, 02:51 PM
» Replies: 0
» Views: 1,587
|
|
|
Basic Routing help |
Posted by: tr4z - 03-31-2010, 04:48 AM - Forum: Answer this question
- Replies (3)
|
 |
I'm hoping someone can help. I'm taking a CCNA class and plan on taking the CCNA soon. However, I've got a bit of a environment setup question. Say I've got two routers. One that has a Static IP address from my ISP and then the other interface is connected directly to the other router, which contains the access-list. How would I just forward all the traffic going to/from R1 to R2? Would Static routes work? Any advice would be great. Thank you!
|
|
|
QID:S19 10x+ still marked incorrect!! HELP! |
Posted by: BIODTL1997 - 03-30-2010, 06:57 PM - Forum: Answer this question
- Replies (6)
|
 |
I cant for the life of me figure out what is going on here. It has to be either something so simple that was overlooked or the sim is totally bunk! Unfortunately, the test only says "Incorrect IP address or interface state or passwords" (on both routers)
Cables are definitely correct.
Someone please help, I'm taking the test tomorrow!
thx
Here is my procedure:
login to left router:
conf t
line con 0
password consolepw
login
line vty 0 4
password telnetpw
login
exit
enable secret privpw
int fa0/0
ip address 192.168.142.81 255.255.255.240
no shut
int fa0/1
ip address 192.168.142.30 255.255.255.240
no shut
ctrl^z
copy run start
[ok]
exit
login to right router:
conf t
line con 0
password consolepw
login
line vty 0 4
password telnetpw
login
exit
enable secret privpw
int s0/1
ip address 192.168.142.161 255.255.255.240
no shut
int fa0/0
ip address 192.168.142.78 255.255.255.240
no shut
ctrl^z
copy run start
[ok]
exit
|
|
|
QID:N2C73 - BDRs must enter into a Full state with all other routers on the link |
Posted by: joshuad31 - 03-26-2010, 12:47 AM - Forum: CCNP ENARSI 300-410 Forum
- Replies (2)
|
 |
Hello,
BDRs must enter into a Full state with all other routers on the link. As you can see this is not happening. It is not happening because this router is not a BDR. Router RTA and neighbor 192.168.45.2 are exchanging OSPF LSAs. This is correct because before the DR and the BDR are established each router thinks they are the DR and sends out LSAs to discover their neighbor and inform their neighbors of the links that they are connected to.
20. (QID:N2C73) View the exhibit. Which statement is true?
Router RTA is directly connected to interface 192.168.45.1.
Neighbor 192.168.45.1 has changed its OSPF priority number.
Router RTA and neighbor 192.168.45.2 are exchanging OSPF LSAs.
Router RTA is the BDR.
Correct Answer: Router RTA is the BDR.
|
|
|
QID:N2C67 - If RT1 is an ABR why is it injecting a type 7 default into own table |
Posted by: joshuad31 - 03-25-2010, 11:45 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (2)
|
 |
Hello,
Your answer makes no sense to me. If RT1 is an ABR why would it inject a type 7 default route into its own routing table. It doesn't do that. Instead it injects a type 7 default route into the routing table of other routers in the area. So this means the answer needs to be:
The default route is learned from an OSPF neighbor.
That is the correct answer.
11. (QID:N2C67) Refer to the exhibit. On the basis of the information presented, which statement is true?
Exhibit:
RT1# show ip route ospf
O IA 6.0.0.0/8 [110/65] via 5.0.0.2, 00:00:18, Serial2/1/0
O* N2 0.0.0.0/0 [110/1] via 5.0.0.2, 00:00:18, Serial2/1/0
Network 6.0.0.0/8 was learned from an OSPF neighbor within the area.
The default route is learned from an OSPF neighbor.
OSPF router 5.0.0.2 is an ABR.
A default route is configured on the local router.
Correct Answer: OSPF router 5.0.0.2 is an ABR.
Explanation:
It looks like the OSPF area is an NSSA Totally Stubby Area, a Cisco proprietary feature. When the ABR is configured with the area 1 nssa no-summary command, it works exactly the same as the totally stubby technique. A single default route replaces both inbound-external (type 5) LSAs and summary (type 3 and 4) LSAs into the area. The NSSA ABR, automatically generates the O*N2 default route into the NSSA area with the no-summary option configured at the ABR.
http://www.cisco.com/warp/public/104/nssa.html
|
|
|
QID:N2C33 - Is this a stub router or an ABR |
Posted by: joshuad31 - 03-25-2010, 11:18 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
Hello,
Please consider the following:
Stub area?This is an area that will not accept external summary routes (Type 5s). Type 5 LSAs are replaced by the ABR with a default route, and internal routers send external traffic to the closest ABR. Stub areas are useful because they protect slower or less powerful routers from being overwhelmed with routes from outside.
Do you see a default route injected by an ABR into this routing table, because I certainly don't. All stubs must have a default route injected into the area by the ABR. There isn't a default route; there is a gateway of last resort but the next hop of the gateway is not in the routing table. This makes this router an ABR.
Please correct. Thanks!!!
EXHIBIT:
Router# show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
Gateway of last resort is 30.64.0.2 to network 0.0.0.0
30.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
O IA 30.2.0.0/16 [110/74] via 30.64.0.2, 00:09:13, Ethernet0
C 30.1.3.0/24 is directly connected, Serial0
O IA 30.3.0.0/16 [110/148] via 30.64.0.2, 00:05:22, Ethernet0
C 30.1.2.0/24 is directly connected, Serial1
(QID:N2C33) Consider the output of a show ip route command shown in the exhibit. Which two statements about the routing table are true? (Choose two)
The area is a stub.
The area is totally stubby.
Network 30 is using VLSM.
The routing table is for an ABR.
Correct Answer: The area is a stub.
Network 30 is using VLSM.
Explanation:
Inter-area summary routes (O IA) are included in the routing table, therefore, it is not a Totally Stubby Area, it is a Stub Area.
The statement, "30.0.0.0/8 is variably subnetted, 9 subnets, 2 masks", shows that network 30 is using VLSM. VLSM means a network can be variably subnetted into smaller networks, where each smaller network can have a different subnet mask.
|
|
|
QID:NF76 BGP multipath needed for load sharing over multiple links |
Posted by: joshuad31 - 03-25-2010, 06:30 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (3)
|
 |
Hello,
Please refer to the following resources as the answer to this question needs to be reconsidered as multipath not multihop:
http://www.cisco.com/en/US/tech/tk365/te...l#bgpmpath
BGP Multipath allows installation into the IP routing table of multiple BGP paths to the same destination. These paths are installed in the table together with the best path for load sharing
http://www.cisco.com/en/US/docs/ios/12_2...eibmp.html
The BGP Multipath Load Sharing for eBGP and iBGP feature allows you to configure multipath load balancing with both external BGP (eBGP) and internal BGP (iBGP) paths in Border Gateway Protocol (BGP) networks that are configured to use Multiprotocol Label Switching (MPLS) Virtual Private Networks (VPNs). This feature provides improved load balancing deployment and service offering capabilities and is useful for multi-homed autonomous systems and Provider Edge (PE) routers that import both eBGP and iBGP paths from multihomed and stub networks.
22. (QID:NF76) Which BGP option is required when load sharing over multiple equal-bandwidth parallel links from a single CE router to a single ISP router over eBGP?
eBGP Multipath
eBGP Multihop
BGP Synchronization
Public AS numbers
Correct Answer: eBGP Multihop
|
|
|
NB100 |
Posted by: yostin - 03-25-2010, 02:33 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (2)
|
 |
I was curious if some one could help explain why there are 3 paths.
If metric is >60 only 2 paths meet that requirement
If metric is >=60 then 4 paths meet that requirement.
|
|
|
QID NA97 |
Posted by: bumwald - 03-23-2010, 04:10 PM - Forum: Answer this question
- Replies (1)
|
 |
In the explanations they give some solutions to stop split horizon from causing problems but wouldn't a default route from the "spokes" to the central router solve this problem easiest?
This should work since R1 was receiving updates from both R2 and R3, it just wasn't propagating them.
|
|
|
QID:NG16 IGMP - Routing Protocol or Communications Protocol? |
Posted by: joshuad31 - 03-22-2010, 08:54 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (3)
|
 |
Hello,
IGMP is a communications protocol. It is not a routing protocol. You are also missing one correct answer which is IGMP snooping runs on Layer 3 routers. This is indeed correct. See link
http://en.wikipedia.org/wiki/Internet_Gr...t_Protocol
25. (QID:NG16) Which three statements are true about the Internet Group Management Protocol (IGMP)? (Choose three)
IGMP is used to register individual hosts with a multicast group.
IGMP is a multicast routing protocol that makes packet-forwarding decisions independent of other routing protocols such as EIGRP.
IGMP version 3 enables a multicast receiving host to specify to the router which sources it should forward traffic from.
IGMP messages are IP datagrams with a protocol value of 2, destination address of 224.0.0.2, and a TTL value of 1.
There are three IGMP modes: dense mode, sparse mode, and sparse-dense mode.
IGMP snooping runs on Layer 3 routers.
Correct Answer:
IGMP is a multicast routing protocol that makes packet-forwarding decisions independent of other routing protocols such as EIGRP.
IGMP is used to register individual hosts with a multicast group.
IGMP version 3 enables a multicast receiving host to specify to the router which sources it should forward traffic from.
|
|
|
|