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?
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?
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.
terse does not show mtu
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" >
B is the correct answer.