IP Services Flashcards

1
Q

Examine the following show command output on a router configured for dynamic NAT:
— Inside Source
access-list 1 pool examsdigest
pool examsdigest: netmask 255.255.255.240
start 190.1.1.1 end 190.1.1.10
type generic, total addresses 10, allocated 10 (100%), misses 595
You are responsible to find out why users are not being able to reach the Internet.
(A) The cause is not related to dynamic NAT
(B) The command output does not provide any clue to identify the problem
(C) Dynamic NAT can’t use Standard ACLs
(D) The NAT pool does not have enough entries to fulfill the user’s requests

A

Examine the following show command output on a router configured for dynamic NAT:
— Inside Source
access-list 1 pool examsdigest
pool examsdigest: netmask 255.255.255.240
start 190.1.1.1 end 190.1.1.10
type generic, total addresses 10, allocated 10 (100%), misses 595
You are responsible to find out why users are not being able to reach the Internet.
(A) The cause is not related to dynamic NAT
(B) The command output does not provide any clue to identify the problem
(C) Dynamic NAT can’t use Standard ACLs
(D) The NAT pool does not have enough entries to fulfill the user’s requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Log messages may tell you about some events, either critical or not. To help you make sense of the importance of each message, IOS assigns each message a severity level.
Which of the following severity level means Warning - Warning condition?
(A) 2
(B) 3
(C) 4
(D) 5

A

Log messages may tell you about some events, either critical or not. To help you make sense of the importance of each message, IOS assigns each message a severity level.
Which of the following severity level means Warning - Warning condition?
(A) 2
(B) 3
**(C) 4 **
(D) 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Log messages may tell you about some events, either critical or not. To help you make sense of the importance of each message, IOS assigns each message a severity level. Which of the following severity level means Informational: Informational message only?
(A) 1
(B) 6
(C) 4
(D) 5

A

Log messages may tell you about some events, either critical or not. To help you make sense of the importance of each message, IOS assigns each message a severity level. Which of the following severity level means Informational: Informational message only?
(A) 1
(B) 6
(C) 4
(D) 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Given the diagram below, complete the missing configuration command in order to make the static NAT functional.
Configuration snippet
R1# show running-config
! Lines omitted for brevity!
interface FastEthernet0/0 ip address 192.168.1.3 255.255.255.0
ip nat inside
interface GigabitEthernet0/0
ip address 190.2.2.21 255.255.255.0
ip ____________________ (missing command)
ip nat inside source static 192.168.1.2 200.1.1.
2 ip nat inside source static 192.168.1.1 200.1.1.1
(A) nat source
(B) nat enable
(C) nat address
(D) nat outside

A

Given the diagram below, complete the missing configuration command in order to make the static NAT functional.
Configuration snippet
R1# show running-config
! Lines omitted for brevity!
interface FastEthernet0/0 ip address 192.168.1.3 255.255.255.0
ip nat inside
interface GigabitEthernet0/0
ip address 190.2.2.21 255.255.255.0
ip ____________________ (missing command)
ip nat inside source static 192.168.1.2 200.1.1.
2 ip nat inside source static 192.168.1.1 200.1.1.1
(A) nat source
(B) nat enable
(C) nat address
(D) nat outside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

One of the features of SNMPv3 is called message integrity.
(A) TRUE
(B) FALSE

A

One of the features of SNMPv3 is called message integrity.
**(A) TRUE **
(B) FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You have been tasked to find out whether the Cisco Discovery Protocol (CDP) is enabled globally. Which command will you type?
(A) show protocols
(B) show cdp
(C) show running-config
(D) show interface brief

A

You have been tasked to find out whether the Cisco Discovery Protocol (CDP) is enabled globally. Which command will you type?
(A) show protocols
**(B) show cdp **
(C) show running-config
(D) show interface brief

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following protocols synchronize the time of different systems?
(A) NTP
(B) SMTP
(C) UDP
(D) CDP

A

Which of the following protocols synchronize the time of different systems?
**(A) NTP **
(B) SMTP
(C) UDP
(D) CDP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

R1 and R2 are attached to the same Ethernet VLAN, with subnet 192.168.1.0/24, and addresses 192.168.1.1, 192.168.2 respectively.
The routers use an FHRP. Host A and host B attach to the same LAN and have correct default router settings per the FHRP configuration.
Which of the followingstatements is true for this LAN?
(A) You can’t connect two routers to the same LAN subnet.
(B) If one router fails, hosts can’t send packets off-subnet (C) If one router fails, both hosts will use the one remaining router as a default router
(D) if one router fails, only one of the two hosts will still be able to send packets off-subnet

A

R1 and R2 are attached to the same Ethernet VLAN, with subnet 192.168.1.0/24, and addresses 192.168.1.1, 192.168.2 respectively.
The routers use an FHRP. Host A and host B attach to the same LAN and have correct default router settings per the FHRP configuration.
Which of the followingstatements is true for this LAN?
(A) You can’t connect two routers to the same LAN subnet.
(B) If one router fails, hosts can’t send packets off-subnet **(C) If one router fails, both hosts will use the one remaining router as a default router **
(D) if one router fails, only one of the two hosts will still be able to send packets off-subnet

The three FHRP protocols are:
1) Hot Standby Router Protocol (HSRP)
2) Virtual Router Redundancy Protocol (VRRP)
3) Gateway Load Balancing Protocol (GLBP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The snippet below is a Dynamic NAT configuration command?
ExamsDigestR1# show running-config
interface GigabitEthernet0/0
ip address 192.168.1.3 255.255.255.0
ip nat inside
interface Serial0/0/0
ip address 100.1.1.249 255.255.255.252 ip nat outside
ip nat inside source list 1 interface Serial0/0/0 overload access-list 1 permit 192.168.1.2
access-list 1 permit 192.168.1.1

(A) TRUE
(B) FALSE

A

The snippet below is a Dynamic NAT configuration command?
ExamsDigestR1# show running-config
interface GigabitEthernet0/0
ip address 192.168.1.3 255.255.255.0
ip nat inside
interface Serial0/0/0
ip address 100.1.1.249 255.255.255.252 ip nat outside
ip nat inside source list 1 interface Serial0/0/0 overload access-list 1 permit 192.168.1.2
access-list 1 permit 192.168.1.1

(A) TRUE
(B) FALSE

The configuration above is a PAT configuration not Dynamic NAT. Port Address Translation (PAT) is another type of dynamic NAT that can map multiple private IP addresses to a single public IP address by using a technology known as Port Address Translation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following characteristics of network traffic can be managed by Quality of Service (QoS)?
(Choose all that apply)
(A) Bandwidth
(B) LLQ
(C) Loss
(D) Delay
(E) CoS
(F) Jitter

A

Which of the following characteristics of network traffic can be managed by Quality of Service (QoS)?
(Choose all that apply)
(A) Bandwidth
(B) LLQ
(C) Loss
**(D) Delay **
(E) CoS
(F) Jitter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly