Ad Home

Local Preference y MED - Ejemplo de Configuración

Share:
LOCAL PREFERENCE

R1(config)# route-map PRIMARY_T1_IN permit 10
R1(config-route-map)# set local-preference 150
R1(config-route-map)# exit
R1(config)# router bgp 64512
R1(config-router)# neighbor 192.168.1.5 route-map PRIMARY_T1_IN in



R2(config)# route-map SECONDARY_T1_IN permit 10
R2(config-route-map)# set local-preference 125
R2(config-route-map)# exit
R2(config)# router bgp 64512
R2(config-router)# neighbor 192.168.1.1 route-map SECONDARY_T1_IN in

MED Multi Exit Discriminator

R1(config)#route-map PRIMARY_T1_MED_OUT permit 10
R1(config-route-map)#set Metric 50
R1(config-route-map)#exit
R1(config)#router bgp 64512
R1(config-router)#neighbor 192.168.1.5 route-map PRIMARY_T1_MED_OUT out

R2(config)#route-map SECONDARY_T1_MED_OUT permit 10
R2(config-route-map)#set Metric 75
R2(config-route-map)#exit
R2(config)#router bgp 64512
R2(config-router)#neighbor 192.168.1.1 route-map SECONDARY_T1_MED_OUT out

No hay comentarios

COMENTA CON TU PERFIL DEFACEBOK

Ad Home