CCIE-Routing and Switching Written exam (3.1) : 350-001 Exam
Exam Number/Code: 350-001
Exam Name: CCIE-Routing and Switching Written exam (3.1)
VUE Code: 350-001
Questions Type: Single choice,
Question Numbers of Real-exam: 100 questions
Exam Language(s): English
“CCIE-Routing and Switching Written exam (3.1)”, also known as 350-001 exam, is a Cisco certification.
Preparing for the 350-001 exam Searching 350-001 Test Questions, 350-001 Exam, 350-001 Dumps
With the complete collection of questions and answers Q&as with Expert Explanations, Pass4sure has assembled to take you through 315 Q&As to your 350-001 Exam preparation. In the 350-001 exam resources, you will cover every field and category in CCIE helping to ready you for your successful Cisco Certification.
QUESTION 31
The PassGuide network topology is shown in the following exhibit:
Network configuration exhibit:
In the network illustrated PassGuide 3, PassGuide 4 are configured to run all connected
links in OSPF area 1. The network administrator is complaining that traffic
destined to 192.168.1.0/24 is being routed to PassGuide 2, even through PassGuide 2 is
not running OSPF. Is this correct OSPF behavior or is something wrong with this
network?
A. The next hop towards 192.168.1.0/24 at PassGuide 4 should be 10.1.1.1, since
PassGuide 1 is redistributing the route from EIGRP into OSPF. PassGuide 3 is forwarding
traffic incorrectly
B. PassGuide 4 would not have a route towards 192.168.1.0/24, so the network
administrator is wrong in thinking any traffic is being forwarded there
C. The next hop towards 192.168.1.0/24 at PassGuide 4 should be 10.1.1.2 which is
350-001
www.actualtest.org – The Power of Knowing
PassGuide 2
D. The next hop towards 192.168.1.0/24 at PassGuide 4 would be 10.1.2.2, which is
PassGuide 3. PassGuide 3 should be load sharing between PassGuide 1 and PassGuide 2 for its
next hop
E. None of the above
Answer: C
Explanation:
Since OSPF and EIGRP are being redistributed between PassGuide 1 and PassGuide 2, the
route will appear to PassGuide 4 as an external route, with the next hop being the IP
address at PassGuide 2.
QUESTION 32
The PassGuide network is depicted below:
Router PassGuide 6 is configured as shown below:
You are required to configure redistrubition of IGP protocols to ensure full IP
visability between all routers. As a safety precaution you must ensure that
PassGuide 6 can not learn EIGRP routes it previously advertised into the RIP domain
back from PassGuide 4.
What should you do in this scenario?
350-001
www.actualtest.org – The Power of Knowing
A. Apply a distribute-list command to the FastEthernet and serial interfaces
B. Apply a distribute-list command to the router rip area with the serial 0/0.103 interface
only
C. Apply a distribute-list command to the router EIGRP area with the serial interfaces
D. Apply a route-map to the FastEthernet interfaces
E. Apply a route-map and distribute-list command to complete the configuration
Answer: B
Explanation:
In order to prevent the EIGRP subnet routes from being advertised back to router
PassGuide 6, we need to apply a distribute list command to the RIP routing process. The
distribute list command should specify the routes that were configured in access-list 1.
This will prevent the EIGRP subnets from being advertised back in via RIP. Since
interface serial 0/0.103 is used as the connection to router PassGuide 4, the distribute list
should be applied to this interface only. The other serial link to router PassGuide 1 does not
need to be included, since this interface is specified as passive, by the “passive-interface
default” configuration line.
Incorrect Answers:
A: Applying a distribute list to the fast Ethernet interfaces would result in lost
connectivity between the EIGRP routers.
C: The distribute list needs to be applied to the RIP routing process, not the EIGRP
process since you want to filter the incoming networks from the RIP network on the
frame relay network.
D, E: It is not necessary to use route-maps for simply filtering network subnets.
QUESTION 33
A customer has a router with an interface connected to an OSPF network, and an
interface connected to an EIGRP network. Both OSPF and EIGRP have been
configured on the router. However, routers in the OSPF network do not have route
entries in the route table for all of the routers form the EIGRP network. The
default-metric under OSPF is currently set to 16. Based on this information, what is
the most likely cause of this problem?
A. The ’subnets’ keyword was not used under the OSPF process when redistributing
EIGRP into OSPF.
B. EIGRP is configured as a Stub area, and therefore routes will not be redistributed
unless a route-map is used to individually select the routes for redistribution.
C. The ’subnets’ keyword was not used the EIGRP process when redistributing between
OSPF into EIGRP.
D. The default metric for OSPF is set to 16, and therefore all EIGRP routes that are
redistributed are assigned this metric, and are automatically considered unreachable by
EIGRP.
E. A metric was not assigned as part of the redistribution command for EIGRP routes
redistributing into OSPF, and the default behavior is to assign a metric of 255, which is
considered unreachable by OSPF.
350-001
www.actualtest.org – The Power of Knowing
F. None of the above
Answer: A
Explanation:
When routes are redistributed into OSPF, only routes that are not subnetted are
redistributed if the subnets keyword is not specified. It is generally a good idea to include
the “subnets” keyword at all times when redistributing routes from other protocols into
OSPF.
Incorrect Answers:
B. There is nothing in this question to lead us to believe that stub networks are being
used at all. Even if they were, route maps would not be needed to redistribute the EIGRP
and OSPF routes.
C. The “subnets” keyword needs to be placed under the OSPF process, not the EIGRP
process.
D. EIGRP routes with a metric of 16 are acceptable, and not considered unreachable. If
the routing protocol used was RIP instead of EIGRP then this would be true.
E. When redistributing from one OSPF process to another OSPF process on the same
router, the metric will be carried through from one process to the other if no metric value
is specified. When redistributing other processes to an OSPF process, the default metric
is 20 when no metric value is specified.
QUESTION 34
Router CK1 is running BGP as well as OSPF. You wish to redistribute all OSPF
routes into BGP. What command do you need to change to ensure that ALL
available OSPF networks are in the BGP routing table?
A. redistribute ospf 1 match external
B. redistribute ospf 1 match external 1
C. redistribute ospf 1 match external all internal all
D. redistribute ospf 1 match internal all external 1 external 2
E. redistribute ospf 1 match internal external 1 external 2
F. None of the above
Answer: E
Explanation:
In this case, all OSPF routes are redistributed into BGP by using both the internal and
external keywords, as shown in this Router configuration:
router bgp 100
redistributeospf 1 match internal external 1 external 2
Reference:
http://www.cisco.com/en/US/tech/ CK3 65/technologies_tech_note09186a00800943c5.shtml
QUESTION 35
While troubleshooting a LAN issue on the PassGuide network, you notice a number
350-001
www.actualtest.org – The Power of Knowing
of unicast frames. Having multiple unknown unicast frames in a switch would most
likely deplete which of the following resources?
A. MAC Addresses available in the system
B. Power Consumption
C. Memory available for frame buffering
D. TCAM entries
E. Available bandwidth
F. None of the above
Answer: E
Pass4sure 350-001 Questons and Answers : 315 Q&
Updated: 4/18/2008
Market Price: 159.99
Member Price: 99.99
Free download:pass4sure 350-001 3.10
Free download:PassGuide 350-001 3.10
password:www.ciscoexams.org
Download Latest Passforsure P4S Rapidshare links
- Free pass4sure ccnp 642-901 2.85 Download
- Free Ciscopress CCNA Video Mentor (Exam 640-802) Download
- Free Free Latest PassGuide cisco 640-802 exam Download
- Free Testout Cisco Certified Network Associate (CCNA 640-802) Download
- Free free PassGuide cisco ccna ccnp ccie demo exam Download
- Free Free lateat Pass4sure Cisco CCNP Iscw 642-825 Exam v2.95 Download
- Free TestKing CISCO CCIE Lab Download
- Free free PassGuide ccnp bsci 642-901 vce v2.83 Download
- Free trainsignal Cisco CCNA Training Videos Download
- Free pass4sure cisco ccnp 642-892 3.27 4shared Download
- Free CCNA 2 – Module 2 Exam Answers Download
- Free pass4sure ccnp bsci 642-901 v2.93 Download
- Free CCNA Exam Dumps (4 Q&As) Download
- Free Pass4sure Cisco CCIE Exam 350-001 v2.95 Download
- Free PassGuide ccie 350-001 06/25/2008 Download

