Configuración de un Virtual Routing and Fowarding(VRF) en Cisco Routers Parte#1

2,382 views
Skip to first unread message

Efrain_Payan

unread,
Mar 16, 2010, 1:52:28 PM3/16/10
to OpenITProV2
Una VRF es una instancia de enrutamiento para un conjuto de redes
identicas y que requieren conectividad. Esta puede operar en EBGP,
EIGRP, OSPF y RIP v2 y Rutas Estaticas. Cada tabla de enrrutamiento es
independiente por redes.

Configuración básica:
1 - Crear la vrf
2 - Asignar RD(route distinguish) a la vrf
3 - Especificar import y export route targets
4 - Asignar la interface(s) a la vrf

Nota: El nombre de la vrf es case sensitive.
ejemplo

ip vrf test
rd: 1:1 ' Este numero es 16bit:32bit o 32bit:16bit
route-target export 1:1
route-target import 1:1

Tambien podemos usar
route-target both 1:1

int f0/0
ip vrf fowarding test
ip address 192.168.100.1 255.255.255.0

int s0/0
ip vrf fowarding test
ip address 192.168.20.1 255.255.255.252

Reply all
Reply to author
Forward
0 new messages