Tag Archives: address

A network engineer must configure a router for Flexible NetFlow IPFIX export. The IP address of the destination server is 172.17.12.1. The source address must be set to the Loopback0 IPv4 address and exported packets must be set to DSCP CS3. The TTL must be 64 and the transport protocol must be set to UDP with destination port 4739. Which configuration must the engineer apply to the router?

A. configure terminal flow exporter EXPORTER-1 destination 172.17.12.1 source Loopback0 dscp 3 ttl 64 export-protocol netflow-v9 transport udp 4739 end B. configure terminal flow exporter EXPORTER-1 destination 172.17.12.1 source Loopback0 dscp 24 ttl 64 export-protocol ipfix end C. configure terminal flow exporter EXPORTER-1 destination 172.17.12.1 source Loopback0 dscp 24 ttl 64 export-protocol netflow-v9 transport udp 4739 end D.… Read More »

EIGRP is running across the core to exchange internal routes, and each router maintains iBGP adjacency with the other routers on the network. An operator has configured static routes on the edge routers R1 and R2 for IP address 10.0.1.1, which is used as a black hole route as shown. Which configuration should the operator implement to the management router to create a route map that will redistribute tagged static routes into BGP and create a static route to blackhole traffic with tag 777 that is destined to the server at 192.168.10.100?

router(config)# route-map blackhole-trigger router(config-route-map)# match tag 777 router(config-route-map)# set ip next-hop 10.0.1.1 router(config-route-map)# set origin igp router{config-route-map)# set community no-export Refer to the exhibit. EIGRP is running across the core to exchange internal routes, and each router maintains iBGP adjacency with the other routers on the network. An operator has configured static routes on the edge routers R1… Read More »

An engineer must assign an IP address of 192.168.1.1/24 to the GigabitEthernet1 interface. Which two commands must be added to the existing configuration to accomplish this task? (Choose two.)

Refer to the exhibit. An engineer must assign an IP address of 192.168.1.1/24 to the GigabitEthernet1 interface. Which two commands must be added to the existing configuration to accomplish this task? (Choose two.) A. Router(config-if)#ip address 192.168.1.1 255.255.255.0 B. Router(config-vrf)#address-family ipv4 C. Router(config-vrf)#ip address 192.168.1.1 255.255.255.0 D. Router(config-if)#address-family ipv4 E. Router(config-vrf)#address-family ipv6 Answer: Option A, D. Explanation:  No… Read More »

An engineer must configure interface GigabitEthernet0/0 for VRRP group 10. When the router has the highest priority in the group, it must assume the master role. Which command set must be added to the initial configuration to accomplish this task? Initial Configuration interface GigabitEthernet0/0 description To IDF A 38-24-044.40 ip address 172.16.13.2 255.255.255.0

A. standby 10 ip 172.16.13.254 255.255.255.0 standby 10 preempt B. vrrp group 10 ip 172.16.13.254 255.255.255.0 vrrp group 10 priority C. standby 10 ip 172.16.13.254 standy 10 priority 120 D. vrrp 10 ip 172.16.13.254 vrrp 10 preempt Answer: Option D. Explanation:  No answer description available for this question Show AnswerDiscussion The post An engineer must configure interface GigabitEthernet0/0… Read More »

What is the difference between the MAC address table and TCAM?

A. TCAM is used to make L2 forwarding decisions. CAM is used to build routing tables. B. Router prefix lookups happen in TCAM. MAC address table lookups happen in CAM. C. The MAC address table supports partial matches. TCAM requires an exact match. D. The MAC address table is contained in TCAM. ACL and QoS information is stored… Read More »

What is required to configure a second export destination for IP address 192.168.10.1?

Refer to the exhibit. What is required to configure a second export destination for IP address 192.168.10.1? A. Specify a different UDP port. B. Specify a different TCP port. C. Configure a version 5 flow-export to the same destination. D. Specify a different flow ID. E. Specify a VRF. Answer: Option A. Explanation:  No answer description available for… Read More »

Which outbound access list, applied to the WAN interface of a router, permits all traffic except for http traffic sourced from the workstation with IP address 10.10.10.1?

A. ip access-list extended 200deny tcp host 10.10.10.1 eq 80 any permit ip any any B. ip access-list extended 10deny tcp host 10.10.10.1 any eq 80 permit ip any any C. ip access-list extended NO_HTTPdeny tcp host 10.10.10.1 any eq 80 D. ip access-list extended 100 deny tcp host 10.10.10.1 any eq 80 permit ip any any Answer:… Read More »

While configuring an IOS router for HSRP with a virtual IP of 10.1.1.1, an engineer sees this log message. Jan 1 12:12:12.111 : %HSRP-4-DIFFVIP1: GigabitEthernet0/0 Grp 1 active routers virtual IP address 10.1.1.1 is different to the locally configured address 10.1.1.25 Which configuration change must the engineer make?

A. Change the HSRP group configuration on the local router to 1. B. Change the HSRP virtual address on the local routerto 10.1.1.1. C. Change the HSRP virtual address on the remote routerto 10.1.1.1. D. Change the HSRP group configuration on the remote routerto 1. Answer: Option B. Explanation:  No answer description available for this question Show AnswerDiscussion… Read More »

Which IP address becomes the active next hop for 192.168.102.0/24 when 192.168.101.2 fails?

Refer to the exhibit. Which IP address becomes the active next hop for 192.168.102.0/24 when 192.168.101.2 fails? A. 192.168.101.10 B. 192.168.101.14 C. 192.168.101.6 D. 192.168.101.18 Answer: Option D. Explanation:  No answer description available for this question Show AnswerDiscussion The post Which IP address becomes the active next hop for 192.168.102.0/24 when 192.168.101.2 fails? appeared first on Majanto.