JN0-660 · Question #508
Referring to the exhibit, R1 and R2 are directly connected using interface ge-1/1/0. What happens as a result of the configurations? user@R1> show interfaces { ge-1/1/0 { unit 0 { family inet {…
The correct answer is C. Level 1 adjacency forms. See the full explanation below for the reasoning.
Question
Referring to the exhibit, R1 and R2 are directly connected using interface ge-1/1/0. What happens as a result of the configurations? user@R1> show interfaces { ge-1/1/0 { unit 0 { family inet { address 10.100.1.1/30; } family iso; } } lo0 { unit 0 { family inet { address 10.100.10.1/32; } family iso { address 49.1001.0010.0100.00; } } } } protocols { isis { interface ge-1/1/0.0 { level 2 disable; } interface lo0.0; } } user@R2> show interfaces { ge-1/1/0 { unit 0 { family inet { address 10.100.1.2/30; } } } lo0 { unit 0 { family inet { address 10.100.10.2/32; } family iso { address 49.1001.0010.0200.00; } } } } protocols { isis { interface ge-1/1/0.0; interface lo0.0; } }
Options
- ANo adjacency forms
- BLevel 2 adjacency forms
- CLevel 1 adjacency forms
- DLevel 1 and Level 2 adjacencies form
How the community answered
(26 responses)- A4% (1)
- B8% (2)
- C85% (22)
- D4% (1)
Community Discussion
No community discussion yet for this question.