Juniper Exam Questions

which command would you use to add an additional address to the ge-0/0/9.0 interface?

— Exhibit –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;
}

}
}
}
— Exhibit –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 192.168.100.1/24

B.
[edit interfaces ge-0/0/9 unit 0]
user@router# set family inet secondary-address 192.168.100.1/24

C.
[edit interfaces ge-0/0/9 unit 0]
user@router# set family inet address 192.168.100.1/24 secondary

D.
[edit interfaces ge-0/0/9 unit 0]
user@router# set family inet address-secondary 192.168.100.1/24

Explanation: