Which two commands are needed to allow for full reachability between AS 1000 and AS 2000?
Refer to the Exhibit. Which two commands are needed to allow for full reachability between AS 1000 and AS 2000? (Choose two)A . R1#network 192.168.0.0 mask 255.255.0.0B . R2#no network 10.0.0.0 255.255.255.0C . R2#network 192.168.0.0 mask 255.255.0.0D . R2#network 209.165.201.0 mask 255.255.192.0E . R1#no network 10.0.0.0 255.255.255.0View AnswerAnswer: B, C
Which protocol does the design include?
A customer requests a network design that supports these requirements: Which protocol does the design include?A . HSRP version 2B . VRRP version 2C . GLBPD . VRRP version 3View AnswerAnswer: D
Which technology provides a secure communication channel for all traffic at Layer 2 of the OSI model?
Which technology provides a secure communication channel for all traffic at Layer 2 of the OSI model?A . MACsecB . IPsecC . SSLD . Cisco TrustsecView AnswerAnswer: A Explanation: MACsec, defined in 802.1AE, provides MAC-layer encryption over wired networks by using out-ofband methods for encryption keying. The MACsec Key Agreement...
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?
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 100 deny tcp host 10.10.10.1 any eq 80 permit ip any anyB . ip access-list extended 200 deny tcp...
How does the RIB differ from the FIB?
How does the RIB differ from the FIB?A . The RIB is used to create network topologies and routing tables. The FIB is a list of routes to particular network destinations.B . The FIB includes many routes a single destination. The RIB is the best route to a single destination.C...
What are two differences between the RIB and the FIB? (Choose two.)
What are two differences between the RIB and the FIB? (Choose two.)A . The FIB is derived from the data plane, and the RIB is derived from the FIB.B . The RIB is a database of routing prefixes, and the FIB is the Information used to choose the egress interface...
Assuming that all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers, which configuration accomplish task?
Refer to the exhibit. An engineer must ensure that all traffic leaving AS 200 will choose Link 2 as the exit point. Assuming that all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers, which configuration accomplish task?A . R4(config-router)bgp...
What is the cause of the log messages?
Refer to the Exhibit. What is the cause of the log messages?A . hello packet mismatchB . OSPF area changeC . MTU mismatchD . IP address mismatchView AnswerAnswer: B
Which configuration commands can the engineer use to allow this traffic without disrupting existing traffic flows?
Refer to the exhibit. An engineer must modify the access control list EGRESS to allow all IP traffic from subnet 10.1.10.0/24 to 10.1.2.0/24. The access control list is applied in the outbound direction on router interface GigabitEthemet 0/1. Which configuration commands can the engineer use to allow this traffic without...
Which configuration establishes EBGP neighborship between these two directly connected neighbors and exchanges the loopback network of the two routers through BGP?
Refer to the exhibit. Which configuration establishes EBGP neighborship between these two directly connected neighbors and exchanges the loopback network of the two routers through BGP?A . R1(config)#router bgp 1 R1(config-router)#neighbor 192.168.10.2 remote-as 2 R1(config-router)#network 10.1.1.0 mask 255.255.255.0 R2(config)#router bgp 2 R2(config-router)#neighbor 192.168.10.1 remote-as 1 R2(config-router)#network 10.2.2.0 mask 255.255.255.0B ....