300-410 Device Management • Complete Question Bank
Complete 300-410 Device Management question bank — all 0 questions with answers and detailed explanations.
A network engineer runs the following command on Router R1:
R1# show ip eigrp neighbors
IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.2 Gi0/0 13 00:12:34 10 200 0 15 1 192.168.2.2 Gi0/1 10 00:10:22 12 200 0 22 2 10.10.10.2 Gi0/2 14 00:08:15 15 200 0 18
Based on this output, which statement is correct?
A network engineer runs the following command on Router R1:
R1# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 192.168.1.2 1 FULL/DR 00:00:35 192.168.1.2 Gi0/0 192.168.2.2 1 2WAY/DROTHER 00:00:38 192.168.2.2 Gi0/1 10.10.10.2 1 FULL/BDR 00:00:32 10.10.10.2 Gi0/2
Based on this output, what is a potential issue?
A network engineer runs the following command on Router R1:
R1# show bgp ipv4 unicast summary
BGP router identifier 192.168.0.1, local AS number 65001 BGP table version is 10, main routing table version 10
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 192.168.1.2 4 65002 1002 1000 10 0 0 00:15:30 5 192.168.2.2 4 65003 1005 1003 10 0 0 00:14:20 3 10.10.10.2 4 65004 0 0 0 0 0 00:00:05 Idle
Based on this output, what is the problem with neighbor 10.10.10.2?
A network engineer runs the following command on Router R1:
R1# show route-map TEST
route-map TEST, permit, sequence 10 Match clauses:
ip address (access-lists): 10
Set clauses: metric 50 route-map TEST, deny, sequence 20 Match clauses:
ip address (access-lists): 20
Set clauses:
Based on this output, what is the effect of this route-map when applied to a redistribution command?
A network engineer runs the following command on Router R1:
R1# show mpls ldp neighbor
Peer LDP Ident: 192.168.1.2:0, Local LDP Ident: 192.168.0.1:0 TCP connection: 192.168.1.2.646 - 192.168.0.1.49876 State: Oper; Msgs sent/rcvd: 100/105; Downstream on demand Up time: 00:10:30 LDP discovery sources: GigabitEthernet0/0, Src IP addr: 192.168.1.2 Addresses bound to peer LDP Ident:
192.168.1.2 10.1.1.2
Based on this output, what is the state of the LDP session?
A network engineer runs the following command on Router R1:
R1# show dmvpn
Legend: Attrb -> S: Static, D: Dynamic, I: Incomplete N: NATed, L: Local, X: No Socket
# Entries: 2 Interface: Tunnel0, IPv4 NHRP Details
Type: Hub, NHRP Peers: 2,
# Ent Peer NBMA Addr Peer Tunnel Addr State UpDn Tm Attrb
----- --------------- --------------- ----- -------- ----- 1 192.168.1.2 10.0.0.2 UP 00:15:30 D 2 192.168.2.2 10.0.0.3 UP 00:14:20 D
Based on this output, which statement is correct?
A network engineer runs the following command on Router R1:
R1# show policy-map control-plane
Control Plane
Service-policy input: CoPP class-map: MANAGEMENT (match-all) 100 packets, 5000 bytes 5 minute offered rate 0 bps police: 8000 bps, 1500 limit, 1500 extended limit conformed 95 packets, 4750 bytes; action: transmit exceeded 5 packets, 250 bytes; action: drop conformed 0 bps, exceed 0 bps
class-map: ROUTING (match-all) 200 packets, 10000 bytes 5 minute offered rate 0 bps police: 16000 bps, 3000 limit, 3000 extended limit conformed 200 packets, 10000 bytes; action: transmit exceeded 0 packets, 0 bytes; action: drop conformed 0 bps, exceed 0 bps
Based on this output, what is happening to traffic matching the MANAGEMENT class?
A network engineer runs the following command on Router R1:
R1# show ip sla statistics
IPSLAs Latest Statistics:
Round Trip Time (RTT) for Index 1 Latest RTT: 10 ms Latest RTT (milliseconds): 10 Number of successes: 100 Number of failures: 0 Operation time to live: 3000 Operation frequency: 60 seconds Next operation start time: 00:00:45
Based on this output, what is the status of the IP SLA operation?
A network engineer runs the following command on Router R1:
R1# show flow interface GigabitEthernet0/0 Interface GigabitEthernet0/0
FNF: enabled Ingress IPV4/IPV6 flow monitoring: enabled Exporter: EXPORTER1 Monitor: MONITOR1 Egress IPV4/IPV6 flow monitoring: disabled Ingress MPLS flow monitoring: disabled Egress MPLS flow monitoring: disabled
Based on this output, what is the state of NetFlow on this interface?
Given the following partial configuration on router R1:
router eigrp 100 network 10.0.0.0 0.255.255.255 network 192.168.1.0 0.0.0.255
!
interface GigabitEthernet0/0 ip address 10.1.1.1 255.255.255.0
!
interface GigabitEthernet0/1 ip address 192.168.1.1 255.255.255.0
!
interface GigabitEthernet0/2 ip address 172.16.1.1 255.255.255.0
What is the effect of this configuration?
Consider the following partial configuration on router R2:
interface GigabitEthernet0/0 ip address 10.0.0.2 255.255.255.0 ip ospf 1 area 0
!
interface GigabitEthernet0/1 ip address 192.168.1.2 255.255.255.0 ip ospf 1 area 0
!
router ospf 1
router-id 2.2.2.2
network 10.0.0.0 0.0.0.255 area 0 network 192.168.1.0 0.0.0.255 area 0
What is the effect of this configuration?
Given the following partial configuration on router R3:
ip access-list extended FILTER permit ip 10.0.0.0 0.255.255.255 any deny ip any any
! route-map RMAP permit 10 match ip address FILTER set metric 100 !
router eigrp 100
redistribute connected route-map RMAP
What is the effect of this configuration?
Consider the following partial configuration on router R4:
interface GigabitEthernet0/0 ip address 192.168.2.1 255.255.255.0
ipv6 address 2001:db8:1::1/64 ipv6 ospf 1 area 0 !
interface GigabitEthernet0/1 ip address 10.0.0.1 255.255.255.0
ipv6 address 2001:db8:2::1/64 ipv6 ospf 1 area 0 ! ipv6 router ospf 1 router-id 4.4.4.4
What is the effect of this configuration?
Given the following partial configuration on router R5:
interface GigabitEthernet0/0 ip address 10.1.1.1 255.255.255.0 ip pim sparse-mode
!
interface GigabitEthernet0/1 ip address 10.2.2.1 255.255.255.0 ip pim sparse-mode
!
router ospf 1
router-id 5.5.5.5
network 10.0.0.0 0.255.255.255 area 0
What is the effect of this configuration?
Consider the following partial configuration on router R6:
router bgp 65001
bgp router-id 6.6.6.6
neighbor 10.0.0.2 remote-as 65002 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 configuration?
Network management traffic from a monitoring server to routers R1, R2, and R3 is being blocked intermittently. The monitoring server uses SNMP and SSH. R1 configuration: access-list 100 permit udp any any eq snmp, access-list
100 permit tcp any any eq 22, access-list 100 deny ip any any, and 'ip access-group 100 in' on the management interface. R2 shows: 'show snmp' indicates SNMP is enabled. R3 shows: 'show ssh' indicates SSH is enabled. The monitoring server can reach R1 but not R2 or R3. What is the root cause?
A network engineer runs the following command to troubleshoot an EIGRP issue:
R1# debug eigrp packets
EIGRP: Received HELLO on GigabitEthernet0/0 nbr 10.1.1.2 AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 EIGRP: Sending HELLO on GigabitEthernet0/0 AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 EIGRP: Received UPDATE on GigabitEthernet0/0 nbr 10.1.1.2 AS 100, Flags 0x1, Seq 1/0 idbQ 0/0 iidbQ un/rely 0/0 EIGRP: Sending UPDATE on GigabitEthernet0/0 nbr 10.1.1.2 AS 100, Flags 0x1, Seq 2/1 idbQ 0/0 iidbQ un/rely 0/0
What does this output indicate?
A network engineer runs the following command to troubleshoot an OSPF adjacency issue:
R1# debug ip ospf adj
OSPF: Interface GigabitEthernet0/0 going Up OSPF: Send with youngest orig age 0 OSPF: Rcv DBD from 2.2.2.2 seq 0x1A opt 0x52 flag 0x7 len 32 mtu 1500 state INIT OSPF: First DBD and we are not SLAVE OSPF: Rcv DBD from 2.2.2.2 seq 0x1A opt 0x52 flag 0x7 len 32 mtu 1500 state EXSTART OSPF: Nbr 2.2.2.2 has larger interface MTU
What does this output indicate?
A network engineer runs the following command to troubleshoot a BGP prefix issue:
R1# show bgp ipv4 unicast 192.168.10.0/24
BGP routing table entry for 192.168.10.0/24, version 5 Paths: (1 available, best #1, table default) Advertised to update-groups: 1 Refresh Epoch 1 Local
10.1.1.2 from 10.1.1.2 (2.2.2.2)
Origin IGP, metric 0, localpref 100, valid, external, best rx pathid: 0, tx pathid: 0x0
What does this output indicate?
A network engineer runs the following command to troubleshoot route redistribution:
R1# debug ip routing
IP: route table insert (10.10.10.0/24 via 192.168.1.1, ospf 1) metric [110/20] IP: route table insert (10.10.10.0/24 via 10.1.1.2, eigrp 100) metric [90/158720] IP: route table delete (10.10.10.0/24 via 192.168.1.1, ospf 1) metric [110/20] IP: route table insert (10.10.10.0/24 via 10.1.1.2, eigrp 100) metric [90/158720]
What does this output indicate?
A network engineer runs the following command to troubleshoot an MPLS LDP issue:
R1# debug mpls ldp transport
LDP: Transport connection to 2.2.2.2:0 via TCP (passive) LDP: Connection from 2.2.2.2:0 to 1.1.1.1:646 LDP: Transport connection to 2.2.2.2:0 via TCP (active) LDP: Connection from 1.1.1.1:646 to 2.2.2.2:0 LDP: Hold timer expired for peer 2.2.2.2:0 LDP: Closing transport connection to 2.2.2.2:0
What does this output indicate?
A network engineer runs the following command to troubleshoot DMVPN NHRP:
R1# debug nhrp
NHRP: Registration request sent to 10.0.0.1 via GigabitEthernet0/0 NHRP: Registration reply received from 10.0.0.1 Holding time: 3600 sec Flags: 0x0000 NHRP: Cache added 10.1.1.1/32 via 10.0.0.1, non-caching
What does this output indicate?
A network engineer runs the following command to troubleshoot IPsec IKE phase 1:
R1# debug crypto isakmp
ISAKMP: (0:0:N/A:0) Starting aggressive mode exchange ISAKMP: (0:0:N/A:0) processing SA payload ISAKMP: (0:0:N/A:0) Checking ISAKMP transform 1 against priority 1 policy ISAKMP: (0:0:N/A:0) encryption 3DES ISAKMP: (0:0:N/A:0) hash SHA ISAKMP: (0:0:N/A:0) group 2 ISAKMP: (0:0:N/A:0) auth pre-share ISAKMP: (0:0:N/A:0) life type in seconds ISAKMP: (0:0:N/A:0) life duration (basic) of 86400 ISAKMP: (0:0:N/A:0) atts are not acceptable
What does this output indicate?
A network engineer runs the following command to troubleshoot Control Plane Policing (CoPP):
R1# show policy-map control-plane input class class-default
Class-map: class-default (match-any) 140091 packets, 12345678 bytes 5 minute offered rate 1000 bps, drop rate 0 bps Match: any police: cir 8000 bps, bc 1500 bytes conformed 140091 packets, 12345678 bytes; actions: transmit exceeded 0 packets, 0 bytes; actions: drop violated 0 packets, 0 bytes; actions: drop
What does this output indicate?
A network engineer runs the following command to troubleshoot a VRF route issue:
R1# show ip route vrf CUSTOMER summary IP routing table name is CUSTOMER (0x1) IP routing table maximum-paths is 32
Route Source Networks Subnets Overhead Memory (bytes) connected 2 0 0 320 static 1 0 0 160 eigrp 100 3 0 0 480 Internal 3 Total 6 0 0 960
What does this output indicate?