350-401 Virtual Machines and Hypervisors • Complete Question Bank
Complete 350-401 Virtual Machines and Hypervisors question bank — all 0 questions with answers and detailed explanations.
Examine the following partial configuration on a Cisco IOS-XE device:
interface GigabitEthernet0/1 ip address 10.1.1.1 255.255.255.0 ip ospf hello-interval 5 ip ospf dead-interval 20
!
What is the effect of this configuration?
Consider the following configuration snippet:
router bgp 65000
bgp router-id 192.168.1.1
neighbor 10.0.0.2 remote-as 65001 neighbor 10.0.0.2 timers 10 30
!
What is the effect of the 'timers 10 30' command under the BGP neighbor?
Given the following EIGRP configuration:
router eigrp 100 network 10.0.0.0 0.255.255.255
metric weights 0 1 1 1 0 0 !
What is the effect of the 'metric weights' command?
Review the following OSPF configuration:
router ospf 1 network 192.168.1.0 0.0.0.255 area 0 network 10.0.0.0 0.255.255.255 area 1
default-information originate always metric 20 metric-type 1 !
What is the effect of the 'default-information originate always metric 20 metric-type 1' command?
Examine the following configuration:
interface GigabitEthernet0/0 ip address 172.16.1.1 255.255.255.0
ipv6 address 2001:db8:1::1/64 ipv6 ospf 100 area 0 !
What is missing from this configuration to enable OSPFv3 on this interface?
Consider the following BGP configuration:
router bgp 65000
bgp router-id 10.0.0.1
neighbor 10.0.0.2 remote-as 65001 neighbor 10.0.0.2 route-map SET-MED out
! route-map SET-MED permit 10 set metric 50 !
What is the effect of this route-map on outbound updates to neighbor 10.0.0.2?