| Exam Code/Number: | JN0-690Join the discussion |
| Exam Name: | Junos Troubleshooting |
| Certification: | Juniper |
| Question Number: | 70 |
| Publish Date: | May 23, 2026 |
|
Rating
100%
|
|
A technician has reported an alarm on your device running the Junos OS. You suspect it is due to the temperature in the rack. Which two commands will confirm your suspicion? (Choose two.)
Which process is responsible for managing interface devices on the system?
Which operational command would be used to display diagnostic data and alarms for 1/10/100 Gigabit Ethernet optical transceivers?
-- Exhibit -[edit] user@R1# run show interfaces ge-1/1/2 terse Interface Admin Link Proto Local Remote ge-1/1/2 up up ge-1/1/2.0 up up aenet --> ae0.0
[edit] user@R1# run show interfaces ge-1/1/3 terse Interface Admin Link Proto Local Remote ge-1/1/3 up up ge-1/1/3.0 up up aenet --> ae0.0
[edit]
user@R1# run show interfaces ae0 terse
Interface Admin Link Proto Local Remote
ae0 up down
ae0.0 up down bridge
[edit]
user@R1# show interfaces ae0
aggregated-ether-options {
lacp {
periodic slow;
system-priority 200;
}
}
unit 0 {
family bridge {
interface-mode trunk;
vlan-id-list 100;
}
}
**************************************************************************
[edit]
user@R2# run show interfaces ge-1/1/2 terse
Interface Admin Link Proto Local Remote
ge-1/1/2 up up
ge-1/1/2.0 up up aenet --> ae0.0
[edit]
user@R2# run show interfaces ge-1/1/3 terse
Interface Admin Link Proto Local Remote
ge-1/1/3 up up
ge-1/1/3.0 up up aenet --> ae0.0
[edit]
user@R2# run show interfaces ae0 terse
Interface Admin Link Proto Local Remote
ae0 up down
ae0.0 up down bridge
[edit]
user@R2# show interfaces ae0
aggregated-ether-options {
lacp {
periodic fast;
system-priority 100;
}
}
unit 0 {
family bridge {
interface-mode trunk;
vlan-id-list 100;
}
}
-- Exhibit --
You have configured a LAG and are now enabling LACP on the ae0 interface. You have configured and committed the configuration as shown in the exhibit. However, the exhibit also shows that the ae0 interface is now in the up/down state.
What must you do to resolve this problem?
Click the Exhibit button.
-- Exhibit -user@host> request system software add ... WARNING: The /var filesystem is low on free disk space. WARNING: This package requires 1 k free, but there WARNING: is only 666502k available. -- Exhibit -
Which three commands are useful in identifying and addressing the cause of the lack of disk space? (Choose three.)