Post

Configure MXL interfaces in bulk (in ranges)

Configuring ranges of interfaces in one go
Note the spaces when using the “range” command

1
2
3
FTOS(conf)#interface range Tengigabitethernet 0/1 – 32  
FTOS(conf-if-range-te-0/1-32)#  
FTOS(conf-if-range-te-0/1-32)#

VLAN configuration
For VLAN configuration there are no spaces, even when configuring ranges of them

1
2
3
FTOS(conf)#interface vlan 900  
FTOS(conf-if-vl-900)#untagged Tengigabitethernet 0/52-56  
FTOS(conf-if-vl-900)#end
This post is licensed under CC BY 4.0 by the author.