JNCIA-JUNOS Routing Fundamentals • Complete Question Bank
Complete JNCIA-JUNOS Routing Fundamentals question bank — all 0 questions with answers and detailed explanations.
show route protocol static
inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
0.0.0.0/0 *[Static/5] 00:10:00, metric2 0
> to 10.0.0.1 via ge-0/0/0.0
[Static/10] 00:05:00, metric2 0
to 10.0.0.2 via ge-0/0/1.0show route 192.168.1.0/24
inet.0: 15 destinations, 15 routes (15 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
192.168.1.0/24 *[OSPF/10] 01:00:00, metric 20
> to 10.0.0.2 via ge-0/0/0.0
[Static/5] 00:30:00, metric 0
to 10.0.0.3 via ge-0/0/1.0Refer to the exhibit.
```
user@router> show route protocol static
inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
0.0.0.0/0 *[Static/5] 00:10:00, metric2 0
> to 192.168.1.1 via ge-0/0/0.0
10.0.0.0/8 *[Static/5] 00:05:00, metric2 0
> to 10.0.0.1 via ge-0/0/1.0
172.16.0.0/16 *[Static/5] 00:02:00, metric2 0
> to 172.16.0.1 via ge-0/0/2.0
```Refer to the exhibit.
user@router> show route protocol static
inet.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
0.0.0.0/0 *[Static/5] 1w2d 00:12:32, metric2 0
> to 192.168.1.1 via ge-0/0/0.0
10.0.0.0/24 *[Static/5] 1w2d 00:10:15, metric2 0
> to 10.0.0.1 via ge-0/0/1.0
user@router> show route 10.0.0.0
inet.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
10.0.0.0/24 *[Static/5] 1w2d 00:10:15, metric2 0
> to 10.0.0.1 via ge-0/0/1.0
user@router> show route 0.0.0.0
inet.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
0.0.0.0/0 *[Static/5] 1w2d 00:12:32, metric2 0
> to 192.168.1.1 via ge-0/0/0.0Drag 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.
Link-state IGP using Dijkstra algorithm
Link-state IGP used in large ISPs
Path-vector EGP used for inter-AS routing
Distance-vector IGP using hop count
Manually configured route with next-hop
Drag a concept onto its matching description — or click a concept then click the description.
Configures physical and logical interfaces
Configures routing protocols
Configures routing policies and prefix lists
Configures firewall, NAT, and IPsec
Configures system parameters like hostname and NTP
show route 10.10.10.0/24
inet.0: 4 destinations, 4 routes (3 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
10.10.10.0/24 *[OSPF/10] 00:12:34, metric 2
via ge-0/0/0.0
[Static/15] 00:05:00
to 192.168.1.1 via ge-0/0/0.0[edit]
user@router# run show route 10.10.20.0/24
inet.0: 5 destinations, 5 routes (4 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
10.10.20.0/24 [Static/5] 00:01:00
to 10.10.10.1 via ge-0/0/0.0
(No active path)
user@router# run show route 10.10.10.1
{master:0}
user@router#show route forwarding-table destination 0.0.0.0/0 Routing table: default.inet Destination Type RtRef Next hop Type Index NhRef Netif 0.0.0.0/0 user 0 192.168.1.1 ucst 1112 2 ge-0/0/0.0
show route protocol static
inet.0: 8 destinations, 8 routes (7 active, 0 holddown, 1 hidden)
+ = Active Route, - = Last Active, * = Both
0.0.0.0/0 *[Static/10] 04:01:20, metric 0
> to 10.0.0.1 via ge-0/0/0.0
10.0.0.0/8 *[Static/10] 01:00:00, metric 0
> to 10.0.0.2 via ge-0/0/0.0
192.168.1.0/24 [Static/10] 02:00:00, metric 0
(hidden)show route 10.1.1.0/24
inet.0: 10 destinations, 12 routes (10 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
10.1.1.0/24 *[Direct/0] 1d 02:00:00, metric 0
> via ge-0/0/1.0
[OSPF/10] 1d 02:00:00, metric 2
> to 10.2.2.2 via ge-0/0/0.0
[Static/10] 1d 02:00:00, metric 0
to 10.3.3.3 via ge-0/0/2.0show route protocol bgp
inet.0: 15 destinations, 20 routes (14 active, 0 holddown, 1 hidden)
+ = Active Route, - = Last Active, * = Both
172.16.0.0/12 *[BGP/170] 00:01:20, MED 0, localpref 100, from 192.168.1.1
AS path: 64500 65000 I
> to 10.0.0.2 via ge-0/0/0.0
10.0.0.0/8 *[BGP/170] 00:02:00, MED 0, localpref 200, from 192.168.1.2
AS path: 64500 I
> to 10.0.0.1 via ge-0/0/0.0
192.168.0.0/16 [BGP/170] 00:01:00, MED 0, localpref 100, from 192.168.1.1
AS path: 64500 65000 I
(hidden)user@router> show route 10.1.1.0/24
inet.0: 5 destinations, 6 routes (5 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
10.1.1.0/24 *[Static/5] 00:12:34, metric 0
> to 192.168.1.1 via ge-0/0/0.0
to 192.168.2.1 via ge-0/0/1.0user@router> show configuration routing-options static | display set set routing-options static route 10.1.1.0/24 qualified-next-hop 192.168.1.1 preference 10 set routing-options static route 10.1.1.0/24 qualified-next-hop 192.168.2.1 preference 20
user@router> show route protocol bgp 10.1.1.0/24
inet.0: 10 destinations, 12 routes (8 active, 2 holddown, 2 hidden)
+ = Active Route, - = Last Active, * = Both
10.1.1.0/24 [BGP/170] 00:01:23, localpref 100, from 10.0.0.2
Next hop: 192.168.100.1 via ge-0/0/0.0
(hidden: next hop unreachable)inet.0: 3 destinations, 4 routes (3 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
10.10.10.0/24 *[OSPF/10] 00:10:00, metric 1, via 10.0.0.1
[OSPF/150] 00:05:00, metric 20, via 10.0.0.2show route 10.0.0.0/24
inet.0: 5 destinations, 5 routes (4 active, 1 hold-down, 1 hidden)
10.0.0.0/24 (1 entry, 1 announced)
Static
Preference: 5
Next hop type: Unreachable via 192.168.1.1, route not installed