Quick Steps for Configuring Multiple VRF Configuring Multiple VRF
page 25-4 OmniSwitch AOS Release 6 Network Configuration Guide September 2009
7 Enable RIP on IP interface “intf100” in the IpOne VRF instance using the ip rip interface status
command. For example:
IpOne: -> ip rip interface intf100 status enable
IpOne: ->
8 Select IpTwo for the active VRF instance and create an IP router interface on VLAN 102 using the
ip interface command. For example:
IpOne: -> vrf IpTwo
IpTwo: -> ip interface intf102 address 102.1.1.1/24 vlan 102
IpTwo: ->
9 Configure 2.2.2.2 as the primary router ID address for the IpTwo VRF instance using the
ip router router-id command. For example:
IpTwo: -> ip router router-id 2.2.2.2
IpTwo: ->
10 Load and enable the BGP protocol for the IpTwo VRF instance using the ip load bgp command.
For example:
IpTwo: -> ip load bgp
IpTwo: ->
11 Configure a BGP neighbor for the IpTwo VRF instance using the ip bgp neighbor,
ip bgp neighbor remote-as, and ip bgp neighbor status commands. For example:
IpTwo: -> ip bgp neighbor 102.1.1.10
IpTwo: -> ip bgp neighbor 102.1.1.10 remote-as 1000
IpTwo: -> ip bgp neighbor 102.1.1.10 status enable
Note. Verify the Multiple VRF configuration using the show vrf command:
IpOne: -> show vrf
Virtual Routers Protocols
-----------------------------------------------
default
IpOne RIP
IpTwo BGP
Total Number of Virtual Routers: 3
To verify the configuration of a protocol within a VRF instance, use the show commands related to that
protocol. For example, the show ip interface command will display the IP interfaces associated with the
current CLI VRF context:
-> vrf IpOne
IpOne: -> show ip interface
Total 1 interfaces
Name IP Address Subnet Mask Status Forward Device
--------------------+---------------+---------------+------+-------+--------
intfone 200.1.1.1 255.255.255.0 DOWN NO vlan 200
See the OmniSwitch CLI Reference Guide for information about the fields in the above displays.