Exam JN0-105 All QuestionsBrowse all questions from this exam
Question 18

You have just increased the MTU size of interface ge-0/0/0 and committed the configuration.

Which command would help you identify the applied MTU change?

    Correct Answer: B

    To identify the applied MTU change after increasing the MTU size of interface ge-0/0/0, the command 'show interfaces ge-0/0/0' should be used. This command provides detailed information about the interface, including the MTU settings. The other options, such as 'show interfaces ge-0/0/0 terse', do not display the MTU information.

Discussion
4d82270Option: B

terse does not show mtu

e308d74Option: B

Answer should be B. MTU can only be seen from show interfaces <interface> > show interfaces ge-0/0/0 | match MTU Protocol inet, MTU: 9186 Protocol iso, MTU: 9183 Protocol mpls, MTU: 9122, Maximum labels: 16 Protocol multiservice, MTU: Unlimited > show interfaces ge-0/0/0 terse | match "MTU|mtu" >

myathtikeOption: B

B is the correct answer.