Cisco NXOS

CONFIGURACION PARA CONEXION A STIX CON EQUIPO CISCO NXOS

 

interface ethernetxx

description STIX_Peering
no cdp enable
no switchport
no ip redirects
ip address 45.68.40.xx/24
ipv6 address 2801:1f5::xx/64
ipv6 nd suppress-ra
no shutdown

ip prefix-list STIX_OUT seq 1 permit x.x.x.x/x

ipv6 prefix-list STIX_OUT_v6 seq 1 permit x:x:x:x::/x

route-map STIX_IN permit 10
set community no-export

route-map STIX_IN_V6 permit 10
set community no-export

route-map STIX_OUT permit 10
match ip address prefix-list STIX_OUT
set community xxx:xxxx

route-map STIX_OUT_v6 permit 10
match ipv6 address prefix-list STIX_OUT_v6
set community xxx:xxxx

router bgp xxxx

log-neighbor-changes
no enforce-first-as

neighbor 2801:1f5::1
remote-as 64153
description RS1-ipv6_STIX
update-source Ethernetxx
address-family ipv6 unicast
send-community
send-community extended
route-map STIX_IN_V6 in
route-map STIX_OUT_v6 out

neighbor 2801:1f5::2
remote-as 64153
description RS2-ipv6_STIX
update-source Ethernetxx
address-family ipv6 unicast
send-community
send-community extended
route-map STIX_IN_V6 in
route-map STIX_OUT_v6 out

neighbor 2801:1f5::5
remote-as 64153
description RC1-ipv6_STIX
update-source Ethernetxx
address-family ipv6 unicast
route-map STIX_OUT_v6 out

neighbor 45.68.40.1
remote-as 64153
description RC1_STIX
update-source Ethernetxx
address-family ipv4 unicast
send-community
send-community extended
route-map STIX_IN in
route-map STIX_OUT out

neighbor 45.68.40.2
remote-as 64153
description RS2_STIX
update-source Ethernetxx
address-family ipv4 unicast
send-community
send-community extended
route-map STIX_IN in
route-map STIX_OUT out

neighbor 45.68.40.5
remote-as 641553
description RC1_STIX
update-source Ethernetxx
address-family ipv4 unicast
send-community
send-community extended
route-map STIX_OUT out

Nota: Reemplazar las X con la informacion correspondiente.

Recomendacion: Para lograr obtener el mayor tráfico por STIX se tienen que seguir los siguientes lineamientos :

Realizar las mismas publicaciones BGP que se realizan a los carriers o quien tengan contratado TIP (Transporte IP).
Anunciar adicionalmente en STIX subneteo /24. Este anuncio es de ruta más especifica y es uno de los parámetros más importante por el cual BGP determina la ruta a ser seleccionada.
Configurar el prepend a los carriers con valor de al menos "3″ o más. Este parámetro es la variable para ir modificando el comportamiento del tráfico de entrada.