ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 448 - 350-601 discussion

Report
Export

Refer to the exhibit.

An engineer reported suspicious behaviour in a server farm that is deployed on the 198.19.1.0/24 subnet. The traffic must be captured only from the server with the IP address of 198.19.1.19/24. The traffic analyzer is connected to the same switch as the server farm. Which configuration set captures the traffic?

A.

switch(config)# ip access-list match_Server_pkts switch(config-acl)# permit ip 198.19.1.19 0.0.0.0 any switch(config)# monitor session 1 switch {config-m on itor)# filter access-group span.filter

Answers
A.

switch(config)# ip access-list match_Server_pkts switch(config-acl)# permit ip 198.19.1.19 0.0.0.0 any switch(config)# monitor session 1 switch {config-m on itor)# filter access-group span.filter

B.

switch(config)# ip access-list match_Server_pkts Switch{config-acl)# permit ip 198.19.1.19 0.0.0.0 any switch(config)# monitor session 1 switch (config-m on itor)# filter access-group 5

Answers
B.

switch(config)# ip access-list match_Server_pkts Switch{config-acl)# permit ip 198.19.1.19 0.0.0.0 any switch(config)# monitor session 1 switch (config-m on itor)# filter access-group 5

C.

switch(config)# ip access-lisl match_Server_pkts switch(config-acl)# permit ip 198.19.1.19 255.255.255.255 any switch(config)# monitor session 1 switch(config-monitor)# filter access-group span.filter

Answers
C.

switch(config)# ip access-lisl match_Server_pkts switch(config-acl)# permit ip 198.19.1.19 255.255.255.255 any switch(config)# monitor session 1 switch(config-monitor)# filter access-group span.filter

D.

switch(config)# ip access-list match_Server_pkts switch(config-acl)# permit ip 198.19.1.19 255.255.255.0 any switch(config)# monitor session 1 switch (config-m on itor)# filter access-group span_filter

Answers
D.

switch(config)# ip access-list match_Server_pkts switch(config-acl)# permit ip 198.19.1.19 255.255.255.0 any switch(config)# monitor session 1 switch (config-m on itor)# filter access-group span_filter

Suggested answer: C

Explanation:

The correct configuration to capture traffic only from the server with the IP address of 198.19.1.19/24 is option C. This configuration uses an IP access list to match packets from the specific IP address with a subnet mask of 255.255.255.255, which indicates a single host. Themonitor sessioncommand is then used to apply this access list to a SPAN session, ensuring that only traffic from the specified server is captured.

asked 10/10/2024
Sergiu Anton
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first