Hi,
I try to apply some options to a range of interfaces but it does'nt work :S
I have 5 switches in VC and i'd like to turn on the poe on all switches except the master and backup (ge-0/0/* and ge-1/0/*)
It doesn't work interface-range:
[edit interfaces interface-range range1]
user@switch# set poe
^
syntax error.
With groups:
set groups jumbo poe interface all => OK
set groups jumbo poe interface ge-3/0/1 => OK
set groups jumbo poe interface "<ge-2/0/[0-47]>" => NOK
set groups jumbo poe interface "<ge-2/0/[0,2,5,47]>" => NOK
set groups jumbo poe interface <ge-0/0/*> => NOK
Any idea?