A versão 1.1 do Vagrant foi lançada. A documentação que você está lendo é para o Vagrant 1.0.x. Leia mais sobre o Vagrant 1.1 no anúncio de lançamento. Acesse agora a documentação da versão 1.1.

config.vm.auto_port_range

Configuration key: config.vm.auto_port_range

Default value: 2200..2250

Forwarded ports defined for your VM can sometimes collide with other VMs. For example, you might forward port 80 to 8080 in multiple virtual machines. Vagrant has the ability to automatically resolve forwarded port collisions for you when they’re detected. When these are resolved, it chooses a port from this configured range. The value of this configuration parameter should be a Ruby Range object.