You must apply the family inet configuration parameter only to Gigabit Ethernet interfaces that are in FPC 2.
Which output applies to this configuration?
A.
[edit groups]
user@router# show
ge-int {
interfaces {
<ge-*> {
unit 0 {
familyinet;
}
}
}
}
B.
[edit groups]
user@router# showge-int {
interfaces {
<*> {
unit 0 {
familyinet;
}
}
}
}
C.
[edit groups]
user@router# show
ge-int {
interfaces {
<*-2/*/*> {
unit 0 {
familyinet;
}
}
}
}
D.
[edit groups]
user@router# show
ge-int {
interfaces {
<ge-2/*> {
unit 0 {
familyinet;
}
}
}
}