Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
PremiatoCasino Online—Viv...
Forum: General
Last Post: LucasTwida
11 hours ago
» Replies: 0
» Views: 64
Scelta MiglioreCasino con...
Forum: General
Last Post: LucasTwida
11 hours ago
» Replies: 0
» Views: 63
AN177
Forum: Answer this question
Last Post: help_desk
Today, 07:30 AM
» Replies: 1
» Views: 246
QID:AN328
Forum: Answer this question
Last Post: help_desk
09-02-2025, 12:02 PM
» Replies: 1
» Views: 787
AN247
Forum: Answer this question
Last Post: help_desk
09-02-2025, 11:55 AM
» Replies: 1
» Views: 680
AR515
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
08-29-2025, 11:19 AM
» Replies: 1
» Views: 962
AR374
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
08-29-2025, 11:14 AM
» Replies: 1
» Views: 935
3rd times the charm! PASS...
Forum: CCNP ENCOR 350-401 Forum
Last Post: dixie76
08-27-2025, 02:50 AM
» Replies: 1
» Views: 1,091
AR521
Forum: CCNP ENARSI 300-410 Forum
Last Post: chewosaurus
08-26-2025, 02:30 PM
» Replies: 2
» Views: 1,250
300-415 Exam Experience
Forum: CCNP ENSDWI 300-415 Forum
Last Post: nothisisptrk
08-25-2025, 02:51 PM
» Replies: 0
» Views: 828

 
  March 29 CCNA
Posted by: gjrap77 - 03-29-2011, 05:01 PM - Forum: Exam Experience - No Replies

I have my CCNA this afternoon and am wondering what peoples test experience was like today. Sims and question areas pls

Print this item

  LAB #7
Posted by: sdunn96 - 03-28-2011, 01:48 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (11)

Looking at the config listed for R2, they set the distance using
distance eigrp 90 109

I think it should have been distance eigrp 90 190
Because the default external distance is 170, so making it 109 would make the path through R2 to OSPF domain a better option than going through R3...And the one through R3 is the desired path for this Lab.
Not to mention that OSPF AD is 110.

Does anyone have ideas on this??

Print this item

  QID: NA602 Prefix length question
Posted by: pglasc - 03-26-2011, 06:39 PM - Forum: Answer this question - Replies (1)

Please, could somebody explain how to get the answer for this question. I have googled it and I just do not know how to get to the correct answer. " Which command would allow the translations to be created on the router?
I understand the IP address part but not the prefix length. Doing the math on the IP's 1.1.128.1 - 1.1.135.174 looks to me the prefix would would be 21 which is not in the list.

Print this item

  Subnet mask calculation
Posted by: sahini - 03-24-2011, 09:29 PM - Forum: Answer this question - Replies (2)

[Image: ssqq.png]

Uploaded with ImageShack.us

I didnt understand why we dont use 12 host bits?

Print this item

  QID:RTE227
Posted by: angelo8888 - 03-23-2011, 09:13 AM - Forum: CCNP ENARSI 300-410 Forum - Replies (4)

View the exhibit. Currently the two eBGP links between AS100 and AS200 have an average inbound load of 65% and 20% respectively. After further investigation, traffic to 10.10.1.16/28 accounts for 45%, and traffic to 10.10.1.32/28 and to 10.10.1.48/28 each account for 20% of the inbound load. The BGP attributes are currently set at their default values in both autonomous systems.

If you want to influence how AS200 sends traffic to AS100, which eBGP configurations would you configure in AS100 to influence AS200 to use the eBGP links more evenly? (Select two.)



Your Answer:    route-map as_50 permit 10
                          match ip address 50
                          set metric 150
                          access-list 50 permit 10.10.1.32 0.0.0.240
                          neighbor 192.168.30.2 route-map as_50 out

Correct Answer: neighbor 192.168.20.2 route-map as_50 out
                          route-map as_50 permit 10
                          match ip address 50
                          set metric 150
                          access-list 50 permit 10.10.1.32 0.0.0.240



Explanation:
We want to reduce the incoming traffic on the 65% route and increase the traffic on the 20% route, by using mechanism that instructs EBGP neighbor in AS 200 to prefer more the path between routers F and B.
The MED is used to decide how to enter an AS. It is used when multiple pathways exist between two autonomous systems, and one AS is trying to influence the incoming path from the other AS. A lower MED value is preferred; the default set to 0 for Cisco routers. So what we want to do is raise the MED on a subnet on the 65% route in AS 100, that when advertised to EBGP neighbor in AS 200, it prefers the 20% route.
Since the 10.10.1.48 favors the 20% from router B route due to route cost,  and 10.10.1.16 favors the 65% route from router A due to the same reasoning, the subnet we should try to manipulate is the 10.10.1.32 because it is traveling the 65% path (20% +45%=65%). So lets raise the MED on the 65% path from router A to 150 so the lower MED on the 20% path from router B is preferred.
Step 1: Define the neighbor that you want to raise the MED to and the route-map you will use to do this:
Neighbor 192.168.30.2 route-map AS_50 out

Step 2: Write the Route map to raise Med to 150 and define the traffic associated with this route-map via ACL:
route-map as_50 permit 10
match IP address 50
set metric 150
access-list 50 permit 10.10.1.32 0.0.0.240

Now you have raised the med of a 20% traffic across the Router A route to the AS200. This traffic will now switch to use router B route as the preferred route due to lower MED. This in turn raises the traffic on router B to 40% (from 20%) and lowers the traffic on router A to 45% (from 65%).



Based on the explanation, shouldn't my answer be correct? Also the access-list entry wildcard mask should be 0.0.0.7 and not 0.0.0.240

Print this item

  Possible Type-o's??
Posted by: sdunn96 - 03-17-2011, 05:11 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (3)

QID:RTE140, For BGP, regarding the Exhibit,
I think the ACL that is referenced is incorrect.....
"match ip address 20"
And the ACL is "access-list 65 permit...."


And also::

Hands On Lab #4, OSPF Virtual Link
This has the IPv6 addresses.

I am confused by the Running Config between R2 and R3
They are configured w/ IPv4 Addresses, but yet show ospf for IPv6 enabled on the interfaces.
I don't think it will work that way.

Can anyone smarter than I, shed some light on those two problems??

Print this item

  Simulations
Posted by: 541S - 03-15-2011, 12:07 PM - Forum: General Discussion - Replies (1)

When I was practicing for the simulations on the CCNA I used Packet Tracer, a bunch.  Now it's time for the CCNP and Packet Tracer doesn't support many of the required commands .  I have seen a few references to GNS3, checked out the web site, they say I will need an IOS file.  I am familiar with IOS files, I also know a CISCO IOS is a closely guarded item.  I asked my CISCO instructor about it, turns out I got a better chance at sleeping with his wife.  My question is, for you guys/gals running GNS3, where are you getting these IOS files.

Print this item

  real time implementation
Posted by: jonnitwo - 03-15-2011, 07:07 AM - Forum: General Discussion - No Replies

Hello
Anyone helps me please i want Immediately

Define topologies in real time implementation compare and contrast each other ?
about 1800 words . if you know a site then tell me so i can get material from it.
If help you than thank you for this.

Print this item

  Cisco CCNA CCENT Lab Kit two 2610 router one1924 switch for $230
Posted by: sharpmusic - 03-14-2011, 06:13 PM - Forum: General - Replies (1)

Just trying to pass on the love.  I have a CCNA lab kit which consists of two 2610 routers (2 wic1-t & DB60 Back to Back cable, Console Cable) and one 1924 switch on Ebay for $230 OBO  free shipping if anyone is interested the link is below


Thanks

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=220754463735

Print this item

  froad and scam pass-guranteed.com
Posted by: daisy - 03-14-2011, 09:23 AM - Forum: General - No Replies

i used www.pass-guranteed.com website for preparing my exam
but there are all material fake and old
all material is useless on this site
don't waste ur money or time on there

Print this item