350-401 Network Function Virtualization • Complete Question Bank
Complete 350-401 Network Function Virtualization question bank — all 0 questions with answers and detailed explanations.
Examine the following configuration snippet:
interface GigabitEthernet0/1 ip address 192.168.1.1 255.255.255.0 ip ospf hello-interval 20 ip ospf dead-interval 80
What is the effect of this configuration?
Consider the following configuration:
router eigrp TEST network 10.0.0.0 0.255.255.255
metric weights 0 1 0 1 0 0
What is the effect of the 'metric weights' command?
Given the following configuration:
interface GigabitEthernet0/0 ip address 10.1.1.1 255.255.255.0 ip pim sparse-mode ip igmp version 3
What is the purpose of the 'ip igmp version 3' command?
Examine this configuration:
interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0
ipv6 address 2001:db8::1/64 ipv6 ospf 1 area 0
What is the effect of the 'ipv6 ospf 1 area 0' command?
Consider the following BGP configuration:
router bgp 65000
bgp router-id 1.1.1.1
neighbor 10.1.1.2 remote-as 65001 neighbor 10.1.1.2 route-map SET_MED out
! route-map SET_MED permit 10 set metric 50
What is the effect of this configuration?
Given the following configuration:
interface GigabitEthernet0/0 ip address 10.0.0.1 255.255.255.0 ip access-group 101 in
!
access-list 101 permit tcp 192.168.1.0 0.0.0.255 any eq 80 access-list 101 deny ip any any
What is the effect of this configuration?