Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
EC877 and EC1112
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
12-18-2024, 04:39 PM
» Replies: 2
» Views: 121
|
Packet Tracer Labs
Forum: Site News & Issues
Last Post: help_desk
12-16-2024, 07:34 AM
» Replies: 5
» Views: 1,325
|
EC1103 and EC672
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
12-12-2024, 05:24 PM
» Replies: 1
» Views: 137
|
EC935
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
12-10-2024, 05:22 PM
» Replies: 1
» Views: 162
|
IP Services Sim
Forum: Answer this question
Last Post: forumsupport
11-29-2024, 06:42 PM
» Replies: 1
» Views: 312
|
PASSED!
Forum: CCNP ENCOR 350-401 Forum
Last Post: brownhorse
11-23-2024, 12:55 AM
» Replies: 0
» Views: 245
|
Passed Exam
Forum: CCNP ENCOR 350-401 Forum
Last Post: brownhorse
11-16-2024, 01:25 AM
» Replies: 1
» Views: 777
|
AN324
Forum: Answer this question
Last Post: help_desk
11-13-2024, 10:19 AM
» Replies: 1
» Views: 462
|
AN413
Forum: Answer this question
Last Post: help_desk
11-08-2024, 01:11 PM
» Replies: 1
» Views: 483
|
AND60
Forum: Answer this question
Last Post: help_desk
11-04-2024, 10:37 AM
» Replies: 1
» Views: 433
|
|
|
CCNA Voice Exams on How2Pass |
Posted by: gotVoIP - 04-07-2010, 02:18 PM - Forum: General
- No Replies
|
|
Hello Everyone,
Will How2Pass be featuring practice exams for the CCNA Voice anytime soon?
|
|
|
Passed CCENT today |
Posted by: ciscorocks - 04-06-2010, 03:47 PM - Forum: Exam Experience
- Replies (2)
|
|
Thanks H2p I passed CCENT today with 815. Passing score is 804, barely made it through. The study materials other than H2p is "The Bryant Advantage." His study guide is the best I've seen.
On the test I had total of 50 questions with 90 minutes.
Two Sims. 1. Complete topology with Configure password. The IP address was totally different than the one on H2p Sims.
2. Show various show commands. On the second Sim the outgoing port was not shown on the 4th router. This threw me off. All the others were listed.
Four testlets - 1. Identity the path a packet takes in a network. The question was in reverse order. Instead from Host A to B. It was B to A.
2. Router/switch testlet security questions. Basically asking about the running config. Password on Switch was not encrypted for telnet. It was a weak PW but telnet was set to no login. Router line vty and con 0 PW was encrypted. So the question were base on the security.
3. Identify the path a FTP packet takes in reverse order. Instead of Host A to FTP server. FTP to HostA
4. ? not sure.
|
|
|
Thanks H2P. |
Posted by: abafad - 04-03-2010, 11:11 PM - Forum: Exam Experience
- No Replies
|
|
Hey! 936/1000 today, AWESOME. 802 is now over, getting ready for NP. Thanks H2P.
|
|
|
640-802 How2pass |
Posted by: jerseyplayer - 04-02-2010, 11:18 AM - Forum: General
- Replies (1)
|
|
Is the How2pass 640-802 test prep a combination of the 640-822 and 640-816 questions or a collection of somewhat different questions? Can the 640-802 test prep be used to prep for the 640-822? Is it better just to use the 640-822 test prep for the 640-822 test?
For 10 more dollars it seems a better deal to get the 640-802 even for the 640-822 test. Is this practical?
JerseyPlayer
|
|
|
Understand Frame Relay In 5 Minutes |
Posted by: CCNA12 - 03-31-2010, 04:12 PM - Forum: Exam Experience
- Replies (1)
|
|
The simplified easiest way to Understand Frame Relay:
1. the serial interface has no layer 2 address
2. the DLCI number is the ID of the virtual cable
Look at the diagram below:
99 is the ID for the virtual cable between R1 and the Cloud.
16 and 17 are the two virtual cables between R2 and the Cloud.
28 is the ID for the virtual cable between R3 and the Cloud.
The ISP cloud connects cable 17 to cable 28, cable 16 to cable 99.
Keep in mind that there is no Layer 2 address on the Frame Relay serial interface.
Ok, that is our physical connection.
Now , let's say we have IP address configured on these routers respective interface:
R1: 192.168.123.1
R2: 192.168.123.2
R3: 192.168.123.3
Now, we need to tell the routers how to reach others.
Router R2 uses cable 16 to reach R1, 17 to reach R3
R2:
Frame-relay map ip 192.168.123.1 16
Frame-relay map ip 192.168.123.3 17
Because of the ip 192.168.123.1 to the DLCI 16 mapping, packets destined for 192.168.123.1 will be put on cable 16.
Because cable 16 is connected to cable 99 by the Frame Relay ISP, the packets will go through cable 99 and arrive at R1.
Because of the ip 192.168.123.3 to the DLCI 17 mapping, packets destined for 192.168.123.3 will be put on cable 17.
Because cable 17 is connected to cable 28 by the Frame Relay ISP, the packets will go through cable 28 and arrive at R3.
Router R1 uses cable 99 to reach both R2 and R3, because that is the only cable connected to the cloud.
R1:
Frame-relay map ip 192.168.123.2 99
Frame-relay map ip 192.168.123.3 99
Because of the ip 192.168.123.2 to the DLCI 99 mapping, packets destined for 192.168.123.2 will be put on cable 99.
Because cable 99 is connected to cable 16 by the Frame Relay ISP, the packets will go through cable 16 and arrive at R2.
Because of the ip 192.168.123.3 to the DLCI 99 mapping, packets destined for 192.168.123.3 will be put on cable 99.
Because cable 99 is connected to cable 16 by the Frame Relay ISP, the packets will go through cable 16 and arrive at R2.
Now, R2 receives this packet which is destined for 192.168.123.3.
R2 checks its own ip to DLCI mapping, and would found 192.168.123.3 is mapped to 17.
R2 then put this packets on the virtual cable 17.
The packets would go through cable 17 and cable 28, and arrive at the right destination.
R3:
Frame-relay map ip 192.168.123.1 28
Frame-relay map ip 192.168.123.2 28
Because of the ip 192.168.123.2 to the DLCI 28 mapping, packets destined for 192.168.123.2 will be put on cable 28.
Because cable 28 is connected to cable 17 by the Frame Relay ISP, the packets will go through cable 17 and arrive at R2.
Because of the ip 192.168.123.1 to the DLCI 28 mapping, packets destined for 192.168.123.1 will be put on cable 28.
Because cable 28 is connected to cable 17 by the Frame Relay ISP, the packets will go through cable 17 and arrive at R2.
Now, R2 receives this packet which is destined for 192.168.123.1.
R2 checks its own ip to DLCI mapping, and would found 192.168.123.1 is mapped to 16.
R2 then put this packets on the virtual cable 16.
The packets would go through cable 16 and cable 99, and arrive at the right destination.
By David Rupu Xiao CCIE #24177
|
|
|
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.
|
|
|
|