Specifications
102 ExtremeWare XOS 11.0 Concepts Guide
Virtual Routers
Virtual Router Configuration Example
In the following example:
• The user virtual router helix is created
• Ports are removed from the VLAN Default and the virtual router VR-Default
• Ports are added to the virtual router helix
• OSPF is added to the virtual router helix
• The configuration domain is set to helix, so that subsequent virtual router commands affect the
virtual router helix
• The VLAN helix-accounting is created
• Ports that belong to the virtual router helix are added to the VLAN helix-accounting
The CLI prompt is shown in this example to show how the virtual router configuration domain is
displayed. At the end of the example, the virtual router is ready to be configured for OSPF, using
ExtremeWare XOS commands.
* BD10K.1 # create virtual-router helix
* BD10K.2 # configure vlan default delete ports 3:*
* BD10K.3 # configure vr vr-default delete ports 3:*
* BD10K.4 # configure vr helix add ports 3:*
* BD10K.5 # configure vr helix add protocol ospf
* BD10K.6 # virtual-router helix
* (vr helix) BD10K.7 # create vlan helix-accounting
* (vr helix) BD10K.8 # configure helix-accounting add ports 3:1
* (vr helix) BD10K.9 #