Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 350-401 topic 1 question 242 discussion

Actual exam question from Cisco's 350-401
Question #: 242
Topic #: 1
[All 350-401 Questions]


Refer to the exhibit. An engineer must add the SNMP interface table to the NetFlow protocol flow records. Where should the SNMP table option be added?

  • A. under the interface
  • B. under the flow record
  • C. under the flow monitor
  • D. under the flow exporter
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Adrenalina73
Highly Voted 2 years, 6 months ago
D. is correct: https://www.cisco.com/c/en/us/td/docs/ios/fnetflow/command/reference/fnf_book/fnf_02.html The following example causes the periodic sending of an options table, which allows the collector to map the interface SNMP indexes provided in the flow records to interface names: Router(config)# flow exporter FLOW-EXPORTER-1 Router(config-flow-exporter)# option interface-table
upvoted 8 times
...
nushadu
Highly Voted 1 year, 3 months ago
Selected Answer: D
cisco_R2(config)#flow exporter test cisco_R2(config-flow-exporter)#option ? application-attributes Application Attributes Table Option application-table Application Table Option c3pl-class-table C3PL class cce-id table c3pl-policy-table C3PL policy cce-id table exporter-stats Exporter Statistics Option inspect-class-table Policy Firewall Class Table inspect-ext-event-table Policy Firewall Extended Event Table inspect-protocol-table Policy Firewall Protocol Table inspect-zonepair-table Policy Firewall Zone-pair Table interface-table Interface SNMP-index-to-name Table Option metadata-version-table Metadata Version Table Option sampler-table Export Sampler Option sub-application-table Sub Application Table Option vrf-table VRF ID-to-name Table Option cisco_R2(config-flow-exporter)#option
upvoted 6 times
...
slacker_at_work
Most Recent 1 month, 3 weeks ago
D it is: further explanation on the "option interface-table" This command causes the periodic sending of an options table, which will allow the collector to map the interface SNMP indexes provided in the flow records to interface names. The optional timeout can alter the frequency at which the reports are sent.
upvoted 1 times
...
teems5uk
3 months, 2 weeks ago
Selected Answer: B
I think B is the correct answer. Traditionally, the SNMP interface table option (collect snmp if-table) is added under the flow record configuration to include SNMP-related information in the NetFlow records. flow record Recorder match ipv4 protocol match ipv4 source address match transport source-port match transport destination-port collect snmp if-table ! flow exporter Exporter destination 192.168.100.33 transport udp 2055 ! flow monitor Monitor exporter Exporter record Recorder ! et-analytics ip flow-export destination 192.168.100.33 2055 ! interface g0/2 ip flow monitor Monitor input ip flow monitor Monitor output et-analytics enable
upvoted 2 times
...
ibogovic
8 months, 4 weeks ago
Selected Answer: B
I would go with B: The complete modified configuration would look like this: flow record Recorder match ipv4 protocol match ipv4 source address match ipv4 destination address match transport source-port match transport destination-port collect interface input-snmp collect interface output-snmp collect counter bytes collect counter packets collect timestamp sys-uptime first collect timestamp sys-uptime last flow exporter Exporter destination 192.168.100.22 transport udp 2055 flow monitor Monitor exporter Exporter record Recorder ip flow-export destination 192.168.100.22 2055 interface GigabitEthernet0/1 ip flow monitor Monitor input ip flow monitor Monitor output et-analytics enable In this modified configuration, the SNMP interface table option is included in the flow record configuration. The flow exporter, flow monitor, and interface configurations remain unchanged.
upvoted 4 times
...
nopenotme123
1 year, 8 months ago
Selected Answer: D
The following example causes the periodic sending of an options table, which allows the collector to map the interface SNMP indexes provided in the flow records to interface names: Router(config)# flow exporter FLOW-EXPORTER-1 Router(config-flow-exporter)# option interface-table
upvoted 1 times
...
Edwinmolinab
1 year, 9 months ago
Given answer is correct Examples The following example causes the periodic sending of the exporter statistics, including the number of records, bytes, and packets sent: Router(config)# flow exporter FLOW-EXPORTER-1 Router(config-flow-exporter)# option exporter-stats The following example causes the periodic sending of an options table, which allows the collector to map the interface SNMP indexes provided in the flow records to interface names: Router(config)# flow exporter FLOW-EXPORTER-1 Router(config-flow-exporter)# option interface-table
upvoted 2 times
...
rpidcock
2 years, 4 months ago
Confusing question, but I agree with Adrenalina73, D is the correct answer.
upvoted 1 times
...
error_909
2 years, 6 months ago
Provided Answer is correct https://www.cisco.com/c/en/us/td/docs/ios/fnetflow/command/reference/fnf_book/fnf_02.html
upvoted 3 times
...
kthekillerc
2 years, 6 months ago
Provided answer is correct
upvoted 2 times
...
spapi0390
2 years, 8 months ago
The following example causes the periodic sending of an options table, which allows the collector to map the interface SNMP indexes provided in the flow records to interface names: Router(config)# flow exporter FLOW-EXPORTER-1 Router(config-flow-exporter)# option interface-table
upvoted 3 times
...
HK010
2 years, 8 months ago
Actually it's A. Step 6 collect counter {bytes [exported | long] flows [exported] | packets} [exported | long] or collect timestamp sys-uptime {first | last} or collect interface {input | output} snmp Page 3 states "collect interface {input | output} snmp" under "flow record". https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/15-0_1_se/configuration/guide/3750xcg/swmnetflow.pdf
upvoted 1 times
gtddrf
2 years, 8 months ago
The answer is B. In the same document, steps 3 thru 6 are done under Step 2 "flow record record-name"
upvoted 2 times
sasatrickovic
2 years, 5 months ago
D. The following example causes the periodic sending of an options table, which allows the collector to map the interface SNMP indexes provided in the flow records to interface names: Router(config)# flow exporter FLOW-EXPORTER-1 Router(config-flow-exporter)# option interface-table
upvoted 1 times
...
...
...
certcisco
2 years, 8 months ago
I would think B? Page 3 states "collect interface {input | output} snmp" under "flow record". https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/15-0_1_se/configuration/guide/3750xcg/swmnetflow.pdf
upvoted 2 times
HK010
2 years, 8 months ago
It's A thanks for reference. collect interface {input | output} snmp
upvoted 1 times
...
...
ABC123
2 years, 8 months ago
Isn't it B ?!
upvoted 4 times
...
examShark
2 years, 10 months ago
The given answer is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...