JNCIA-JUNOS User Interfaces • Complete Question Bank
Complete JNCIA-JUNOS User Interfaces question bank — all 0 questions with answers and detailed explanations.
show interfaces terse ge-0/0/0 Interface Admin Link Proto Local Remote ge-0/0/0 up up inet 192.168.1.1/24
user@router> show configuration | display set | match "ge-0/0/0" set interfaces ge-0/0/0 unit 0 family inet address 10.0.0.1/24
Refer to the exhibit.
user@router> show interfaces terse
Interface Admin Link Proto Local Remote
ge-0/0/0 up up inet 10.1.1.1/24
ge-0/0/1 up down inet 10.1.2.1/24
ge-0/0/2 down down
lo0 up up inet 192.168.1.1/32
inet6 fe80::1/128Refer to the exhibit. An engineer configures a new IPv6 address on ge-0/0/0 unit 0 by entering the following commands in configuration mode:
set interfaces ge-0/0/0 unit 0 family inet6 address 2001:db8::2/64 commit
After the commit, the engineer runs 'show interfaces terse ge-0/0/0' and sees only the two original addresses. What is the most likely cause?
Refer to the exhibit.
user@router> show configuration interfaces ge-0/0/0
unit 0 {
family inet {
address 10.0.0.1/24;
}
family inet6 {
address 2001:db8::1/64;
}
}
user@router> show interfaces terse ge-0/0/0
Interface Admin Link Proto Local Remote
ge-0/0/0 up up inet 10.0.0.1/24
inet6 2001:db8::1/64Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Displays brief interface status and configuration
Displays the routing table
Displays the current active configuration
Displays system log messages
Captures and displays live traffic on an interface
Drag a concept onto its matching description — or click a concept then click the description.
Out-of-band management interface
Gigabit Ethernet data interface
Loopback interface for router ID and management
Embedded management interface on some platforms
Generic routing encapsulation (GRE) tunnel
interfaces {
ge-0/0/0 {
description "Link to Core-1";
unit 0 {
family inet {
address 10.0.0.1/30;
}
}
}
}Physical interface: ge-0/0/0, Enabled, Physical link is Up
Interface index: 145, SNMP ifIndex: 511
Link-level type: Ethernet, MTU: 1514, Speed: 1Gbps
Device flags : Present Running
Interface flags: SNMP-Traps Internal: 0x4000
Link type : Full-Duplex
Link flags : None
Input errors:
Errors: 0, Drops: 0, Framing errors: 0, Runts: 0, Giants: 0, Policed discards: 0, Resource errors: 0
Output errors:
Errors: 0, Drops: 0, Carrier transitions: 0, Collisions: 2546, Late collisions: 34, Deferred: 0, ...system {
syslog {
console {
any warning;
}
file messages {
any any;
}
host 192.168.1.1 {
any critical;
}
}
}show interfaces terse ge-0/0/0
Interface Admin Link Proto Local Remote
ge-0/0/0 up up inet 192.168.1.1/24
inet6 fe80::1/64user@router# show | compare rollback 0 [edit interfaces ge-0/0/0 unit 0 family inet] + address 192.0.2.1/24; - address 10.0.0.1/24;
user@router> show system commit 0 2023-01-15 12:34:56 UTC by admin via cli 1 2023-01-14 09:15:00 UTC by admin via cli 2 2023-01-13 16:45:23 UTC by admin via cli
interfaces {
ge-0/0/0 {
unit 0 {
family inet {
address 10.0.0.1/24;
}
}
}
}user@router# show configuration | compare
[edit interfaces]
+ ge-0/0/0 {
+ unit 0 {
+ family inet {
+ address 10.0.0.2/24;
+ }
+ }
+ }
- ge-0/0/0 {
- unit 0 {
- family inet {
- address 10.0.0.1/24;
- }
- }
- }user@router> help syslog messages | match error KERNEL_ERROR Kernel error messages USER_ERROR User-level error messages DAEMON_ERROR Daemon error messages
user@router> show configuration | display set set system host-name router1 set system root-authentication encrypted-password "$5$abcde$xyz..." set interfaces ge-0/0/0 unit 0 family inet address 10.0.0.1/24 set system login user admin class super-user
user@router> show configuration interfaces ge-0/0/0
unit 0 {
family inet {
address 10.1.1.1/24;
}
}