Cisco (300-410-ENARSI) Exam Questions And Answers page 17
The exhibit is a frame relay hub-and-spoke topology with router A as the hub.
You want to use the OSPF routing protocol between all three locations. Which interface configuration commands are required on router A? (Choose three.)
You want to use the OSPF routing protocol between all three locations. Which interface configuration commands are required on router A? (Choose three.)
ip ospf network point-to-point
ip ospf network point-to-multipoint
frame-relay map 10.20.10.21 221
frame-relay map 10.20.10.22 222
frame-relay map ip 10.20.10.21 221 broadcast
frame-relay map ip 10.20.10.22 222 broadcast
Layer 3 Technologies
Infrastructure Security and Services
The following configuration is present on a router R1:
Which part of the configuration provides many-to-one access for all devices on the defined segments to share a single IP address upon exiting the external interface?
Which part of the configuration provides many-to-one access for all devices on the defined segments to share a single IP address upon exiting the external interface?
ip nat inside
ip nat outside
ip nat inside source list 7 serial0 overload
access-list 7 permit 10.10.10.0 0.0.0.31
access-list 7 permit 10.10.20.0 0.0.0.31
access-list 7 permit 10.10.20.0 0.0.0.31
Layer 3 Technologies
Infrastructure Security and Services
The following configuration was applied to the router R66:
What is the interface ID and the IP address of the subinterface created to host the virtual network named red? (Choose two.)
What is the interface ID and the IP address of the subinterface created to host the virtual network named red? (Choose two.)
FastEthernet1/0/0.3
FastEthernet0/0/0.red
FastEthernet0/0/3
10.1.1.3
10.1.1.1
10.0.0.3
Layer 3 Technologies
Infrastructure Security and Services
The network administrator configured R1 for Control Plane Policing so that the inbound Telnet traffic is policed to 100 kbps. This policy must not apply to traffic coming in from 10.1.1.1/32 and 172.16.1.1/32. The administrator has configured this:
access-list 101 permit tcp host 10.1.1.1 any eq 23
access-list 101 permit tcp host 172.16.1.1 any eq 23
!
class-map CoPP-TELNET
match access-group 101
!
policy-map PM-CoPP
class CoPP-TELNET
police 100000 conform transmit exceed drop
!
control-plane
service-policy input PM-CoPP
The network administrator is not getting the desired results.
Which set of configurations resolves this issue?
access-list 101 permit tcp host 10.1.1.1 any eq 23
access-list 101 permit tcp host 172.16.1.1 any eq 23
!
class-map CoPP-TELNET
match access-group 101
!
policy-map PM-CoPP
class CoPP-TELNET
police 100000 conform transmit exceed drop
!
control-plane
service-policy input PM-CoPP
The network administrator is not getting the desired results.
Which set of configurations resolves this issue?
no access-list 101
access-list 101 deny tcp host 10.1.1.1 any eq 23
access-list 101 deny tcp host 172.16.1.1 any eq 23
access-list 101 permit ip any any
access-list 101 deny tcp host 10.1.1.1 any eq 23
access-list 101 deny tcp host 172.16.1.1 any eq 23
access-list 101 permit ip any any
control-plane
no service-policy input PM-CoPP
!
interface Ethernet 0/0
service-policy input PM-CoPP
no service-policy input PM-CoPP
!
interface Ethernet 0/0
service-policy input PM-CoPP
no access-list 101
access-list 101 deny tcp host 10.1.1.1 any eq 23
access-list 101 deny tcp host 172.16.1.1 any eq 23
access-list 101 permit ip any any
!
Interface E 0/0
service-policy input PM-CoPP
access-list 101 deny tcp host 10.1.1.1 any eq 23
access-list 101 deny tcp host 172.16.1.1 any eq 23
access-list 101 permit ip any any
!
Interface E 0/0
service-policy input PM-CoPP
control-plane
no service-policy input PM-CoPP
service-policy input PM-CoPP
no service-policy input PM-CoPP
service-policy input PM-CoPP
Layer 3 Technologies
Infrastructure Security and Services
The network administrator has configured router R2 to redistribute a newly installed EIGRP network into their core OSPF network. The redistributed networks and subnets are not properly appearing in the routing tables of the other routers. The following output displays partial configuration for router R2:
router ospf 10
redistribute eigrp 50 metric 100 metric-type 1
network 192.16.31.0 0.0.0.255
What two modifications would correct the problem? (Choose two.)
router ospf 10
redistribute eigrp 50 metric 100 metric-type 1
network 192.16.31.0 0.0.0.255
What two modifications would correct the problem? (Choose two.)
Change the EIGRP AS number from 50 to 10
Change the AS number specified for OSPF to 50
Add the command network 10.0.0.0 0.0.0.255
Add the command network 10.0.0.0 255.255.255.0
Add the level-1-2 keyword to the redistribute command
Add the subnets keyword to the redistribute command
Change the command network 192.16.31.0 0.0.0.255 to include the area keyword and value
Layer 3 Technologies
Infrastructure Services
View the sample output of the debug ip eigrp command.
What is the significance of the number 4294967295 as shown in the output?
What is the significance of the number 4294967295 as shown in the output?
It represents the unreachable metric for EIGRP.
It represents the administrative distance for EIGRP.
It represents a reachable metric for the given network.
It represents one of the link characteristics that EIGRP uses to calculate the metric.
Layer 3 Technologies
What are the two functions of IPv6 Source Guard?
Multiple Choice
What are two functions of IPv6 Source Guard? (Choose two.)
It works independent from IPv6 neighbor discovery.
It denies traffic from unknown sources or unallocated addresses.
It uses the populated binding table to allow legitimate traffic.
It denies traffic by inspecting neighbor discovery packets for specific patterns.
It blocks certain traffic by inspecting DHCP packets for specific sources.
Layer 3 Technologies
VPN Technologies
What are the two functions of LDP?
Multiple Choice
What are two functions of LDP? (Choose two.)
It advertises labels per Forwarding Equivalence Class.
It uses Forwarding Equivalence Class.
It is defined in RFC 3038 and 3039.
It requires MPLS Traffic Engineering.
It must use Resource Reservation Protocol.
Layer 3 Technologies
VPN Technologies
What are the two functions of MPLS Layer 3 VPNs?
Multiple Choice
What are two functions of MPLS Layer 3 VPNs? (Choose two.)
It is used for transparent point-to-multipoint connectivity between Ethernet links/sites.
A packet with node segment ID is forwarded along with shortest path to destination.
Customer traffic is encapsulated in a VPN label when it is forwarded in MPLS network.
BGP is used for signaling customer VPNv4 routes between PE nodes.
LDP and BGP can be used for Pseudowire signaling.
Layer 3 Technologies
VPN Technologies
What are two purposes of using IPv4 and VPNv4 address-family configurations in a Layer 3 MPLS VPN? (Choose two.)
RD is prepended to the IPv4 route to make it unique.
The VPNv4 address consists of a 64-bit route distinguisher that is prepended to the IPv4 prefix.
MP-BGP is used to allow overlapping IPv4 addresses between customers to advertise through the network.
The IPv4 address is needed to tag the MPLS label.
The VPNv4 address is used to advertise the MPLS VPN label.
Layer 3 Technologies
VPN Technologies
Comments