Juniper / vqfx10k-vagrant

Vagrant projects for vQFX10k
Apache License 2.0
136 stars 62 forks source link

forwarding instances unsupported #27

Open chipgwyn opened 5 years ago

chipgwyn commented 5 years ago
{master:0}[edit routing-instances PBR_TO_ISP1]
vagrant@vqfx-re# set instance-type ?
Possible completions:
  evpn                 EVPN routing instance
  evpn-vpws            EVPN VPWS routing instance
  virtual-router       Virtual routing instance
  virtual-switch       Virtual switch routing instance
  vrf                  Virtual routing forwarding instance

There should be two more entries in there:

testuser@qfx10k# set instance-type ?
Possible completions:
  evpn                 EVPN routing instance
  evpn-vpws            EVPN VPWS routing instance
  forwarding           Forwarding instance
  no-forwarding        Nonforwarding instance
  virtual-router       Virtual routing instance
  vrf                  Virtual routing forwarding instance

Typically a "forwarding" type instance is used for filter-based-forwarding where there's no specific interface attached to the interface, but used as an alternate forwarding table for packets selected by a firewall filter.

https://www.juniper.net/documentation/en_US/junos/topics/reference/configuration-statement/instance-type-edit-routing-instances-vp.html