interfaces {
ge-0/0/8 {
unit 0 {
family inet {
address 192.168.1.1/24;
} } }
ge-0/0/9 {
unit 0 {
family inet {
address 192.168.10.1/24;
} } }
}
Referring to the exhibit, which command would you use to add an additional address to the ge-
0/0/9.0 interface?
A.
[edit interfaces ge-0/0/9 unit 0]
user@router# set family inet address /24
B.
[edit interfaces ge-0/0/9 unit 0]
user@router# set family inet secondary-address /24
C.
[edit interfaces ge-0/0/9 unit 0]
user@router# set family inet address /24 secondary
D.
[edit interfaces ge-0/0/9 unit 0]
user@router# set family inet address-secondary /24
Explanation: