Differences between revisions 3 and 4
Revision 3 as of 2010-07-27 20:39:00
Size: 780
Editor: PieterSmit
Comment:
Revision 4 as of 2010-07-28 04:21:16
Size: 833
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * http://www.shafagh.net/2009/10/vrf-lite.html

VRF

  • Visualizing a router. This is not about MPLS, although that is where the VRF concept comes from.
  • http://www.shafagh.net/2009/10/vrf-lite.html

  • Once a router has VRF software the interface must be upgraded to support VRF.
    •       (config)#vrf upgrade-cli
  • Sample Switch config with bgp and vrf.

Switch(config)# router bgp 800
Switch(config-router)# address-family ipv4 vrf vl2
Switch(config-router-af)# redistribute ospf 2 match internal
Switch(config-router-af)# neighbor 83.0.0.3 remote-as 100
Switch(config-router-af)# neighbor 83.0.0.3 activate
Switch(config-router-af)# network 8.8.2.0 mask 255.255.255.0
Switch(config-router-af)# exit

...


CategoryCisco

cisco/VRF (last edited 2015-07-01 11:49:30 by PieterSmit)