Differences between revisions 3 and 8 (spanning 5 versions)
Revision 3 as of 2010-07-27 20:39:00
Size: 780
Editor: PieterSmit
Comment:
Revision 8 as of 2014-09-24 07:33:24
Size: 401
Editor: JDutcher
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
##master-page:HomepageReadWritePageTemplate
##master-date:Unknown-Date
#format wiki
#language en
= VRF =
 * Visualizing a router. This is not about MPLS, although that is where the VRF concept comes from.
 * 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
Hi, everybody! My name is Pansy. <<BR>>
It is a little about myself: I live in Germany, my city of Berlin Spandau. <<BR>>
It's called often Northern or cultural capital of BE. I've married 1 years ago.<<BR>>
I have two children - a son (Javier) and the daughter (Edwina). We all like Disc golf.<<BR>>
<<BR>>
Check out my homepage [[http://balkanstuebchen.de/index.php/gaestebuch?t=0|idm crack]]

Hi, everybody! My name is Pansy.
It is a little about myself: I live in Germany, my city of Berlin Spandau.
It's called often Northern or cultural capital of BE. I've married 1 years ago.
I have two children - a son (Javier) and the daughter (Edwina). We all like Disc golf.

Check out my homepage idm crack

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