Hello Rushi,
thanks for your reply.
root@switch-ipb2# show vlans
default {
vlan-id 1;
l3-interface irb.0;
}
root@switch-ipb2# show interfaces xe-0/0/10
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members default;
}
storm-control default;
}
}
root@switch-ipb2# show interfaces xe-0/0/12
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members default;
}
storm-control default;
}
}
The 'run show interface terse | match <interface name>' has no output becuase the interfaces are named ge-0/0/X in op-Mode instead of xe-0/0/X in config-Mode.
Best regards,
box